Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.h205 struct sk_buff_head *frag_list,
H A Ddp_rx.c1565 struct sk_buff_head *frag_list, in ath12k_dp_rx_h_sort_frags() argument
1571 skb_queue_walk(frag_list, skb) { in ath12k_dp_rx_h_sort_frags()
1575 __skb_queue_before(frag_list, skb, cur_frag); in ath12k_dp_rx_h_sort_frags()
1578 __skb_queue_tail(frag_list, cur_frag); in ath12k_dp_rx_h_sort_frags()
H A Ddp_mon.c278 skb_shinfo(head_msdu)->frag_list = head_frag_list; in ath12k_dp_mon_rx_merg_msdus()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmac80211.c929 if (skb_shinfo(skb)->frag_list) { in mt76_rx_release_amsdu()
960 phy->rx_amsdu[q].tail = &skb_shinfo(skb)->frag_list; in mt76_rx_release_burst()
1553 struct sk_buff *nskb = skb_shinfo(skb)->frag_list; in mt76_rx_complete()
1556 skb_shinfo(skb)->frag_list = NULL; in mt76_rx_complete()
H A Dtestmode.c144 frag_tail = &skb_shinfo(head)->frag_list; in mt76_testmode_alloc_skb()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h141 struct sk_buff *frag_list; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c3598 struct sk_buff_head *frag_list, in ath11k_dp_rx_h_sort_frags() argument
3604 skb_queue_walk(frag_list, skb) { in ath11k_dp_rx_h_sort_frags()
3608 __skb_queue_before(frag_list, skb, cur_frag); in ath11k_dp_rx_h_sort_frags()
3611 __skb_queue_tail(frag_list, cur_frag); in ath11k_dp_rx_h_sort_frags()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c498 struct sk_buff *frag_list, in ath10k_htt_append_frag_list() argument
501 skb_shinfo(skb_head)->frag_list = frag_list; in ath10k_htt_append_frag_list()