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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/netxen/
H A Dnetxen_nic_init.c1570 int l2_hdr_offset, l4_hdr_offset; local
1589 l4_hdr_offset = netxen_get_lro_sts_l4_hdr_offset(sts_data0);
1598 data_offset = l4_hdr_offset + TCP_TS_HDR_SIZE;
1600 data_offset = l4_hdr_offset + TCP_HDR_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic_init.c1434 int l2_hdr_offset, l4_hdr_offset; local
1453 l4_hdr_offset = qlcnic_get_lro_sts_l4_hdr_offset(sts_data0);
1462 data_offset = l4_hdr_offset + QLC_TCP_TS_HDR_SIZE;
1464 data_offset = l4_hdr_offset + QLC_TCP_HDR_SIZE;

Completed in 110 milliseconds