Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_tx_mib.c98 int wfx_hif_set_beacon_filter_table(struct wfx_vif *wvif, int tbl_len, in wfx_hif_set_beacon_filter_table() argument
103 int buf_len = struct_size(arg, ie_table, tbl_len); in wfx_hif_set_beacon_filter_table()
108 arg->num_of_info_elmts = cpu_to_le32(tbl_len); in wfx_hif_set_beacon_filter_table()
109 memcpy(arg->ie_table, tbl, flex_array_size(arg, ie_table, tbl_len)); in wfx_hif_set_beacon_filter_table()
H A Dhif_tx_mib.h28 int wfx_hif_set_beacon_filter_table(struct wfx_vif *wvif, int tbl_len,
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c922 const u16 *tbl_ptr, u32 tbl_len, in wlc_lcnphy_common_read_table() argument
928 tab.tbl_len = tbl_len; in wlc_lcnphy_common_read_table()
936 const u16 *tbl_ptr, u32 tbl_len, in wlc_lcnphy_common_write_table() argument
943 tab.tbl_len = tbl_len; in wlc_lcnphy_common_write_table()
1897 tab.tbl_len = 1; in wlc_lcnphy_get_bbmult()
1912 tab.tbl_len = 1; in wlc_lcnphy_set_bbmult()
1932 tab.tbl_len = 30; in wlc_lcnphy_clear_tx_power_offsets()
1937 tab.tbl_len = 64; in wlc_lcnphy_clear_tx_power_offsets()
2081 tab.tbl_len = 1; in wlc_lcnphy_tssi_setup()
2170 tab.tbl_len = 1; in wlc_lcnphy_tssi_setup()
[all …]
H A Dphy_int.h240 u32 tbl_len; member
H A Dphy_cmn.c872 for (idx = 0; idx < ptbl_info->tbl_len; idx++) { in wlc_phy_write_table()
909 for (idx = 0; idx < ptbl_info->tbl_len; idx++) { in wlc_phy_read_table()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h494 u8 tbl_len; member
H A Dnicvf_main.c344 mbx.rss_cfg.tbl_len = min(ind_tbl_len, in nicvf_config_rss()
349 for (i = 0; i < mbx.rss_cfg.tbl_len; i++) in nicvf_config_rss()
354 ind_tbl_len -= mbx.rss_cfg.tbl_len; in nicvf_config_rss()
H A Dnic_main.c575 for (; rssi < (rssi_base + cfg->tbl_len); rssi++) { in nic_config_rss()