Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h916 #define CHIP_IS_E3A0(sc) (CHIP_IS_E3(sc) && \ macro
H A Delink.c1495 if ((CHIP_IS_E2(sc)) || (CHIP_IS_E3A0(sc))) { in elink_ets_disabled()