Home
last modified time | relevance | path

Searched refs:CHIP_REV_IS_SLOW (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h836 #define CHIP_REV_IS_SLOW(bp) (CHIP_REV_VAL(bp) > 0x00005000) macro
838 #define CHIP_REV_IS_EMUL(bp) ((CHIP_REV_IS_SLOW(bp)) && \
841 #define CHIP_REV_IS_FPGA(bp) ((CHIP_REV_IS_SLOW(bp)) && \
852 #define CHIP_REV(bp) (CHIP_REV_IS_SLOW(bp) ? \
Dbnx2x_ethtool.c948 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_acquire_nvram_lock()
980 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_release_nvram_lock()
1051 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_nvram_read_dword()
1179 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_nvram_write_dword()
Dbnx2x_sp.c3276 u8 offset = (CHIP_REV_IS_SLOW(bp) ? in bnx2x_mcast_set_rdata_hdr_e1()
3674 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_init_mcast_obj()
3957 if (!CHIP_REV_IS_SLOW(bp)) in bnx2x_init_mac_credit_pool()
3969 if (!CHIP_REV_IS_SLOW(bp)) in bnx2x_init_mac_credit_pool()
3986 if (!CHIP_REV_IS_SLOW(bp)) in bnx2x_init_mac_credit_pool()
Dbnx2x_main.c444 int cnt = CHIP_REV_IS_SLOW(bp) ? (400000) : 4000; in bnx2x_issue_dmae_with_comp()
2182 if (CHIP_REV_IS_SLOW(bp) && bp->link_vars.link_up) { in bnx2x_initial_phy_init()
2391 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_get_cmng_fns_mode()
2585 u8 delay = CHIP_REV_IS_SLOW(bp) ? 100 : 10; in bnx2x_fw_command()
6246 if (!CHIP_REV_IS_SLOW(bp)) in bnx2x_init_hw_common()
6373 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_init_hw_common()
8165 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_mcp_wait_one()
8755 if (CHIP_REV_IS_SLOW(bp)) { in bnx2x_period_task()
10441 bp->current_interval = CHIP_REV_IS_SLOW(bp) ? 5*HZ : HZ; in bnx2x_init_bp()
Dbnx2x_cmn.h1231 if (CHIP_REV_IS_SLOW(bp)) { in bnx2x_get_path_func_num()
Dbnx2x_stats.c101 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_hw_stats_post()
Dbnx2x_cmn.c2256 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_set_power_state()
Dbnx2x_link.c1833 if (CHIP_REV_IS_SLOW(bp)) { in bnx2x_emac_enable()