Home
last modified time | relevance | path

Searched refs:hdr_room (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Dtx.c1864 u8 **hdr, unsigned int hdr_room, in iwl_pcie_prep_tso() argument
1875 hdr_room + __alignof__(struct sg_table) + in iwl_pcie_prep_tso()
1882 sgt = (void *)PTR_ALIGN(*hdr + hdr_room, __alignof__(struct sg_table)); in iwl_pcie_prep_tso()
1913 unsigned int snap_ip_tcp_hdrlen, ip_hdrlen, total_len, hdr_room; in iwl_fill_data_tbs_amsdu() local
1938 hdr_room = DIV_ROUND_UP(total_len, mss) * in iwl_fill_data_tbs_amsdu()
1942 sgt = iwl_pcie_prep_tso(trans, skb, out_meta, &start_hdr, hdr_room, in iwl_fill_data_tbs_amsdu()
2033 dma_sync_single_for_device(trans->dev, start_hdr_phys, hdr_room, in iwl_fill_data_tbs_amsdu()
H A Dtx-gen2.c168 unsigned int snap_ip_tcp_hdrlen, ip_hdrlen, total_len, hdr_room; in iwl_txq_gen2_build_amsdu() local
186 hdr_room = DIV_ROUND_UP(total_len, mss) * in iwl_txq_gen2_build_amsdu()
190 sgt = iwl_pcie_prep_tso(trans, skb, out_meta, &start_hdr, hdr_room, in iwl_txq_gen2_build_amsdu()
282 dma_sync_single_for_device(trans->dev, start_hdr_phys, hdr_room, in iwl_txq_gen2_build_amsdu()
H A Dinternal.h641 u8 **hdr, unsigned int hdr_room,
/linux/net/ipv6/
H A Dip6_output.c765 unsigned short needed_tailroom, int hdr_room, u8 *prevhdr, in ip6_frag_init() argument
778 state->hroom = hdr_room; in ip6_frag_init()
/linux/include/net/
H A Dipv6.h193 unsigned short needed_tailroom, int hdr_room, u8 *prevhdr,