Searched refs:hdr_space (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 2772 u16 peer_id, sc, hdr_space; in ath10k_htt_rx_proc_rx_frag_ind_hl() local 2825 hdr_space = ieee80211_hdrlen(hdr->frame_control); in ath10k_htt_rx_proc_rx_frag_ind_hl() 2841 hdr_space); in ath10k_htt_rx_proc_rx_frag_ind_hl() 2849 hdr_space); in ath10k_htt_rx_proc_rx_frag_ind_hl() 2856 hdr_space); in ath10k_htt_rx_proc_rx_frag_ind_hl() 2865 hdr_space); in ath10k_htt_rx_proc_rx_frag_ind_hl()
|
/linux-6.1.9/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-6.1.9/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()
|