Searched refs:tx_tlv_info (Results 1 – 3 of 3) sorted by relevance
1476 ppdu_info = (data_ppdu_info->tx_tlv_info.is_data_ppdu_info) ? in dp_tx_mon_record_tlv()1478 tlv_tag = ppdu_info->tx_tlv_info.tlv_tag; in dp_tx_mon_record_tlv()1480 if (ppdu_info->tx_tlv_info.tlv_category == CATEGORY_PPDU_START) { in dp_tx_mon_record_tlv()1498 } else if (ppdu_info->tx_tlv_info.tlv_category == CATEGORY_MPDU) { in dp_tx_mon_record_tlv()1514 } else if (ppdu_info->tx_tlv_info.tlv_category == CATEGORY_PPDU_END) { in dp_tx_mon_record_tlv()
1391 ppdu_info->tx_tlv_info.is_data_ppdu_info = 1; in hal_tx_tlv_record_set_data_ppdu_info()1480 ppdu_info->tx_tlv_info.tlv_tag = tlv_tag; in hal_tx_record_tlv_info()1493 ppdu_info->tx_tlv_info.tlv_category = CATEGORY_PPDU_START; in hal_tx_record_tlv_info()1501 ppdu_info->tx_tlv_info.tlv_category = CATEGORY_MPDU; in hal_tx_record_tlv_info()1524 ppdu_info->tx_tlv_info.tlv_category = CATEGORY_PPDU_END; in hal_tx_record_tlv_info()
1374 struct hal_tx_tlv_info tx_tlv_info; member