Lines Matching refs:head_msdu

4603 			  void *ring_entry, struct sk_buff **head_msdu,  in ath11k_dp_rx_mon_mpdu_pop()  argument
4750 if (!(*head_msdu)) in ath11k_dp_rx_mon_mpdu_pop()
4751 *head_msdu = msdu; in ath11k_dp_rx_mon_mpdu_pop()
4808 u32 mac_id, struct sk_buff *head_msdu, in ath11k_dp_rx_mon_merg_msdus() argument
4821 if (!head_msdu) in ath11k_dp_rx_mon_merg_msdus()
4824 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath11k_dp_rx_mon_merg_msdus()
4839 ath11k_dp_rx_msdus_set_payload(ar, head_msdu); in ath11k_dp_rx_mon_merg_msdus()
4841 prev_buf = head_msdu; in ath11k_dp_rx_mon_merg_msdus()
4842 msdu = head_msdu->next; in ath11k_dp_rx_mon_merg_msdus()
4857 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath11k_dp_rx_mon_merg_msdus()
4866 msdu = head_msdu; in ath11k_dp_rx_mon_merg_msdus()
4893 return head_msdu; in ath11k_dp_rx_mon_merg_msdus()
4989 struct sk_buff *head_msdu, in ath11k_dp_rx_mon_deliver() argument
4999 mon_skb = ath11k_dp_rx_mon_merg_msdus(ar, mac_id, head_msdu, in ath11k_dp_rx_mon_deliver()
5035 mon_skb = head_msdu; in ath11k_dp_rx_mon_deliver()
5088 struct sk_buff *head_msdu, *tail_msdu; in ath11k_dp_rx_mon_dest_process() local
5090 head_msdu = NULL; in ath11k_dp_rx_mon_dest_process()
5094 &head_msdu, in ath11k_dp_rx_mon_dest_process()
5128 if (head_msdu && tail_msdu) { in ath11k_dp_rx_mon_dest_process()
5129 ath11k_dp_rx_mon_deliver(ar, dp->mac_id, head_msdu, in ath11k_dp_rx_mon_dest_process()
5250 void *ring_entry, struct sk_buff **head_msdu, in ath11k_dp_rx_full_mon_mpdu_pop() argument
5368 if (!(*head_msdu)) in ath11k_dp_rx_full_mon_mpdu_pop()
5369 *head_msdu = msdu; in ath11k_dp_rx_full_mon_mpdu_pop()
5449 struct sk_buff *head_msdu, *tail_msdu; in ath11k_dp_rx_full_mon_deliver_ppdu() local
5458 head_msdu = mon_mpdu->head; in ath11k_dp_rx_full_mon_deliver_ppdu()
5460 if (head_msdu && tail_msdu) { in ath11k_dp_rx_full_mon_deliver_ppdu()
5461 ret = ath11k_dp_rx_mon_deliver(ar, mac_id, head_msdu, in ath11k_dp_rx_full_mon_deliver_ppdu()
5524 struct sk_buff *head_msdu, *tail_msdu; in ath11k_dp_full_mon_process_rx() local
5543 head_msdu = NULL; in ath11k_dp_full_mon_process_rx()
5547 &head_msdu, in ath11k_dp_full_mon_process_rx()
5553 if (head_msdu) { in ath11k_dp_full_mon_process_rx()
5556 head_msdu, in ath11k_dp_full_mon_process_rx()