Lines Matching refs:tlv
344 struct mwifiex_ie_types_header *tlv) in mwifiex_process_uap_tx_pause() argument
349 tp = (void *)tlv; in mwifiex_process_uap_tx_pause()
375 struct mwifiex_ie_types_header *tlv) in mwifiex_process_sta_tx_pause() argument
381 tp = (void *)tlv; in mwifiex_process_sta_tx_pause()
417 struct mwifiex_ie_types_header *tlv; in mwifiex_process_multi_chan_event() local
437 tlv = (struct mwifiex_ie_types_header *)chan_info->tlv_buffer; in mwifiex_process_multi_chan_event()
440 tlv_type = le16_to_cpu(tlv->type); in mwifiex_process_multi_chan_event()
441 tlv_len = le16_to_cpu(tlv->len); in mwifiex_process_multi_chan_event()
454 grp_info = (struct mwifiex_ie_types_mc_group_info *)tlv; in mwifiex_process_multi_chan_event()
479 tlv = (void *)((u8 *)tlv + tlv_len + in mwifiex_process_multi_chan_event()
493 struct mwifiex_ie_types_header *tlv; in mwifiex_process_tx_pause_event() local
505 tlv = (void *)event_skb->data + sizeof(u32); in mwifiex_process_tx_pause_event()
508 tlv_type = le16_to_cpu(tlv->type); in mwifiex_process_tx_pause_event()
509 tlv_len = le16_to_cpu(tlv->len); in mwifiex_process_tx_pause_event()
519 mwifiex_process_sta_tx_pause(priv, tlv); in mwifiex_process_tx_pause_event()
521 mwifiex_process_uap_tx_pause(priv, tlv); in mwifiex_process_tx_pause_event()
526 tlv = (void *)((u8 *)tlv + tlv_len + in mwifiex_process_tx_pause_event()
539 struct mwifiex_ie_types_header *tlv; in mwifiex_bt_coex_wlan_param_update_event() local
547 tlv = (struct mwifiex_ie_types_header *)cur_ptr; in mwifiex_bt_coex_wlan_param_update_event()
548 tlv_len = le16_to_cpu(tlv->len); in mwifiex_bt_coex_wlan_param_update_event()
549 tlv_type = le16_to_cpu(tlv->type); in mwifiex_bt_coex_wlan_param_update_event()
556 (struct mwifiex_ie_types_btcoex_aggr_win_size *)tlv; in mwifiex_bt_coex_wlan_param_update_event()
568 (struct mwifiex_ie_types_btcoex_scan_time *)tlv; in mwifiex_bt_coex_wlan_param_update_event()