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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h1480 #define NO_FCOE_FLAG (1 << 15) macro
1504 #define NO_FCOE(bp) ((bp)->flags & NO_FCOE_FLAG)
H A Dbnx2x_vfpf.c378 NO_WOL_FLAG | NO_ISCSI_OOO_FLAG | NO_ISCSI_FLAG | NO_FCOE_FLAG;
H A Dbnx2x_main.c11533 bp->flags |= NO_FCOE_FLAG;
11671 bp->flags |= NO_FCOE_FLAG;
11726 bp->flags |= NO_FCOE_FLAG;
11779 bp->flags |= NO_FCOE_FLAG;
11829 bp->flags |= NO_FCOE_FLAG;
13965 bp->flags |= NO_FCOE_FLAG;
H A Dbnx2x_ethtool.c3178 flags |= (!(bp->flags & NO_FCOE_FLAG) ? 1 : 0) << BNX2X_PRI_FLAG_FCOE;

Completed in 192 milliseconds