Lines Matching refs:head_msdu
4630 void *ring_entry, struct sk_buff **head_msdu, in ath11k_dp_rx_mon_mpdu_pop() argument
4777 if (!(*head_msdu)) in ath11k_dp_rx_mon_mpdu_pop()
4778 *head_msdu = msdu; in ath11k_dp_rx_mon_mpdu_pop()
4835 u32 mac_id, struct sk_buff *head_msdu, in ath11k_dp_rx_mon_merg_msdus() argument
4848 if (!head_msdu) in ath11k_dp_rx_mon_merg_msdus()
4851 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath11k_dp_rx_mon_merg_msdus()
4866 ath11k_dp_rx_msdus_set_payload(ar, head_msdu); in ath11k_dp_rx_mon_merg_msdus()
4868 prev_buf = head_msdu; in ath11k_dp_rx_mon_merg_msdus()
4869 msdu = head_msdu->next; in ath11k_dp_rx_mon_merg_msdus()
4884 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath11k_dp_rx_mon_merg_msdus()
4893 msdu = head_msdu; in ath11k_dp_rx_mon_merg_msdus()
4920 return head_msdu; in ath11k_dp_rx_mon_merg_msdus()
5016 struct sk_buff *head_msdu, in ath11k_dp_rx_mon_deliver() argument
5026 mon_skb = ath11k_dp_rx_mon_merg_msdus(ar, mac_id, head_msdu, in ath11k_dp_rx_mon_deliver()
5063 mon_skb = head_msdu; in ath11k_dp_rx_mon_deliver()
5116 struct sk_buff *head_msdu, *tail_msdu; in ath11k_dp_rx_mon_dest_process() local
5118 head_msdu = NULL; in ath11k_dp_rx_mon_dest_process()
5122 &head_msdu, in ath11k_dp_rx_mon_dest_process()
5156 if (head_msdu && tail_msdu) { in ath11k_dp_rx_mon_dest_process()
5157 ath11k_dp_rx_mon_deliver(ar, dp->mac_id, head_msdu, in ath11k_dp_rx_mon_dest_process()
5278 void *ring_entry, struct sk_buff **head_msdu, in ath11k_dp_rx_full_mon_mpdu_pop() argument
5396 if (!(*head_msdu)) in ath11k_dp_rx_full_mon_mpdu_pop()
5397 *head_msdu = msdu; in ath11k_dp_rx_full_mon_mpdu_pop()
5477 struct sk_buff *head_msdu, *tail_msdu; in ath11k_dp_rx_full_mon_deliver_ppdu() local
5486 head_msdu = mon_mpdu->head; in ath11k_dp_rx_full_mon_deliver_ppdu()
5488 if (head_msdu && tail_msdu) { in ath11k_dp_rx_full_mon_deliver_ppdu()
5489 ret = ath11k_dp_rx_mon_deliver(ar, mac_id, head_msdu, in ath11k_dp_rx_full_mon_deliver_ppdu()
5552 struct sk_buff *head_msdu, *tail_msdu; in ath11k_dp_full_mon_process_rx() local
5571 head_msdu = NULL; in ath11k_dp_full_mon_process_rx()
5575 &head_msdu, in ath11k_dp_full_mon_process_rx()
5581 if (head_msdu) { in ath11k_dp_full_mon_process_rx()
5584 head_msdu, in ath11k_dp_full_mon_process_rx()