Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h1034 #define CHIP_REV_IS_EMUL(bp) ((CHIP_REV_IS_SLOW(bp)) && \ macro
1040 #define CHIP_TIME(bp) ((CHIP_REV_IS_EMUL(bp)) ? 2000 : \
Dbnx2x_main.c1302 if (CHIP_REV_IS_EMUL(bp)) in bnx2x_flr_clnup_poll_count()
6678 else if (CHIP_REV_IS_EMUL(bp)) in bnx2x_int_mem_test()
7215 int factor = CHIP_REV_IS_EMUL(bp) ? 1000 : in bnx2x_init_hw_common()
12237 else if (CHIP_REV_IS_EMUL(bp)) in bnx2x_set_modes_bitmap()
Dbnx2x_sp.c289 if (CHIP_REV_IS_EMUL(bp)) in bnx2x_state_wait()