Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c1271 int index, l2_hdr_offset, l4_hdr_offset, is_lb_pkt; in qlcnic_process_lro() local
1289 l4_hdr_offset = qlcnic_get_lro_sts_l4_hdr_offset(sts_data0); in qlcnic_process_lro()
1304 data_offset = l4_hdr_offset + QLC_TCP_TS_HDR_SIZE; in qlcnic_process_lro()
1306 data_offset = l4_hdr_offset + QLC_TCP_HDR_SIZE; in qlcnic_process_lro()
1793 int l2_hdr_offset, l4_hdr_offset; in qlcnic_83xx_process_lro() local
1812 l4_hdr_offset = qlcnic_83xx_l4_hdr_off(sts_data[1]); in qlcnic_83xx_process_lro()
1820 data_offset = l4_hdr_offset + QLCNIC_TCP_TS_HDR_SIZE; in qlcnic_83xx_process_lro()
1822 data_offset = l4_hdr_offset + QLCNIC_TCP_HDR_SIZE; in qlcnic_83xx_process_lro()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c1601 int l2_hdr_offset, l4_hdr_offset; in netxen_process_lro() local
1621 l4_hdr_offset = netxen_get_lro_sts_l4_hdr_offset(sts_data0); in netxen_process_lro()
1630 data_offset = l4_hdr_offset + TCP_TS_HDR_SIZE; in netxen_process_lro()
1632 data_offset = l4_hdr_offset + TCP_HDR_SIZE; in netxen_process_lro()