Lines Matching refs:tlv_len
419 u16 tlv_buf_left, tlv_type, tlv_len; in mwifiex_process_multi_chan_event() local
442 tlv_len = le16_to_cpu(tlv->len); in mwifiex_process_multi_chan_event()
443 if ((sizeof(struct mwifiex_ie_types_header) + tlv_len) > in mwifiex_process_multi_chan_event()
446 "tlvBufLeft=%d\n", tlv_len, tlv_buf_left); in mwifiex_process_multi_chan_event()
479 tlv_len; in mwifiex_process_multi_chan_event()
480 tlv = (void *)((u8 *)tlv + tlv_len + in mwifiex_process_multi_chan_event()
495 u16 tlv_type, tlv_len; in mwifiex_process_tx_pause_event() local
510 tlv_len = le16_to_cpu(tlv->len); in mwifiex_process_tx_pause_event()
511 if ((sizeof(struct mwifiex_ie_types_header) + tlv_len) > in mwifiex_process_tx_pause_event()
515 tlv_len, tlv_buf_left); in mwifiex_process_tx_pause_event()
526 tlv_len; in mwifiex_process_tx_pause_event()
527 tlv = (void *)((u8 *)tlv + tlv_len + in mwifiex_process_tx_pause_event()
545 u16 tlv_type, tlv_len; in mwifiex_bt_coex_wlan_param_update_event() local
549 tlv_len = le16_to_cpu(tlv->len); in mwifiex_bt_coex_wlan_param_update_event()
552 if ((tlv_len + sizeof(struct mwifiex_ie_types_header)) > len) in mwifiex_bt_coex_wlan_param_update_event()
579 len -= tlv_len + sizeof(struct mwifiex_ie_types_header); in mwifiex_bt_coex_wlan_param_update_event()
580 cur_ptr += tlv_len + in mwifiex_bt_coex_wlan_param_update_event()