Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c2726 if (!BP_NOMCP(bp)) { in bnx2x_nic_load()
2789 if (!BP_NOMCP(bp)) { in bnx2x_nic_load()
2956 if (IS_PF(bp) && !BP_NOMCP(bp)) { in bnx2x_nic_load()
3064 if (IS_PF(bp) && !BP_NOMCP(bp)) { in bnx2x_nic_unload()
3154 if (IS_PF(bp) && !BP_NOMCP(bp)) in bnx2x_nic_unload()
H A Dbnx2x_stats.c864 if (!BP_NOMCP(bp)) { in bnx2x_hw_stats_update()
1612 if (!BP_NOMCP(bp)) { in bnx2x_stats_init()
H A Dbnx2x.h1492 #define BP_NOMCP(bp) ((bp)->flags & NO_MCP_FLAG) macro