Searched refs:tlv_buf (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ |
| D | sta_cmdresp.c | 274 u8 *tlv_buf; in mwifiex_ret_tx_rate_cfg() local 277 tlv_buf = ((u8 *)rate_cfg) + sizeof(struct host_cmd_ds_tx_rate_cfg); in mwifiex_ret_tx_rate_cfg() 281 head = (struct mwifiex_ie_types_header *)tlv_buf; in mwifiex_ret_tx_rate_cfg() 290 rate_scope = (struct mwifiex_rate_scope *) tlv_buf; in mwifiex_ret_tx_rate_cfg() 314 tlv_buf += (sizeof(*head) + tlv_buf_len); in mwifiex_ret_tx_rate_cfg() 1113 u8 *tlv_buf; in mwifiex_ret_chan_region_cfg() local 1118 tlv_buf = (u8 *)reg + sizeof(*reg); in mwifiex_ret_chan_region_cfg() 1122 head = (struct mwifiex_ie_types_header *)tlv_buf; in mwifiex_ret_chan_region_cfg() 1141 tlv_buf += (sizeof(*head) + tlv_buf_len); in mwifiex_ret_chan_region_cfg()
|
| D | uap_cmd.c | 308 mwifiex_uap_bss_wpa(u8 **tlv_buf, void *cmd_buf, u16 *param_size) in mwifiex_uap_bss_wpa() argument 316 u8 *tlv = *tlv_buf; in mwifiex_uap_bss_wpa() 376 *tlv_buf = tlv; in mwifiex_uap_bss_wpa() 420 mwifiex_uap_bss_wep(u8 **tlv_buf, void *cmd_buf, u16 *param_size) in mwifiex_uap_bss_wep() argument 425 u8 *tlv = *tlv_buf; in mwifiex_uap_bss_wep() 449 *tlv_buf = tlv; in mwifiex_uap_bss_wep()
|
| D | scan.c | 587 tlv_pos = (u8 *)scan_cfg_out->tlv_buf + scan_cfg_out->tlv_buf_len; in mwifiex_append_rate_tlv() 709 scan_cfg_out->tlv_buf); in mwifiex_scan_channel_list() 855 tlv_pos = scan_cfg_out->tlv_buf; in mwifiex_config_scan() 1612 memcpy(scan_cmd->tlv_buffer, scan_cfg->tlv_buf, scan_cfg->tlv_buf_len); in mwifiex_cmd_802_11_scan() 2271 memcpy(ext_scan->tlv_buffer, scan_cfg->tlv_buf, scan_cfg->tlv_buf_len); in mwifiex_cmd_802_11_scan_ext()
|
| D | fw.h | 1511 u8 tlv_buf[1]; /* SSID TLV(s) and ChanList TLVs are stored member
|
| /Linux-v5.4/drivers/net/wimax/i2400m/ |
| D | control.c | 163 const void *tlv_buf, size_t buf_size, in i2400m_tlv_buffer_walk() argument 167 const struct i2400m_tlv_hdr *tlv_top = tlv_buf + buf_size; in i2400m_tlv_buffer_walk() 172 tlv_pos = tlv_buf; in i2400m_tlv_buffer_walk() 185 offset = (void *) tlv_pos - (void *) tlv_buf; in i2400m_tlv_buffer_walk() 189 "short header\n", tlv_buf, buf_size, offset); in i2400m_tlv_buffer_walk() 198 tlv_buf, buf_size, type, offset, avail_size, in i2400m_tlv_buffer_walk()
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
| D | qed_main.c | 2790 union qed_mfw_tlv_data *tlv_buf) in qed_mfw_fill_tlv_data() argument 2803 qed_fill_generic_tlv_data(hwfn->cdev, &tlv_buf->generic); in qed_mfw_fill_tlv_data() 2806 ops->get_protocol_tlv_data(cdev->ops_cookie, &tlv_buf->eth); in qed_mfw_fill_tlv_data() 2809 ops->get_protocol_tlv_data(cdev->ops_cookie, &tlv_buf->fcoe); in qed_mfw_fill_tlv_data() 2812 ops->get_protocol_tlv_data(cdev->ops_cookie, &tlv_buf->iscsi); in qed_mfw_fill_tlv_data()
|
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | wmi.c | 4114 const u8 *tlv_buf; in ath10k_wmi_event_dfs() local 4137 tlv_buf = &phyerr->buf[i + sizeof(*tlv)]; in ath10k_wmi_event_dfs() 4150 rr = (struct phyerr_radar_report *)tlv_buf; in ath10k_wmi_event_dfs() 4160 fftr = (struct phyerr_fft_report *)tlv_buf; in ath10k_wmi_event_dfs() 4177 const void *tlv_buf; in ath10k_wmi_event_spectral_scan() local 4192 tlv_buf = &phyerr->buf[i + sizeof(*tlv)]; in ath10k_wmi_event_spectral_scan() 4209 fftr = tlv_buf; in ath10k_wmi_event_spectral_scan()
|
| /Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/ |
| D | commands.c | 989 const u8 *tlv_buf = resp->var_info; in qtnf_parse_variable_mac_info() local 1039 tlv = (const struct qlink_tlv_hdr *)tlv_buf; in qtnf_parse_variable_mac_info()
|