Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c4686 void *ring_entry, struct sk_buff **head_msdu, in ath11k_dp_rx_mon_mpdu_pop() argument
4832 if (!(*head_msdu)) in ath11k_dp_rx_mon_mpdu_pop()
4833 *head_msdu = msdu; in ath11k_dp_rx_mon_mpdu_pop()
4890 u32 mac_id, struct sk_buff *head_msdu, in ath11k_dp_rx_mon_merg_msdus() argument
4903 if (!head_msdu) in ath11k_dp_rx_mon_merg_msdus()
4906 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath11k_dp_rx_mon_merg_msdus()
4921 ath11k_dp_rx_msdus_set_payload(ar, head_msdu); in ath11k_dp_rx_mon_merg_msdus()
4923 prev_buf = head_msdu; in ath11k_dp_rx_mon_merg_msdus()
4924 msdu = head_msdu->next; in ath11k_dp_rx_mon_merg_msdus()
4939 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath11k_dp_rx_mon_merg_msdus()
[all …]
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_mon.c2584 void *ring_entry, struct sk_buff **head_msdu, in ath12k_wifi7_dp_rx_mon_mpdu_pop() argument
2732 if (!(*head_msdu)) in ath12k_wifi7_dp_rx_mon_mpdu_pop()
2733 *head_msdu = msdu; in ath12k_wifi7_dp_rx_mon_mpdu_pop()
2807 struct sk_buff *head_msdu, *tail_msdu; in ath12k_wifi7_dp_rx_mon_dest_process() local
2809 head_msdu = NULL; in ath12k_wifi7_dp_rx_mon_dest_process()
2814 &head_msdu, in ath12k_wifi7_dp_rx_mon_dest_process()
2855 if (head_msdu && tail_msdu) { in ath12k_wifi7_dp_rx_mon_dest_process()
2860 tmp_mpdu->head = head_msdu; in ath12k_wifi7_dp_rx_mon_dest_process()