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

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c1532 u16 outer_ip_off, inner_ip_off, inner_mac_off; local
1537 inner_mac_off = BNXT_TPA_INNER_L2_OFF(hdr_info);
1543 if (inner_mac_off == 4) {
1545 } else if (inner_mac_off > 4) {
1559 inner_mac_off -= 4;
1581 if (inner_mac_off) { /* tunnel */
1596 u16 outer_ip_off, inner_ip_off, inner_mac_off; local
1601 inner_mac_off = BNXT_TPA_INNER_L2_OFF(hdr_info);
1610 if (inner_mac_off) { /* tunnel */

Completed in 130 milliseconds