Home
last modified time | relevance | path

Searched refs:l2_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
1631 l2_hdr_offset = netxen_get_lro_sts_l2_hdr_offset(sts_data0); in netxen_process_lro()
1647 skb_pull(skb, l2_hdr_offset); 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
1619 l2_hdr_offset = qlcnic_get_lro_sts_l2_hdr_offset(sts_data0); in qlcnic_process_lro()
1635 skb_pull(skb, l2_hdr_offset); in qlcnic_process_lro()