Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c762 if (BP_NOMCP(bp)) { in bnx2x_fw_dump_lvl()
2347 if (!BP_NOMCP(bp)) { in bnx2x_initial_phy_init()
2393 if (!BP_NOMCP(bp)) { in bnx2x_link_set()
2407 if (!BP_NOMCP(bp)) { in bnx2x__link_reset()
2426 if (!BP_NOMCP(bp)) { in bnx2x_link_test()
2522 if (BP_NOMCP(bp)) in bnx2x_read_mf_cfg()
5734 !BP_NOMCP(bp)) { in bnx2x_timer()
6878 if (BP_NOMCP(bp)) in bnx2x_setup_fan_failure_detection()
7342 if (!CHIP_IS_E1x(bp) && BP_NOMCP(bp)) in bnx2x_init_hw_common()
7418 if (!BP_NOMCP(bp)) { in bnx2x_init_hw_common()
[all …]
Dbnx2x_ethtool.c276 if (IS_MF(bp) && !BP_NOMCP(bp)) in bnx2x_get_settings()
2594 if (BP_NOMCP(bp)) in bnx2x_test_loopback()
2627 if (BP_NOMCP(bp)) in bnx2x_test_ext_loopback()
2833 if (BP_NOMCP(bp)) in bnx2x_test_nvram()
Dbnx2x_stats.c861 if (!BP_NOMCP(bp)) { in bnx2x_hw_stats_update()
1609 if (!BP_NOMCP(bp)) { in bnx2x_stats_init()
Dbnx2x_cmn.c2681 if (!BP_NOMCP(bp)) { in bnx2x_nic_load()
2744 if (!BP_NOMCP(bp)) { in bnx2x_nic_load()
2895 if (IS_PF(bp) && !BP_NOMCP(bp)) { in bnx2x_nic_load()
Dbnx2x.h1566 #define BP_NOMCP(bp) ((bp)->flags & NO_MCP_FLAG) macro