Searched refs:NO_FCOE (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic.h423 (BNX2X_CHIP_IS_E2_PLUS(bp) && !NO_FCOE(bp))
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c1497 if (!NO_FCOE(bp)) {
1521 if (!NO_FCOE(bp))
1543 if (!NO_FCOE(bp)) {
1821 if (!NO_FCOE(bp)) {
H A Dbnx2x.h1504 #define NO_FCOE(bp) ((bp)->flags & NO_FCOE_FLAG) macro
1976 #define skip_rx_queue(bp, idx) (NO_FCOE(bp) && IS_FCOE_IDX(idx))
1981 #define skip_tx_queue(bp, idx) (NO_FCOE(bp) && IS_FCOE_IDX(idx))
1983 #define skip_queue(bp, idx) (NO_FCOE(bp) && IS_FCOE_IDX(idx))
H A Dbnx2x_cmn.c1933 if (CNIC_LOADED(bp) && !NO_FCOE(bp)) {
2001 if (include_cnic && !NO_FCOE(bp)) {
2252 int is_fcoe_stats = NO_FCOE(bp) ? 0 : 1;
4661 if (!NO_FCOE(bp))
H A Dbnx2x_main.c3437 if (!NO_FCOE(bp)) {
5425 if (!NO_FCOE(bp) && CNIC_ENABLED(bp)) {
6286 if (!NO_FCOE(bp))
6507 if (!NO_FCOE(bp))
13988 if (!NO_FCOE(bp)) {
14032 if (!NO_FCOE(bp)) {
15026 if (NO_ISCSI(bp) && NO_FCOE(bp))
15056 if (NO_FCOE(bp))
H A Dbnx2x_sriov.c1881 if (!NO_FCOE(bp))

Completed in 355 milliseconds