Lines Matching refs:head_msdu
4533 void *ring_entry, struct sk_buff **head_msdu, in ath11k_dp_rx_mon_mpdu_pop() argument
4680 if (!(*head_msdu)) in ath11k_dp_rx_mon_mpdu_pop()
4681 *head_msdu = msdu; in ath11k_dp_rx_mon_mpdu_pop()
4738 u32 mac_id, struct sk_buff *head_msdu, in ath11k_dp_rx_mon_merg_msdus() argument
4753 if (!head_msdu) in ath11k_dp_rx_mon_merg_msdus()
4756 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath11k_dp_rx_mon_merg_msdus()
4767 ath11k_dp_rx_msdus_set_payload(ar, head_msdu); in ath11k_dp_rx_mon_merg_msdus()
4769 prev_buf = head_msdu; in ath11k_dp_rx_mon_merg_msdus()
4770 msdu = head_msdu->next; in ath11k_dp_rx_mon_merg_msdus()
4786 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath11k_dp_rx_mon_merg_msdus()
4800 msdu = head_msdu; in ath11k_dp_rx_mon_merg_msdus()
4832 return head_msdu; in ath11k_dp_rx_mon_merg_msdus()
4845 struct sk_buff *head_msdu, in ath11k_dp_rx_mon_deliver() argument
4853 mon_skb = ath11k_dp_rx_mon_merg_msdus(ar, mac_id, head_msdu, in ath11k_dp_rx_mon_deliver()
4888 mon_skb = head_msdu; in ath11k_dp_rx_mon_deliver()
4933 struct sk_buff *head_msdu, *tail_msdu; in ath11k_dp_rx_mon_dest_process() local
4935 head_msdu = NULL; in ath11k_dp_rx_mon_dest_process()
4939 &head_msdu, in ath11k_dp_rx_mon_dest_process()
4950 if (head_msdu && tail_msdu) { in ath11k_dp_rx_mon_dest_process()
4951 ath11k_dp_rx_mon_deliver(ar, dp->mac_id, head_msdu, in ath11k_dp_rx_mon_dest_process()