Searched refs:MF_FUNC_DIS (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c284 !(bp->flags & MF_FUNC_DIS)) {
1221 if (bp->flags & MF_FUNC_DIS || (bp->state != BNX2X_STATE_OPEN))
H A Dbnx2x.h1476 #define MF_FUNC_DIS (1 << 11) macro
H A Dbnx2x_cmn.c1224 if (!bp->link_vars.link_up || (bp->flags & MF_FUNC_DIS))
H A Dbnx2x_main.c2563 bp->flags |= MF_FUNC_DIS;
2566 bp->flags &= ~MF_FUNC_DIS;
3786 bp->flags |= MF_FUNC_DIS;
3791 bp->flags &= ~MF_FUNC_DIS;

Completed in 196 milliseconds