Lines Matching refs:tlv_len
411 u16 tlv_buf_left, tlv_type, tlv_len; in mwifiex_process_multi_chan_event() local
434 tlv_len = le16_to_cpu(tlv->len); in mwifiex_process_multi_chan_event()
435 if ((sizeof(struct mwifiex_ie_types_header) + tlv_len) > in mwifiex_process_multi_chan_event()
438 "tlvBufLeft=%d\n", tlv_len, tlv_buf_left); in mwifiex_process_multi_chan_event()
471 tlv_len; in mwifiex_process_multi_chan_event()
472 tlv = (void *)((u8 *)tlv + tlv_len + in mwifiex_process_multi_chan_event()
487 u16 tlv_type, tlv_len; in mwifiex_process_tx_pause_event() local
502 tlv_len = le16_to_cpu(tlv->len); in mwifiex_process_tx_pause_event()
503 if ((sizeof(struct mwifiex_ie_types_header) + tlv_len) > in mwifiex_process_tx_pause_event()
507 tlv_len, tlv_buf_left); in mwifiex_process_tx_pause_event()
518 tlv_len; in mwifiex_process_tx_pause_event()
519 tlv = (void *)((u8 *)tlv + tlv_len + in mwifiex_process_tx_pause_event()
537 u16 tlv_type, tlv_len; in mwifiex_bt_coex_wlan_param_update_event() local
541 tlv_len = le16_to_cpu(tlv->len); in mwifiex_bt_coex_wlan_param_update_event()
544 if ((tlv_len + sizeof(struct mwifiex_ie_types_header)) > len) in mwifiex_bt_coex_wlan_param_update_event()
571 len -= tlv_len + sizeof(struct mwifiex_ie_types_header); in mwifiex_bt_coex_wlan_param_update_event()
572 cur_ptr += tlv_len + in mwifiex_bt_coex_wlan_param_update_event()