Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c2352 tx_ppdu_info->tx_mon_mpdu->head = skb; in ath12k_dp_mon_tx_gen_cts2self_frame()
2353 tx_ppdu_info->tx_mon_mpdu->tail = NULL; in ath12k_dp_mon_tx_gen_cts2self_frame()
2354 list_add_tail(&tx_ppdu_info->tx_mon_mpdu->list, in ath12k_dp_mon_tx_gen_cts2self_frame()
2379 tx_ppdu_info->tx_mon_mpdu->head = skb; in ath12k_dp_mon_tx_gen_rts_frame()
2380 tx_ppdu_info->tx_mon_mpdu->tail = NULL; in ath12k_dp_mon_tx_gen_rts_frame()
2407 tx_ppdu_info->tx_mon_mpdu->head = skb; in ath12k_dp_mon_tx_gen_3addr_qos_null_frame()
2408 tx_ppdu_info->tx_mon_mpdu->tail = NULL; in ath12k_dp_mon_tx_gen_3addr_qos_null_frame()
2436 tx_ppdu_info->tx_mon_mpdu->head = skb; in ath12k_dp_mon_tx_gen_4addr_qos_null_frame()
2437 tx_ppdu_info->tx_mon_mpdu->tail = NULL; in ath12k_dp_mon_tx_gen_4addr_qos_null_frame()
2464 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