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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h1479 #define NO_ISCSI_FLAG (1 << 14) macro
1502 #define NO_ISCSI(bp) ((bp)->flags & NO_ISCSI_FLAG)
H A Dbnx2x_vfpf.c378 NO_WOL_FLAG | NO_ISCSI_OOO_FLAG | NO_ISCSI_FLAG | NO_FCOE_FLAG;
H A Dbnx2x_ethtool.c3177 flags |= (!(bp->flags & NO_ISCSI_FLAG) ? 1 : 0) << BNX2X_PRI_FLAG_ISCSI;
H A Dbnx2x_main.c11530 bp->flags |= NO_ISCSI_FLAG;
11579 u32 no_flags = NO_ISCSI_FLAG;
11767 bp->flags |= NO_ISCSI_OOO_FLAG | NO_ISCSI_FLAG;
11823 bp->flags |= NO_ISCSI_OOO_FLAG | NO_ISCSI_FLAG;

Completed in 163 milliseconds