Home
last modified time | relevance | path

Searched refs:l4_hdr_offset (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/google/gve/
A Dgve_tx.c378 int l4_hdr_offset, u32 desc_cnt, in gve_tx_fill_pkt_desc() argument
385 pkt_desc->pkt.l4_hdr_offset = l4_hdr_offset >> 1; in gve_tx_fill_pkt_desc()
389 pkt_desc->pkt.l4_hdr_offset = l4_hdr_offset >> 1; in gve_tx_fill_pkt_desc()
393 pkt_desc->pkt.l4_hdr_offset = 0; in gve_tx_fill_pkt_desc()
442 int pad_bytes, hlen, hdr_nfrags, payload_nfrags, l4_hdr_offset; in gve_tx_add_skb_copy() local
456 l4_hdr_offset = skb_checksum_start_offset(skb); in gve_tx_add_skb_copy()
462 hlen = is_gso ? l4_hdr_offset + tcp_hdrlen(skb) : in gve_tx_add_skb_copy()
476 gve_tx_fill_pkt_desc(pkt_desc, skb, is_gso, l4_hdr_offset, in gve_tx_add_skb_copy()
517 int hlen, num_descriptors, l4_hdr_offset; in gve_tx_add_skb_no_copy() local
530 l4_hdr_offset = skb_checksum_start_offset(skb); in gve_tx_add_skb_no_copy()
[all …]
A Dgve_desc.h29 u8 l4_hdr_offset; /* Offset of start of L4 headers in packet */ member
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_io.c1274 int index, l2_hdr_offset, l4_hdr_offset, is_lb_pkt; in qlcnic_process_lro() local
1292 l4_hdr_offset = qlcnic_get_lro_sts_l4_hdr_offset(sts_data0); in qlcnic_process_lro()
1307 data_offset = l4_hdr_offset + QLC_TCP_TS_HDR_SIZE; in qlcnic_process_lro()
1309 data_offset = l4_hdr_offset + QLC_TCP_HDR_SIZE; in qlcnic_process_lro()
1795 int l2_hdr_offset, l4_hdr_offset; in qlcnic_83xx_process_lro() local
1814 l4_hdr_offset = qlcnic_83xx_l4_hdr_off(sts_data[1]); in qlcnic_83xx_process_lro()
1822 data_offset = l4_hdr_offset + QLCNIC_TCP_TS_HDR_SIZE; in qlcnic_83xx_process_lro()
1824 data_offset = l4_hdr_offset + QLCNIC_TCP_HDR_SIZE; in qlcnic_83xx_process_lro()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/netxen/
A Dnetxen_nic_init.c1580 int l2_hdr_offset, l4_hdr_offset; in netxen_process_lro() local
1600 l4_hdr_offset = netxen_get_lro_sts_l4_hdr_offset(sts_data0); in netxen_process_lro()
1609 data_offset = l4_hdr_offset + TCP_TS_HDR_SIZE; in netxen_process_lro()
1611 data_offset = l4_hdr_offset + TCP_HDR_SIZE; in netxen_process_lro()

Completed in 13 milliseconds