Searched refs:rx_tlv_info (Results 1 – 3 of 3) sorted by relevance
117 tlv_tag = ppdu_info->rx_tlv_info.tlv_tag; in dp_mon_record_tlv()118 if (ppdu_info->rx_tlv_info.tlv_category == CATEGORY_PPDU_START) { in dp_mon_record_tlv()146 } else if (ppdu_info->rx_tlv_info.tlv_category == CATEGORY_MPDU) { in dp_mon_record_tlv()202 } else if (ppdu_info->rx_tlv_info.tlv_category == CATEGORY_PPDU_END) { in dp_mon_record_tlv()
2521 ppdu_info->rx_tlv_info.tlv_tag = tlv_tag; in hal_rx_record_tlv_info()2525 ppdu_info->rx_tlv_info.tlv_category = CATEGORY_PPDU_START; in hal_rx_record_tlv_info()2533 ppdu_info->rx_tlv_info.tlv_category = CATEGORY_MPDU; in hal_rx_record_tlv_info()2547 ppdu_info->rx_tlv_info.tlv_category = CATEGORY_PPDU_END; in hal_rx_record_tlv_info()
1336 struct hal_rx_tlv_info rx_tlv_info; member