Lines Matching refs:head_msdu
4636 void *ring_entry, struct sk_buff **head_msdu, in ath11k_dp_rx_mon_mpdu_pop() argument
4783 if (!(*head_msdu)) in ath11k_dp_rx_mon_mpdu_pop()
4784 *head_msdu = msdu; in ath11k_dp_rx_mon_mpdu_pop()
4841 u32 mac_id, struct sk_buff *head_msdu, in ath11k_dp_rx_mon_merg_msdus() argument
4854 if (!head_msdu) in ath11k_dp_rx_mon_merg_msdus()
4857 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath11k_dp_rx_mon_merg_msdus()
4872 ath11k_dp_rx_msdus_set_payload(ar, head_msdu); in ath11k_dp_rx_mon_merg_msdus()
4874 prev_buf = head_msdu; in ath11k_dp_rx_mon_merg_msdus()
4875 msdu = head_msdu->next; in ath11k_dp_rx_mon_merg_msdus()
4890 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath11k_dp_rx_mon_merg_msdus()
4899 msdu = head_msdu; in ath11k_dp_rx_mon_merg_msdus()
4926 return head_msdu; in ath11k_dp_rx_mon_merg_msdus()
5022 struct sk_buff *head_msdu, in ath11k_dp_rx_mon_deliver() argument
5032 mon_skb = ath11k_dp_rx_mon_merg_msdus(ar, mac_id, head_msdu, in ath11k_dp_rx_mon_deliver()
5069 mon_skb = head_msdu; in ath11k_dp_rx_mon_deliver()
5122 struct sk_buff *head_msdu, *tail_msdu; in ath11k_dp_rx_mon_dest_process() local
5124 head_msdu = NULL; in ath11k_dp_rx_mon_dest_process()
5128 &head_msdu, in ath11k_dp_rx_mon_dest_process()
5162 if (head_msdu && tail_msdu) { in ath11k_dp_rx_mon_dest_process()
5163 ath11k_dp_rx_mon_deliver(ar, dp->mac_id, head_msdu, in ath11k_dp_rx_mon_dest_process()
5287 void *ring_entry, struct sk_buff **head_msdu, in ath11k_dp_rx_full_mon_mpdu_pop() argument
5405 if (!(*head_msdu)) in ath11k_dp_rx_full_mon_mpdu_pop()
5406 *head_msdu = msdu; in ath11k_dp_rx_full_mon_mpdu_pop()
5486 struct sk_buff *head_msdu, *tail_msdu; in ath11k_dp_rx_full_mon_deliver_ppdu() local
5495 head_msdu = mon_mpdu->head; in ath11k_dp_rx_full_mon_deliver_ppdu()
5497 if (head_msdu && tail_msdu) { in ath11k_dp_rx_full_mon_deliver_ppdu()
5498 ret = ath11k_dp_rx_mon_deliver(ar, mac_id, head_msdu, in ath11k_dp_rx_full_mon_deliver_ppdu()
5561 struct sk_buff *head_msdu, *tail_msdu; in ath11k_dp_full_mon_process_rx() local
5580 head_msdu = NULL; in ath11k_dp_full_mon_process_rx()
5584 &head_msdu, in ath11k_dp_full_mon_process_rx()
5590 if (head_msdu) { in ath11k_dp_full_mon_process_rx()
5593 head_msdu, in ath11k_dp_full_mon_process_rx()