Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x.h635 #define CHIP_REV_IS_EMUL(bp) ((CHIP_REV_IS_SLOW(bp)) && \ macro
641 #define CHIP_TIME(bp) ((CHIP_REV_IS_EMUL(bp)) ? 2000 : \
Dbnx2x_init_ops.h203 else if (CHIP_REV_IS_EMUL(bp)) in bnx2x_init_block()
Dbnx2x_main.c4662 else if (CHIP_REV_IS_EMUL(bp)) in bnx2x_int_mem_test()
5114 int factor = CHIP_REV_IS_EMUL(bp) ? 1000 : in bnx2x_init_hw_common()