Searched refs:tail_msdu (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | dp_rx.c | 4693 struct sk_buff **tail_msdu, u32 *npackets, in ath11k_dp_rx_mon_mpdu_pop() argument 4885 *tail_msdu = msdu; in ath11k_dp_rx_mon_mpdu_pop() 5088 struct sk_buff *tail_msdu, in ath11k_dp_rx_mon_deliver() argument 5097 tail_msdu, rxs, &fcs_err); in ath11k_dp_rx_mon_deliver() 5186 struct sk_buff *head_msdu, *tail_msdu; in ath11k_dp_rx_mon_dest_process() local 5189 tail_msdu = NULL; in ath11k_dp_rx_mon_dest_process() 5193 &tail_msdu, in ath11k_dp_rx_mon_dest_process() 5226 if (head_msdu && tail_msdu) { in ath11k_dp_rx_mon_dest_process() 5229 tail_msdu, napi); in ath11k_dp_rx_mon_dest_process() 5349 struct sk_buff **tail_msdu, in ath11k_dp_rx_full_mon_mpdu_pop() argument [all …]
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A 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()
|