Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h929 #define CHIP_REV_IS_EMUL(bp) ((CHIP_REV_IS_SLOW(bp)) && \ macro
935 #define CHIP_TIME(bp) ((CHIP_REV_IS_EMUL(bp)) ? 2000 : \
H A Dbnx2x_main.c1321 if (CHIP_REV_IS_EMUL(bp)) in bnx2x_flr_clnup_poll_count()
6698 else if (CHIP_REV_IS_EMUL(bp)) in bnx2x_int_mem_test()
7235 int factor = CHIP_REV_IS_EMUL(bp) ? 1000 : in bnx2x_init_hw_common()
12246 else if (CHIP_REV_IS_EMUL(bp)) in bnx2x_set_modes_bitmap()
H A Dbnx2x_sp.c291 if (CHIP_REV_IS_EMUL(bp)) in bnx2x_state_wait()