Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmac80211.c808 if (skb_shinfo(skb)->frag_list) { in mt76_rx_release_amsdu()
839 phy->rx_amsdu[q].tail = &skb_shinfo(skb)->frag_list; in mt76_rx_release_burst()
1368 struct sk_buff *nskb = skb_shinfo(skb)->frag_list; in mt76_rx_complete()
1371 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.h143 struct sk_buff *frag_list; member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c3122 struct sk_buff_head *frag_list, in ath12k_dp_rx_h_sort_frags() argument
3128 skb_queue_walk(frag_list, skb) { in ath12k_dp_rx_h_sort_frags()
3132 __skb_queue_before(frag_list, skb, cur_frag); in ath12k_dp_rx_h_sort_frags()
3135 __skb_queue_tail(frag_list, cur_frag); in ath12k_dp_rx_h_sort_frags()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c3542 struct sk_buff_head *frag_list, in ath11k_dp_rx_h_sort_frags() argument
3548 skb_queue_walk(frag_list, skb) { in ath11k_dp_rx_h_sort_frags()
3552 __skb_queue_before(frag_list, skb, cur_frag); in ath11k_dp_rx_h_sort_frags()
3555 __skb_queue_tail(frag_list, cur_frag); in ath11k_dp_rx_h_sort_frags()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c493 struct sk_buff *frag_list, in ath10k_htt_append_frag_list() argument
496 skb_shinfo(skb_head)->frag_list = frag_list; in ath10k_htt_append_frag_list()