Home
last modified time | relevance | path

Searched refs:tbl_len (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c988 const u16 *tbl_ptr, u32 tbl_len, in wlc_lcnphy_common_read_table() argument
994 tab.tbl_len = tbl_len; in wlc_lcnphy_common_read_table()
1002 const u16 *tbl_ptr, u32 tbl_len, in wlc_lcnphy_common_write_table() argument
1009 tab.tbl_len = tbl_len; in wlc_lcnphy_common_write_table()
1968 tab.tbl_len = 1; in wlc_lcnphy_get_bbmult()
1983 tab.tbl_len = 1; in wlc_lcnphy_set_bbmult()
2003 tab.tbl_len = 30; in wlc_lcnphy_clear_tx_power_offsets()
2008 tab.tbl_len = 64; in wlc_lcnphy_clear_tx_power_offsets()
2152 tab.tbl_len = 1; in wlc_lcnphy_tssi_setup()
2241 tab.tbl_len = 1; in wlc_lcnphy_tssi_setup()
[all …]
Dphy_n.c14167 tbl.tbl_len = len; in wlc_phy_table_write_nphy()
14181 tbl.tbl_len = len; in wlc_phy_table_read_nphy()
17585 u32 tbl_id, tbl_len, tbl_offset; in wlc_phy_txpwrctrl_pwr_setup_nphy() local
17753 tbl_len = 64; in wlc_phy_txpwrctrl_pwr_setup_nphy()
17758 for (idx = 0; idx < tbl_len; idx++) { in wlc_phy_txpwrctrl_pwr_setup_nphy()
17773 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_pwr_setup_nphy()
18811 u32 tbl_id, tbl_len, tbl_offset; in wlc_phy_txpwrctrl_coeff_setup_nphy() local
18819 tbl_len = 128; in wlc_phy_txpwrctrl_coeff_setup_nphy()
18830 for (idx = 0; idx < tbl_len; idx++) in wlc_phy_txpwrctrl_coeff_setup_nphy()
18832 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_coeff_setup_nphy()
[all …]
Dphy_int.h258 u32 tbl_len; member
Dphy_cmn.c883 for (idx = 0; idx < ptbl_info->tbl_len; idx++) { in wlc_phy_write_table()
920 for (idx = 0; idx < ptbl_info->tbl_len; idx++) { in wlc_phy_read_table()
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnic.h493 u8 tbl_len; member
Dnicvf_main.c325 mbx.rss_cfg.tbl_len = min(ind_tbl_len, in nicvf_config_rss()
330 for (i = 0; i < mbx.rss_cfg.tbl_len; i++) in nicvf_config_rss()
335 ind_tbl_len -= mbx.rss_cfg.tbl_len; in nicvf_config_rss()
Dnic_main.c584 for (; rssi < (rssi_base + cfg->tbl_len); rssi++) { in nic_config_rss()