Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c1273 int index, l2_hdr_offset, l4_hdr_offset, is_lb_pkt; in qlcnic_process_lro() local
1290 l2_hdr_offset = qlcnic_get_lro_sts_l2_hdr_offset(sts_data0); in qlcnic_process_lro()
1311 skb_pull(skb, l2_hdr_offset); in qlcnic_process_lro()
1794 int l2_hdr_offset, l4_hdr_offset; in qlcnic_83xx_process_lro() local
1812 l2_hdr_offset = qlcnic_83xx_l2_hdr_off(sts_data[1]); in qlcnic_83xx_process_lro()
1826 skb_pull(skb, l2_hdr_offset); in qlcnic_83xx_process_lro()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c1578 int l2_hdr_offset, l4_hdr_offset; in netxen_process_lro() local
1597 l2_hdr_offset = netxen_get_lro_sts_l2_hdr_offset(sts_data0); in netxen_process_lro()
1613 skb_pull(skb, l2_hdr_offset); in netxen_process_lro()