Searched refs:tlv_length (Results 1 – 2 of 2) sorted by relevance
5226 uint32_t tlv_length, tlv_bitmap_expected; in dp_htt_process_tlv() local5249 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 …]
2543 uint16_t tlv_length; local2578 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;