Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c1612 int l2_hdr_offset, l4_hdr_offset; in netxen_process_lro() local
1632 l4_hdr_offset = netxen_get_lro_sts_l4_hdr_offset(sts_data0); in netxen_process_lro()
1641 data_offset = l4_hdr_offset + TCP_TS_HDR_SIZE; in netxen_process_lro()
1643 data_offset = l4_hdr_offset + TCP_HDR_SIZE; in netxen_process_lro()
/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_init.c1600 int l2_hdr_offset, l4_hdr_offset; in qlcnic_process_lro() local
1620 l4_hdr_offset = qlcnic_get_lro_sts_l4_hdr_offset(sts_data0); in qlcnic_process_lro()
1629 data_offset = l4_hdr_offset + QLC_TCP_TS_HDR_SIZE; in qlcnic_process_lro()
1631 data_offset = l4_hdr_offset + QLC_TCP_HDR_SIZE; in qlcnic_process_lro()