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

/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_desc.h29 u8 l4_hdr_offset; /* Offset of start of L4 headers in packet */ member in struct:gve_tx_pkt_desc
H A Dgve_tx.c495 int l4_hdr_offset, u32 desc_cnt,
498 /* l4_hdr_offset and csum_offset are in units of 16-bit words */
502 pkt_desc->pkt.l4_hdr_offset = l4_hdr_offset >> 1;
506 pkt_desc->pkt.l4_hdr_offset = l4_hdr_offset >> 1;
510 pkt_desc->pkt.l4_hdr_offset = 0;
560 int pad_bytes, hlen, hdr_nfrags, payload_nfrags, l4_hdr_offset; local
574 l4_hdr_offset = skb_checksum_start_offset(skb);
578 hlen = is_gso ? l4_hdr_offset
493 gve_tx_fill_pkt_desc(union gve_tx_desc *pkt_desc, u16 csum_offset, u8 ip_summed, bool is_gso, int l4_hdr_offset, u32 desc_cnt, u16 hlen, u64 addr, u16 pkt_len) argument
636 int hlen, num_descriptors, l4_hdr_offset; local
[all...]
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c1273 int index, l2_hdr_offset, l4_hdr_offset, is_lb_pkt; local
1291 l4_hdr_offset = qlcnic_get_lro_sts_l4_hdr_offset(sts_data0);
1306 data_offset = l4_hdr_offset + QLC_TCP_TS_HDR_SIZE;
1308 data_offset = l4_hdr_offset + QLC_TCP_HDR_SIZE;
1794 int l2_hdr_offset, l4_hdr_offset; local
1813 l4_hdr_offset = qlcnic_83xx_l4_hdr_off(sts_data[1]);
1821 data_offset = l4_hdr_offset + QLCNIC_TCP_TS_HDR_SIZE;
1823 data_offset = l4_hdr_offset + QLCNIC_TCP_HDR_SIZE;
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c1578 int l2_hdr_offset, l4_hdr_offset; local
1598 l4_hdr_offset = netxen_get_lro_sts_l4_hdr_offset(sts_data0);
1607 data_offset = l4_hdr_offset + TCP_TS_HDR_SIZE;
1609 data_offset = l4_hdr_offset + TCP_HDR_SIZE;

Completed in 205 milliseconds