Home
last modified time | relevance | path

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

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