Searched refs:CHIP_REV_IS_SLOW (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h927 #define CHIP_REV_IS_SLOW(bp) (CHIP_REV_VAL(bp) > 0x00005000) macro
929 #define CHIP_REV_IS_EMUL(bp) ((CHIP_REV_IS_SLOW(bp)) && \
932 #define CHIP_REV_IS_FPGA(bp) ((CHIP_REV_IS_SLOW(bp)) && \
943 #define CHIP_REV(bp) (CHIP_REV_IS_SLOW(bp) ? \
H A Dbnx2x_ethtool.c1262 if (CHIP_REV_IS_SLOW(bp))
1295 if (CHIP_REV_IS_SLOW(bp))
1366 if (CHIP_REV_IS_SLOW(bp))
1642 if (CHIP_REV_IS_SLOW(bp))
H A Dbnx2x_cmn.h1101 if (CHIP_REV_IS_SLOW(bp)) {
H A Dbnx2x_sp.c3700 u8 offset = (CHIP_REV_IS_SLOW(bp) ?
4095 if (CHIP_REV_IS_SLOW(bp))
4377 if (!CHIP_REV_IS_SLOW(bp))
4389 if (!CHIP_REV_IS_SLOW(bp))
4405 if (!CHIP_REV_IS_SLOW(bp))
H A Dbnx2x_main.c538 int cnt = CHIP_REV_IS_SLOW(bp) ? (400000) : 4000;
2526 if (CHIP_REV_IS_SLOW(bp))
3027 u8 delay = CHIP_REV_IS_SLOW(bp) ? 100 : 10;
7288 if (!CHIP_REV_IS_SLOW(bp))
7439 if (CHIP_REV_IS_SLOW(bp))
9631 if (CHIP_REV_IS_SLOW(bp))
10372 if (CHIP_REV_IS_SLOW(bp)) {
12373 bp->current_interval = CHIP_REV_IS_SLOW(bp) ? 5*HZ : HZ;
H A Dbnx2x_stats.c160 if (CHIP_REV_IS_SLOW(bp))
H A Dbnx2x_cmn.c3210 if (CHIP_REV_IS_SLOW(bp))

Completed in 196 milliseconds