Searched refs:hdr_room (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | tx.c | 1868 u8 **hdr, unsigned int hdr_room, in iwl_pcie_prep_tso() argument 1879 hdr_room + __alignof__(struct sg_table) + in iwl_pcie_prep_tso() 1886 sgt = (void *)PTR_ALIGN(*hdr + hdr_room, __alignof__(struct sg_table)); in iwl_pcie_prep_tso() 1917 unsigned int snap_ip_tcp_hdrlen, ip_hdrlen, total_len, hdr_room; in iwl_fill_data_tbs_amsdu() local 1942 hdr_room = DIV_ROUND_UP(total_len, mss) * in iwl_fill_data_tbs_amsdu() 1946 sgt = iwl_pcie_prep_tso(trans, skb, out_meta, &start_hdr, hdr_room, in iwl_fill_data_tbs_amsdu() 2037 dma_sync_single_for_device(trans->dev, start_hdr_phys, hdr_room, in iwl_fill_data_tbs_amsdu()
|
| H A D | tx-gen2.c | 169 unsigned int snap_ip_tcp_hdrlen, ip_hdrlen, total_len, hdr_room; in iwl_txq_gen2_build_amsdu() local 187 hdr_room = DIV_ROUND_UP(total_len, mss) * in iwl_txq_gen2_build_amsdu() 191 sgt = iwl_pcie_prep_tso(trans, skb, out_meta, &start_hdr, hdr_room, in iwl_txq_gen2_build_amsdu() 283 dma_sync_single_for_device(trans->dev, start_hdr_phys, hdr_room, in iwl_txq_gen2_build_amsdu()
|
| H A D | internal.h | 649 u8 **hdr, unsigned int hdr_room,
|
| /linux-6.15/net/ipv6/ |
| H A D | ip6_output.c | 767 unsigned short needed_tailroom, int hdr_room, u8 *prevhdr, in ip6_frag_init() argument 780 state->hroom = hdr_room; in ip6_frag_init()
|
| /linux-6.15/include/net/ |
| H A D | ipv6.h | 206 unsigned short needed_tailroom, int hdr_room, u8 *prevhdr,
|