Home
last modified time | relevance | path

Searched refs:tbl_len (Results 1 – 10 of 10) 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 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_n.c14156 tbl.tbl_len = len; in wlc_phy_table_write_nphy()
14170 tbl.tbl_len = len; in wlc_phy_table_read_nphy()
17569 u32 tbl_id, tbl_len, tbl_offset; in wlc_phy_txpwrctrl_pwr_setup_nphy() local
17737 tbl_len = 64; in wlc_phy_txpwrctrl_pwr_setup_nphy()
17742 for (idx = 0; idx < tbl_len; idx++) { in wlc_phy_txpwrctrl_pwr_setup_nphy()
17757 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_pwr_setup_nphy()
18795 u32 tbl_id, tbl_len, tbl_offset; in wlc_phy_txpwrctrl_coeff_setup_nphy() local
18803 tbl_len = 128; in wlc_phy_txpwrctrl_coeff_setup_nphy()
18814 for (idx = 0; idx < tbl_len; idx++) in wlc_phy_txpwrctrl_coeff_setup_nphy()
18816 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_coeff_setup_nphy()
[all …]
H A Dphy_cmn.c838 for (idx = 0; idx < ptbl_info->tbl_len; idx++) { in wlc_phy_write_table()
875 for (idx = 0; idx < ptbl_info->tbl_len; idx++) { in wlc_phy_read_table()
H A Dphy_int.h240 u32 tbl_len; member
/linux/drivers/net/wireless/realtek/rtw89/
H A Dacpi.c989 const u32 tbl_len = parm->pld_len / parm->tbl_cnt; in rtw89_acpi_sar_recognize() local
995 __func__, parm->cid, parm->rev, tbl_len, parm->tbl_cnt); in rtw89_acpi_sar_recognize()
1003 if (unlikely(tbl_len > RTW89_ACPI_SAR_SIZE_MAX)) { in rtw89_acpi_sar_recognize()
1005 tbl_len); in rtw89_acpi_sar_recognize()
1037 id.size = tbl_len; in rtw89_acpi_sar_recognize()
/linux/drivers/iio/addac/
H A Dad74115.c395 static int _ad74115_find_tbl_index(const unsigned int *tbl, unsigned int tbl_len, in _ad74115_find_tbl_index() argument
400 for (i = 0; i < tbl_len; i++) in _ad74115_find_tbl_index()
1510 unsigned int tbl_len = ARRAY_SIZE(ad74115_adc_range_tbl); in ad74115_setup_adc_conv2_range() local
1521 for (i = 0; i < tbl_len; i++) in ad74115_setup_adc_conv2_range()
1526 if (i == tbl_len) in ad74115_setup_adc_conv2_range()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h494 u8 tbl_len; member
H A Dnic_main.c575 for (; rssi < (rssi_base + cfg->tbl_len); rssi++) { in nic_config_rss()