Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c1410 u16 outer_ip_off, inner_ip_off, inner_mac_off; in bnxt_gro_func_5731x() local
1415 inner_mac_off = BNXT_TPA_INNER_L2_OFF(hdr_info); in bnxt_gro_func_5731x()
1421 if (inner_mac_off == 4) { in bnxt_gro_func_5731x()
1423 } else if (inner_mac_off > 4) { in bnxt_gro_func_5731x()
1437 inner_mac_off -= 4; in bnxt_gro_func_5731x()
1459 if (inner_mac_off) { /* tunnel */ in bnxt_gro_func_5731x()
1474 u16 outer_ip_off, inner_ip_off, inner_mac_off; in bnxt_gro_func_5750x() local
1479 inner_mac_off = BNXT_TPA_INNER_L2_OFF(hdr_info); in bnxt_gro_func_5750x()
1488 if (inner_mac_off) { /* tunnel */ in bnxt_gro_func_5750x()