Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h1023 #define CHIP_REV_IS_EMUL(bp) ((CHIP_REV_IS_SLOW(bp)) && \ macro
1029 #define CHIP_TIME(bp) ((CHIP_REV_IS_EMUL(bp)) ? 2000 : \
Dbnx2x_main.c1297 if (CHIP_REV_IS_EMUL(bp)) in bnx2x_flr_clnup_poll_count()
6635 else if (CHIP_REV_IS_EMUL(bp)) in bnx2x_int_mem_test()
7172 int factor = CHIP_REV_IS_EMUL(bp) ? 1000 : in bnx2x_init_hw_common()
12006 else if (CHIP_REV_IS_EMUL(bp)) in bnx2x_set_modes_bitmap()
Dbnx2x_sp.c287 if (CHIP_REV_IS_EMUL(bp)) in bnx2x_state_wait()