Searched refs:tail_msdu (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/wireless/ath/ath11k/ |
D | dp_rx.c | 4637 struct sk_buff **tail_msdu, u32 *npackets, in ath11k_dp_rx_mon_mpdu_pop() argument 4821 *tail_msdu = msdu; in ath11k_dp_rx_mon_mpdu_pop() 5024 struct sk_buff *tail_msdu, in ath11k_dp_rx_mon_deliver() argument 5033 tail_msdu, rxs, &fcs_err); in ath11k_dp_rx_mon_deliver() 5122 struct sk_buff *head_msdu, *tail_msdu; in ath11k_dp_rx_mon_dest_process() local 5125 tail_msdu = NULL; in ath11k_dp_rx_mon_dest_process() 5129 &tail_msdu, in ath11k_dp_rx_mon_dest_process() 5162 if (head_msdu && tail_msdu) { in ath11k_dp_rx_mon_dest_process() 5165 tail_msdu, napi); in ath11k_dp_rx_mon_dest_process() 5285 struct sk_buff **tail_msdu, in ath11k_dp_rx_full_mon_mpdu_pop() argument [all …]
|
/linux-6.6.21/drivers/net/wireless/ath/ath12k/ |
D | dp_mon.c | 1243 struct sk_buff *head_msdu, *tail_msdu; in ath12k_dp_mon_rx_parse_mon_status() local 1251 tail_msdu = mon_mpdu->tail; in ath12k_dp_mon_rx_parse_mon_status() 1253 if (head_msdu && tail_msdu) { in ath12k_dp_mon_rx_parse_mon_status()
|