Home
last modified time | relevance | path

Searched refs:CNIC_LOADED (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c1900 if (CNIC_LOADED(bp)) in bnx2x_netif_start()
1912 if (CNIC_LOADED(bp)) in bnx2x_netif_stop()
1921 if (CNIC_LOADED(bp) && !NO_FCOE(bp)) { in bnx2x_select_queue()
3040 if (CNIC_LOADED(bp)) in bnx2x_nic_unload()
3092 if (CNIC_LOADED(bp)) in bnx2x_nic_unload()
3119 if (CNIC_LOADED(bp)) in bnx2x_nic_unload()
3125 if (CNIC_LOADED(bp)) in bnx2x_nic_unload()
3129 if (CNIC_LOADED(bp)) in bnx2x_nic_unload()
3773 BUG_ON(txq_index >= MAX_ETH_TXQ_IDX(bp) + (CNIC_LOADED(bp) ? 1 : 0)); in bnx2x_start_xmit()
H A Dbnx2x.h315 #define CNIC_LOADED(bp) ((bp)->cnic_loaded) macro
1920 (var) < (CNIC_LOADED(bp) ? BNX2X_NUM_QUEUES(bp) : \
1943 (var) < (CNIC_LOADED(bp) ? BNX2X_NUM_QUEUES(bp) : \
H A Dbnx2x_main.c3430 if (!CNIC_LOADED(bp)) in bnx2x_drv_info_fcoe_stat()
3532 if (!CNIC_LOADED(bp)) in bnx2x_drv_info_iscsi_stat()
3706 if (!CNIC_LOADED(bp)) in bnx2x_update_mng_version()
5319 if (CNIC_LOADED(bp) && (cid == BNX2X_ISCSI_ETH_CID(bp))) in bnx2x_handle_classification_eqe()
5456 if (CNIC_LOADED(bp) && (cid == BNX2X_FCOE_ETH_CID(bp))) in bnx2x_cid_to_q_obj()
5535 if (CNIC_LOADED(bp) && in bnx2x_eq_int()
5760 if (CNIC_LOADED(bp)) { in bnx2x_msix_sp_int()
9004 if (CNIC_LOADED(bp)) in bnx2x_reset_func()
9028 if (CNIC_LOADED(bp)) { in bnx2x_reset_func()
9439 if (CNIC_LOADED(bp)) { in bnx2x_chip_cleanup()
[all …]
H A Dbnx2x_dcb.c1972 if (CNIC_LOADED(bp)) in bnx2x_dcbnl_get_perm_hw_addr()