Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h901 #define CHIP_IS_57811xx(bp) (CHIP_IS_57811(bp) || \ macro
913 CHIP_IS_57811xx(bp) || \
H A Dbnx2x_ethtool.c2970 if (!CHIP_IS_E1x(bp) && !CHIP_IS_57811xx(bp)) { in bnx2x_test_nvram()