Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h886 #define CHIP_IS_57810(bp) (CHIP_NUM(bp) == CHIP_NUM_57810) macro
910 CHIP_IS_57810(bp) || \
H A Dbnx2x_main.c10960 if (CHIP_IS_57810(bp)) in bnx2x_get_common_hwinfo()