Home
last modified time | relevance | path

Searched refs:head_msdu (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Ddp_rx.c4533 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()
[all …]