Lines Matching refs:head_msdu
4460 void *ring_entry, struct sk_buff **head_msdu, in ath11k_dp_rx_mon_mpdu_pop() argument
4607 if (!(*head_msdu)) in ath11k_dp_rx_mon_mpdu_pop()
4608 *head_msdu = msdu; in ath11k_dp_rx_mon_mpdu_pop()
4664 u32 mac_id, struct sk_buff *head_msdu, in ath11k_dp_rx_mon_merg_msdus() argument
4677 if (!head_msdu) in ath11k_dp_rx_mon_merg_msdus()
4680 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath11k_dp_rx_mon_merg_msdus()
4690 ath11k_dp_rx_msdus_set_payload(head_msdu); in ath11k_dp_rx_mon_merg_msdus()
4692 prev_buf = head_msdu; in ath11k_dp_rx_mon_merg_msdus()
4693 msdu = head_msdu->next; in ath11k_dp_rx_mon_merg_msdus()
4709 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath11k_dp_rx_mon_merg_msdus()
4723 msdu = head_msdu; in ath11k_dp_rx_mon_merg_msdus()
4755 return head_msdu; in ath11k_dp_rx_mon_merg_msdus()
4768 struct sk_buff *head_msdu, in ath11k_dp_rx_mon_deliver() argument
4776 mon_skb = ath11k_dp_rx_mon_merg_msdus(ar, mac_id, head_msdu, in ath11k_dp_rx_mon_deliver()
4811 mon_skb = head_msdu; in ath11k_dp_rx_mon_deliver()
4856 struct sk_buff *head_msdu, *tail_msdu; in ath11k_dp_rx_mon_dest_process() local
4858 head_msdu = NULL; in ath11k_dp_rx_mon_dest_process()
4862 &head_msdu, in ath11k_dp_rx_mon_dest_process()
4873 if (head_msdu && tail_msdu) { in ath11k_dp_rx_mon_dest_process()
4874 ath11k_dp_rx_mon_deliver(ar, dp->mac_id, head_msdu, in ath11k_dp_rx_mon_dest_process()