Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_txrx.c527 u16 outer_ip_off, inner_ip_off, inner_mac_off; in bnge_gro_func() local
532 inner_mac_off = BNGE_TPA_INNER_L2_OFF(hdr_info); in bnge_gro_func()
541 if (inner_mac_off) { /* tunnel */ in bnge_gro_func()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c1665 u16 outer_ip_off, inner_ip_off, inner_mac_off; in bnxt_gro_func_5731x() local
1670 inner_mac_off = BNXT_TPA_INNER_L2_OFF(hdr_info); in bnxt_gro_func_5731x()
1676 if (inner_mac_off == 4) { in bnxt_gro_func_5731x()
1678 } else if (inner_mac_off > 4) { in bnxt_gro_func_5731x()
1692 inner_mac_off -= 4; in bnxt_gro_func_5731x()
1714 if (inner_mac_off) { /* tunnel */ in bnxt_gro_func_5731x()
1729 u16 outer_ip_off, inner_ip_off, inner_mac_off; in bnxt_gro_func_5750x() local
1734 inner_mac_off = BNXT_TPA_INNER_L2_OFF(hdr_info); in bnxt_gro_func_5750x()
1743 if (inner_mac_off) { /* tunnel */ in bnxt_gro_func_5750x()