Lines Matching refs:tlv_len
319 u16 tlv_buf_left, tlv_type, tlv_len; in mwifiex_process_multi_chan_event() local
342 tlv_len = le16_to_cpu(tlv->len); in mwifiex_process_multi_chan_event()
343 if ((sizeof(struct mwifiex_ie_types_header) + tlv_len) > in mwifiex_process_multi_chan_event()
346 "tlvBufLeft=%d\n", tlv_len, tlv_buf_left); in mwifiex_process_multi_chan_event()
379 tlv_len; in mwifiex_process_multi_chan_event()
380 tlv = (void *)((u8 *)tlv + tlv_len + in mwifiex_process_multi_chan_event()
395 u16 tlv_type, tlv_len; in mwifiex_process_tx_pause_event() local
410 tlv_len = le16_to_cpu(tlv->len); in mwifiex_process_tx_pause_event()
411 if ((sizeof(struct mwifiex_ie_types_header) + tlv_len) > in mwifiex_process_tx_pause_event()
415 tlv_len, tlv_buf_left); in mwifiex_process_tx_pause_event()
426 tlv_len; in mwifiex_process_tx_pause_event()
427 tlv = (void *)((u8 *)tlv + tlv_len + in mwifiex_process_tx_pause_event()
445 u16 tlv_type, tlv_len; in mwifiex_bt_coex_wlan_param_update_event() local
449 tlv_len = le16_to_cpu(tlv->len); in mwifiex_bt_coex_wlan_param_update_event()
452 if ((tlv_len + sizeof(struct mwifiex_ie_types_header)) > len) in mwifiex_bt_coex_wlan_param_update_event()
479 len -= tlv_len + sizeof(struct mwifiex_ie_types_header); in mwifiex_bt_coex_wlan_param_update_event()
480 cur_ptr += tlv_len + in mwifiex_bt_coex_wlan_param_update_event()