Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Ddp_rx.c4603 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()
[all …]