Searched refs:base_idx (Results 1 – 10 of 10) sorted by relevance
| /drivers/net/ethernet/intel/ice/ |
| A D | ice.h | 878 #define ICE_FD_STAT_PF_IDX(base_idx) \ argument 879 ((base_idx) * ICE_FD_STAT_CTR_BLOCK_COUNT) 880 #define ICE_FD_SB_STAT_IDX(base_idx) ICE_FD_STAT_PF_IDX(base_idx) argument 882 #define ICE_FD_CH_STAT_IDX(base_idx) \ argument 883 (ICE_FD_STAT_PF_IDX(base_idx) + ICE_FD_STAT_CH)
|
| A D | ice_ptp_hw.h | 367 int ice_get_cgu_rclk_pin_info(struct ice_hw *hw, u8 *base_idx, u8 *pin_num);
|
| A D | ice_ptp_hw.c | 5870 int ice_get_cgu_rclk_pin_info(struct ice_hw *hw, u8 *base_idx, u8 *pin_num) in ice_get_cgu_rclk_pin_info() argument 5882 *base_idx = E810T_CGU_INPUT_C827(phy_idx, ICE_RCLKA_PIN); in ice_get_cgu_rclk_pin_info() 5900 *base_idx = ZL_REF1P; in ice_get_cgu_rclk_pin_info() 5903 *base_idx = SI_REF1P; in ice_get_cgu_rclk_pin_info()
|
| /drivers/ntb/hw/intel/ |
| A D | ntb_hw_gen4.c | 342 unsigned short base_idx, reg_val16; in intel_ntb4_mw_set_trans() local 386 base_idx = __ilog2_u64(size); in intel_ntb4_mw_set_trans() 389 base_idx = __ilog2_u64(mw_size); in intel_ntb4_mw_set_trans() 416 iowrite16(base_idx, mmio + idx_reg); in intel_ntb4_mw_set_trans() 418 if (reg_val16 != base_idx) { in intel_ntb4_mw_set_trans()
|
| /drivers/net/ethernet/chelsio/libcxgb/ |
| A D | libcxgb_ppm.h | 137 unsigned int base_idx; member 249 return hw_idx - ppm->base_idx; in cxgbi_ppm_ddp_tag_get_idx()
|
| A D | libcxgb_ppm.c | 275 hwidx = ppm->base_idx + idx; in cxgbi_ppm_ppods_reserve() 480 ppm->base_idx = start > llimit ? in cxgbi_ppm_init() 504 ndev->name, ppm_pp, ppm, ppm->base_idx, ppm->ppmax, PAGE_SIZE, in cxgbi_ppm_init()
|
| /drivers/net/wireless/realtek/rtw88/ |
| A D | phy.c | 2353 u8 base_idx, rate_idx; in rtw_phy_tx_power_by_rate_config_by_path() local 2357 base_idx = rates[size - 3]; in rtw_phy_tx_power_by_rate_config_by_path() 2359 base_idx = rates[size - 1]; in rtw_phy_tx_power_by_rate_config_by_path() 2360 base_2g = hal->tx_pwr_by_rate_offset_2g[path][base_idx]; in rtw_phy_tx_power_by_rate_config_by_path() 2361 base_5g = hal->tx_pwr_by_rate_offset_5g[path][base_idx]; in rtw_phy_tx_power_by_rate_config_by_path()
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | pci.c | 571 u32 user_base_data = 0, base_vector = 0, base_idx; in ath12k_pci_ext_irq_config() local 574 base_idx = ATH12K_PCI_IRQ_CE0_OFFSET + CE_COUNT_MAX; in ath12k_pci_ext_irq_config() 609 irq_grp->irqs[0] = base_idx + i; in ath12k_pci_ext_irq_config()
|
| /drivers/soc/ti/ |
| A D | knav_qmss_queue.c | 1738 int size, id, base_idx; in knav_queue_init_queues() local 1756 base_idx = idx; in knav_queue_init_queues() 1765 knav_queue_idx_to_inst(kdev, base_idx); in knav_queue_init_queues()
|
| /drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| A D | phy_n.c | 23262 u16 base_idx[2], curr_gain[2]; in wlc_phy_get_tx_gain_nphy() local 23321 [base_idx[core_no]] in wlc_phy_get_tx_gain_nphy() 23325 [base_idx[core_no]] in wlc_phy_get_tx_gain_nphy() 23329 [base_idx[core_no]] in wlc_phy_get_tx_gain_nphy() 23333 [base_idx[core_no]] in wlc_phy_get_tx_gain_nphy() 23337 [base_idx[core_no]] in wlc_phy_get_tx_gain_nphy() 23342 [base_idx[core_no]] in wlc_phy_get_tx_gain_nphy() 23346 [base_idx[core_no]] in wlc_phy_get_tx_gain_nphy() 23350 [base_idx[core_no]] in wlc_phy_get_tx_gain_nphy() 23354 [base_idx[core_no]] in wlc_phy_get_tx_gain_nphy() [all …]
|
Completed in 92 milliseconds