Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1754 struct sk_buff_head *msdu_list, in ath11k_dp_rx_msdu_coalesce() argument
1799 while ((skb = __skb_dequeue(msdu_list)) != NULL) { in ath11k_dp_rx_msdu_coalesce()
1811 while ((skb = __skb_dequeue(msdu_list)) != NULL && rem_len > 0) { in ath11k_dp_rx_msdu_coalesce()
1838 static struct sk_buff *ath11k_dp_rx_get_msdu_last_buf(struct sk_buff_head *msdu_list, in ath11k_dp_rx_get_msdu_last_buf() argument
1847 skb_queue_walk(msdu_list, skb) { in ath11k_dp_rx_get_msdu_last_buf()
2507 struct sk_buff_head *msdu_list, in ath11k_dp_rx_process_msdu() argument
2521 last_buf = ath11k_dp_rx_get_msdu_last_buf(msdu_list, msdu); in ath11k_dp_rx_process_msdu()
2565 ret = ath11k_dp_rx_msdu_coalesce(ar, msdu_list, in ath11k_dp_rx_process_msdu()
2588 struct sk_buff_head *msdu_list, in ath11k_dp_rx_process_received_packets() argument
2596 if (skb_queue_empty(msdu_list)) in ath11k_dp_rx_process_received_packets()
[all …]
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c848 struct sk_buff *ath12k_dp_rx_get_msdu_last_buf(struct sk_buff_head *msdu_list, in ath12k_dp_rx_get_msdu_last_buf() argument
857 skb_queue_walk(msdu_list, skb) { in ath12k_dp_rx_get_msdu_last_buf()