Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c767 if (BP_NOMCP(bp)) { in bnx2x_fw_dump_lvl()
2348 if (!BP_NOMCP(bp)) { in bnx2x_initial_phy_init()
2398 if (!BP_NOMCP(bp)) { in bnx2x_link_set()
2412 if (!BP_NOMCP(bp)) { in bnx2x__link_reset()
2431 if (!BP_NOMCP(bp)) { in bnx2x_link_test()
2527 if (BP_NOMCP(bp)) in bnx2x_read_mf_cfg()
5770 !BP_NOMCP(bp)) { in bnx2x_timer()
6921 if (BP_NOMCP(bp)) in bnx2x_setup_fan_failure_detection()
7385 if (!CHIP_IS_E1x(bp) && BP_NOMCP(bp)) in bnx2x_init_hw_common()
7461 if (!BP_NOMCP(bp)) { in bnx2x_init_hw_common()
[all …]
Dbnx2x_ethtool.c279 if (IS_MF(bp) && !BP_NOMCP(bp)) in bnx2x_get_settings()
2639 if (BP_NOMCP(bp)) in bnx2x_test_loopback()
2672 if (BP_NOMCP(bp)) in bnx2x_test_ext_loopback()
2878 if (BP_NOMCP(bp)) in bnx2x_test_nvram()
Dbnx2x_stats.c863 if (!BP_NOMCP(bp)) { in bnx2x_hw_stats_update()
1611 if (!BP_NOMCP(bp)) { in bnx2x_stats_init()
Dbnx2x_cmn.c2720 if (!BP_NOMCP(bp)) { in bnx2x_nic_load()
2783 if (!BP_NOMCP(bp)) { in bnx2x_nic_load()
2948 if (IS_PF(bp) && !BP_NOMCP(bp)) { in bnx2x_nic_load()
Dbnx2x.h1593 #define BP_NOMCP(bp) ((bp)->flags & NO_MCP_FLAG) macro