Lines Matching refs:tlv
241 struct mwifiex_ie_types_header *tlv) in mwifiex_process_uap_tx_pause() argument
247 tp = (void *)tlv; in mwifiex_process_uap_tx_pause()
274 struct mwifiex_ie_types_header *tlv) in mwifiex_process_sta_tx_pause() argument
281 tp = (void *)tlv; in mwifiex_process_sta_tx_pause()
318 struct mwifiex_ie_types_header *tlv; in mwifiex_process_multi_chan_event() local
338 tlv = (struct mwifiex_ie_types_header *)chan_info->tlv_buffer; in mwifiex_process_multi_chan_event()
341 tlv_type = le16_to_cpu(tlv->type); in mwifiex_process_multi_chan_event()
342 tlv_len = le16_to_cpu(tlv->len); in mwifiex_process_multi_chan_event()
355 grp_info = (struct mwifiex_ie_types_mc_group_info *)tlv; in mwifiex_process_multi_chan_event()
380 tlv = (void *)((u8 *)tlv + tlv_len + in mwifiex_process_multi_chan_event()
394 struct mwifiex_ie_types_header *tlv; in mwifiex_process_tx_pause_event() local
406 tlv = (void *)event_skb->data + sizeof(u32); in mwifiex_process_tx_pause_event()
409 tlv_type = le16_to_cpu(tlv->type); in mwifiex_process_tx_pause_event()
410 tlv_len = le16_to_cpu(tlv->len); in mwifiex_process_tx_pause_event()
420 mwifiex_process_sta_tx_pause(priv, tlv); in mwifiex_process_tx_pause_event()
422 mwifiex_process_uap_tx_pause(priv, tlv); in mwifiex_process_tx_pause_event()
427 tlv = (void *)((u8 *)tlv + tlv_len + in mwifiex_process_tx_pause_event()
440 struct mwifiex_ie_types_header *tlv; in mwifiex_bt_coex_wlan_param_update_event() local
448 tlv = (struct mwifiex_ie_types_header *)cur_ptr; in mwifiex_bt_coex_wlan_param_update_event()
449 tlv_len = le16_to_cpu(tlv->len); in mwifiex_bt_coex_wlan_param_update_event()
450 tlv_type = le16_to_cpu(tlv->type); in mwifiex_bt_coex_wlan_param_update_event()
457 (struct mwifiex_ie_types_btcoex_aggr_win_size *)tlv; in mwifiex_bt_coex_wlan_param_update_event()
469 (struct mwifiex_ie_types_btcoex_scan_time *)tlv; in mwifiex_bt_coex_wlan_param_update_event()