Home
last modified time | relevance | path

Searched refs:tlv_length (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_mon.c5226 uint32_t tlv_length, tlv_bitmap_expected; in dp_htt_process_tlv() local
5249 tlv_length = HTT_STATS_TLV_LENGTH_GET(*msg_word); in dp_htt_process_tlv()
5253 if (tlv_length == 0) in dp_htt_process_tlv()
5256 tlv_length += HTT_TLV_HDR_LEN; in dp_htt_process_tlv()
5270 (uint32_t *)((uint8_t *)tlv_buf + tlv_length); in dp_htt_process_tlv()
5271 length -= (tlv_length); in dp_htt_process_tlv()
5295 dp_process_ppdu_tag(pdev, msg_word, tlv_length, ppdu_info); in dp_htt_process_tlv()
5303 msg_word = (uint32_t *)((uint8_t *)tlv_buf + tlv_length); in dp_htt_process_tlv()
5304 length -= (tlv_length); in dp_htt_process_tlv()
5411 uint32_t tlv_length, tlv_expected_size; in dp_htt_process_smu_ppdu_stats_tlv() local
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_htt.c2543 uint16_t tlv_length; local
2578 tlv_length = HTT_STATS_TLV_LENGTH_GET(*msg_word);
2581 tlv_length += 4;
2693 msg_word = (uint32_t *)((uint8_t *)tlv_buf + tlv_length);
2694 payload_size -= tlv_length;