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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c287 if (IS_MF(bp) && !BP_NOMCP(bp))
2010 if (IS_MF(bp))
2148 if (IS_MF(bp))
3035 if (!IS_MF(bp))
3050 if ((etest->flags & ETH_TEST_FL_OFFLINE) && !IS_MF(bp)) {
3107 if (!IS_MF(bp))
3121 if (!IS_MF(bp))
3219 if (!IS_MF(bp))
H A Dbnx2x_main.c1616 if (IS_MF(bp)) {
1677 if (IS_MF(bp)) {
2528 if (IS_MF(bp))
2678 if (IS_MF(bp))
3554 if (!IS_MF(bp)) {
4334 if (IS_MF(bp))
7433 REG_WR(bp, NIG_REG_LLH_MF_MODE, IS_MF(bp));
7560 if (IS_MF(bp))
7657 val = IS_MF(bp) ? 0xF7 : 0x7;
7692 NIG_REG_LLH_MF_MODE, IS_MF(b
[all...]
H A Dbnx2x_cmn.h1102 if (IS_MF(bp))
H A Dbnx2x.h1552 #define IS_MF(bp) (bp->mf_mode != 0) macro
2222 #define BNX2X_NUM_TESTS(bp) (IS_MF(bp) ? BNX2X_NUM_TESTS_MF : \
H A Dbnx2x_dcb.c794 if (IS_MF(bp))
H A Dbnx2x_stats.c1693 if (bp->port.pmf && IS_MF(bp)) {
H A Dbnx2x_cmn.c1186 if (IS_MF(bp)) {

Completed in 233 milliseconds