Searched refs:msdu_list (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | dp_rx.c | 1784 struct sk_buff_head *msdu_list, in ath11k_dp_rx_msdu_coalesce() argument 1829 while ((skb = __skb_dequeue(msdu_list)) != NULL) { in ath11k_dp_rx_msdu_coalesce() 1841 while ((skb = __skb_dequeue(msdu_list)) != NULL && rem_len > 0) { in ath11k_dp_rx_msdu_coalesce() 1868 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 1877 skb_queue_walk(msdu_list, skb) { in ath11k_dp_rx_get_msdu_last_buf() 2559 struct sk_buff_head *msdu_list, in ath11k_dp_rx_process_msdu() argument 2573 last_buf = ath11k_dp_rx_get_msdu_last_buf(msdu_list, msdu); in ath11k_dp_rx_process_msdu() 2617 ret = ath11k_dp_rx_msdu_coalesce(ar, msdu_list, in ath11k_dp_rx_process_msdu() 2640 struct sk_buff_head *msdu_list, in ath11k_dp_rx_process_received_packets() argument 2648 if (skb_queue_empty(msdu_list)) in ath11k_dp_rx_process_received_packets() [all …]
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp_rx.c | 1767 struct sk_buff_head *msdu_list, in ath12k_dp_rx_msdu_coalesce() argument 1812 while ((skb = __skb_dequeue(msdu_list)) != NULL) { in ath12k_dp_rx_msdu_coalesce() 1824 while ((skb = __skb_dequeue(msdu_list)) != NULL && rem_len > 0) { in ath12k_dp_rx_msdu_coalesce() 1851 static 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 1860 skb_queue_walk(msdu_list, skb) { in ath12k_dp_rx_get_msdu_last_buf() 2478 struct sk_buff_head *msdu_list, in ath12k_dp_rx_process_msdu() argument 2490 last_buf = ath12k_dp_rx_get_msdu_last_buf(msdu_list, msdu); in ath12k_dp_rx_process_msdu() 2524 ret = ath12k_dp_rx_msdu_coalesce(ar, msdu_list, in ath12k_dp_rx_process_msdu() 2547 struct sk_buff_head *msdu_list, in ath12k_dp_rx_process_received_packets() argument 2557 if (skb_queue_empty(msdu_list)) in ath12k_dp_rx_process_received_packets() [all …]
|