Home
last modified time | relevance | path

Searched refs:CNIC_ENABLED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h314 #define CNIC_ENABLED(bp) ((bp)->cnic_enabled) macro
961 #define CONFIGURE_NIC_MODE(bp) (!CHIP_IS_E1x(bp) && !CNIC_ENABLED(bp))
H A Dbnx2x_cmn.c2633 "CNIC is %s\n", CNIC_ENABLED(bp) ? "enabled" : "disabled"); in bnx2x_nic_load()
2900 if (CNIC_ENABLED(bp)) in bnx2x_nic_load()
H A Dbnx2x_main.c5425 if (!NO_FCOE(bp) && CNIC_ENABLED(bp)) { in bnx2x_after_function_update()