Searched refs:BP_NOMCP (Results 1 – 5 of 5) sorted by relevance
768 if (BP_NOMCP(bp)) { in bnx2x_fw_dump_lvl()2349 if (!BP_NOMCP(bp)) { in bnx2x_initial_phy_init()2399 if (!BP_NOMCP(bp)) { in bnx2x_link_set()2413 if (!BP_NOMCP(bp)) { in bnx2x__link_reset()2432 if (!BP_NOMCP(bp)) { in bnx2x_link_test()2528 if (BP_NOMCP(bp)) in bnx2x_read_mf_cfg()5782 !BP_NOMCP(bp)) { in bnx2x_timer()6931 if (BP_NOMCP(bp)) in bnx2x_setup_fan_failure_detection()7395 if (!CHIP_IS_E1x(bp) && BP_NOMCP(bp)) in bnx2x_init_hw_common()7471 if (!BP_NOMCP(bp)) { in bnx2x_init_hw_common()[all …]
287 if (IS_MF(bp) && !BP_NOMCP(bp)) in bnx2x_get_link_ksettings()2698 if (BP_NOMCP(bp)) in bnx2x_test_loopback()2731 if (BP_NOMCP(bp)) in bnx2x_test_ext_loopback()2937 if (BP_NOMCP(bp)) in bnx2x_test_nvram()
2709 if (!BP_NOMCP(bp)) { in bnx2x_nic_load()2772 if (!BP_NOMCP(bp)) { in bnx2x_nic_load()2939 if (IS_PF(bp) && !BP_NOMCP(bp)) { in bnx2x_nic_load()3046 if (IS_PF(bp) && !BP_NOMCP(bp)) { in bnx2x_nic_unload()3133 if (IS_PF(bp) && !BP_NOMCP(bp)) in bnx2x_nic_unload()
865 if (!BP_NOMCP(bp)) { in bnx2x_hw_stats_update()1613 if (!BP_NOMCP(bp)) { in bnx2x_stats_init()
1493 #define BP_NOMCP(bp) ((bp)->flags & NO_MCP_FLAG) macro