Searched refs:hdr_space (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 2766 u16 peer_id, sc, hdr_space; in ath10k_htt_rx_proc_rx_frag_ind_hl() local 2819 hdr_space = ieee80211_hdrlen(hdr->frame_control); in ath10k_htt_rx_proc_rx_frag_ind_hl() 2835 hdr_space); in ath10k_htt_rx_proc_rx_frag_ind_hl() 2843 hdr_space); in ath10k_htt_rx_proc_rx_frag_ind_hl() 2850 hdr_space); in ath10k_htt_rx_proc_rx_frag_ind_hl() 2859 hdr_space); in ath10k_htt_rx_proc_rx_frag_ind_hl()
|
/linux-5.19.10/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 527 static void skb_put_frags(struct sk_buff *skb, unsigned int hdr_space, in skb_put_frags() argument 534 size = min(length, hdr_space); in skb_put_frags()
|
/linux-5.19.10/drivers/net/ethernet/marvell/ |
D | sky2.c | 2487 static void skb_put_frags(struct sk_buff *skb, unsigned int hdr_space, in skb_put_frags() argument 2494 size = min(length, hdr_space); in skb_put_frags() 2526 unsigned hdr_space = sky2->rx_data_size; in receive_new() local 2532 if (sky2_rx_map_skb(sky2->hw->pdev, &nre, hdr_space)) in receive_new() 2541 skb_put_frags(skb, hdr_space, length); in receive_new()
|