Home
last modified time | relevance | path

Searched refs:hdr_space (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c2770 u16 peer_id, sc, hdr_space; in ath10k_htt_rx_proc_rx_frag_ind_hl() local
2823 hdr_space = ieee80211_hdrlen(hdr->frame_control); in ath10k_htt_rx_proc_rx_frag_ind_hl()
2839 hdr_space); in ath10k_htt_rx_proc_rx_frag_ind_hl()
2847 hdr_space); in ath10k_htt_rx_proc_rx_frag_ind_hl()
2854 hdr_space); in ath10k_htt_rx_proc_rx_frag_ind_hl()
2863 hdr_space); in ath10k_htt_rx_proc_rx_frag_ind_hl()
/linux/drivers/net/ethernet/marvell/
H A Dsky2.c2486 static void skb_put_frags(struct sk_buff *skb, unsigned int hdr_space, in skb_put_frags() argument
2493 size = min(length, hdr_space); in skb_put_frags()
2525 unsigned hdr_space = sky2->rx_data_size; in receive_new() local
2531 if (sky2_rx_map_skb(sky2->hw->pdev, &nre, hdr_space)) in receive_new()
2540 skb_put_frags(skb, hdr_space, length); in receive_new()