Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c779 if (BP_NOMCP(bp)) { in bnx2x_fw_dump_lvl()
2361 if (!BP_NOMCP(bp)) { in bnx2x_initial_phy_init()
2411 if (!BP_NOMCP(bp)) { in bnx2x_link_set()
2425 if (!BP_NOMCP(bp)) { in bnx2x__link_reset()
2444 if (!BP_NOMCP(bp)) { in bnx2x_link_test()
2540 if (BP_NOMCP(bp)) in bnx2x_read_mf_cfg()
5794 !BP_NOMCP(bp)) { in bnx2x_timer()
6943 if (BP_NOMCP(bp)) in bnx2x_setup_fan_failure_detection()
7407 if (!CHIP_IS_E1x(bp) && BP_NOMCP(bp)) in bnx2x_init_hw_common()
7483 if (!BP_NOMCP(bp)) { in bnx2x_init_hw_common()
[all …]
H A Dbnx2x_ethtool.c287 if (IS_MF(bp) && !BP_NOMCP(bp)) in bnx2x_get_link_ksettings()
2694 if (BP_NOMCP(bp)) in bnx2x_test_loopback()
2727 if (BP_NOMCP(bp)) in bnx2x_test_ext_loopback()
2933 if (BP_NOMCP(bp)) in bnx2x_test_nvram()
H A Dbnx2x_cmn.c2714 if (!BP_NOMCP(bp)) { in bnx2x_nic_load()
2777 if (!BP_NOMCP(bp)) { in bnx2x_nic_load()
2944 if (IS_PF(bp) && !BP_NOMCP(bp)) { in bnx2x_nic_load()
3051 if (IS_PF(bp) && !BP_NOMCP(bp)) { in bnx2x_nic_unload()
3138 if (IS_PF(bp) && !BP_NOMCP(bp)) in bnx2x_nic_unload()
H A Dbnx2x_stats.c865 if (!BP_NOMCP(bp)) { in bnx2x_hw_stats_update()
1613 if (!BP_NOMCP(bp)) { in bnx2x_stats_init()
H A Dbnx2x.h1493 #define BP_NOMCP(bp) ((bp)->flags & NO_MCP_FLAG) macro