Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c1451 tx_ppdu_info->tx_mon_mpdu->head = skb; in ath12k_dp_mon_tx_gen_cts2self_frame()
1452 tx_ppdu_info->tx_mon_mpdu->tail = NULL; in ath12k_dp_mon_tx_gen_cts2self_frame()
1453 list_add_tail(&tx_ppdu_info->tx_mon_mpdu->list, in ath12k_dp_mon_tx_gen_cts2self_frame()
1478 tx_ppdu_info->tx_mon_mpdu->head = skb; in ath12k_dp_mon_tx_gen_rts_frame()
1479 tx_ppdu_info->tx_mon_mpdu->tail = NULL; in ath12k_dp_mon_tx_gen_rts_frame()
1506 tx_ppdu_info->tx_mon_mpdu->head = skb; in ath12k_dp_mon_tx_gen_3addr_qos_null_frame()
1507 tx_ppdu_info->tx_mon_mpdu->tail = NULL; in ath12k_dp_mon_tx_gen_3addr_qos_null_frame()
1535 tx_ppdu_info->tx_mon_mpdu->head = skb; in ath12k_dp_mon_tx_gen_4addr_qos_null_frame()
1536 tx_ppdu_info->tx_mon_mpdu->tail = NULL; in ath12k_dp_mon_tx_gen_4addr_qos_null_frame()
1563 tx_ppdu_info->tx_mon_mpdu->head = skb; in ath12k_dp_mon_tx_gen_ack_frame()
[all …]
H A Ddp_mon.h74 struct dp_mon_mpdu *tx_mon_mpdu; member