Searched refs:tail_msdu (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/net/wireless/ath/ath11k/ |
| D | dp_rx.c | 4631 struct sk_buff **tail_msdu, u32 *npackets, in ath11k_dp_rx_mon_mpdu_pop() argument 4815 *tail_msdu = msdu; in ath11k_dp_rx_mon_mpdu_pop() 5018 struct sk_buff *tail_msdu, in ath11k_dp_rx_mon_deliver() argument 5027 tail_msdu, rxs, &fcs_err); in ath11k_dp_rx_mon_deliver() 5116 struct sk_buff *head_msdu, *tail_msdu; in ath11k_dp_rx_mon_dest_process() local 5119 tail_msdu = NULL; in ath11k_dp_rx_mon_dest_process() 5123 &tail_msdu, in ath11k_dp_rx_mon_dest_process() 5156 if (head_msdu && tail_msdu) { in ath11k_dp_rx_mon_dest_process() 5159 tail_msdu, napi); in ath11k_dp_rx_mon_dest_process() 5279 struct sk_buff **tail_msdu, in ath11k_dp_rx_full_mon_mpdu_pop() argument [all …]
|
| /Linux-v6.6/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()
|