Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x.h633 #define CHIP_REV_IS_SLOW(bp) (CHIP_REV(bp) > 0x00005000) macro
635 #define CHIP_REV_IS_EMUL(bp) ((CHIP_REV_IS_SLOW(bp)) && \
638 #define CHIP_REV_IS_FPGA(bp) ((CHIP_REV_IS_SLOW(bp)) && \
Dbnx2x_ethtool.c728 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_acquire_nvram_lock()
759 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_release_nvram_lock()
827 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_nvram_read_dword()
950 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_nvram_write_dword()
Dbnx2x_main.c574 int cnt = CHIP_REV_IS_SLOW(bp) ? (400000) : 40; in bnx2x_issue_dmae_with_comp()
1827 if (CHIP_REV_IS_SLOW(bp) && bp->link_vars.link_up) { in bnx2x_initial_phy_init()
2031 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_get_cmng_fns_mode()
2235 u8 delay = CHIP_REV_IS_SLOW(bp) ? 100 : 10; in bnx2x_fw_command()
5167 if (!CHIP_REV_IS_SLOW(bp)) { in bnx2x_init_hw_common()
5309 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_init_hw_common()
5419 if (CHIP_REV_IS_SLOW(bp) && CHIP_IS_E1(bp)) { in bnx2x_init_hw_port()
6409 return CHIP_REV_IS_SLOW(bp) ? in bnx2x_e1_cam_mc_offset()
7446 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_mcp_wait_one()
8934 timer_interval = (CHIP_REV_IS_SLOW(bp) ? 5*HZ : HZ); in bnx2x_init_bp()
Dbnx2x_stats.c187 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_hw_stats_post()
Dbnx2x_cmn.c1698 if (CHIP_REV_IS_SLOW(bp)) in bnx2x_set_power_state()
Dbnx2x_link.c547 if (CHIP_REV_IS_SLOW(bp)) { in bnx2x_emac_enable()