Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bxe/
Decore_init.h769 else if (CHIP_IS_E2(sc)) in ecore_parity_reg_mask()
Dbxe_elink.c1506 if ((CHIP_IS_E2(sc)) || (CHIP_IS_E3A0(sc))) in elink_ets_disabled()
3070 if (CHIP_IS_E2(sc)) in elink_update_pfc()
3245 if (CHIP_IS_E2(sc)) in elink_bmac_enable()
3275 if (CHIP_IS_E2(sc)) in elink_set_bmac_rx()
4123 } else if (CHIP_IS_E2(sc)) in elink_set_aer_mmd()
7221 CHIP_IS_E2(sc) && params->num_phys == 2) { in elink_set_led()
7249 CHIP_IS_E2(sc) || in elink_set_led()
7435 CHIP_IS_E2(sc))) in elink_link_initialize()
7499 if (CHIP_IS_E2(sc)) in elink_common_ext_link_reset()
7539 CHIP_IS_E2(sc)) in elink_update_link_down()
[all …]
Dbxe.c10619 if (CHIP_IS_E2(sc) || CHIP_IS_E3(sc)) { in bxe_func_start()
11010 else if (CHIP_IS_E2(sc)) in bxe_process_kill_chip_reset()
12006 if (CHIP_IS_E2(sc) && CHIP_IS_MODE_4_PORT(sc)) { in bxe_initial_phy_init()
14677 if (CHIP_IS_E2(sc)) { in bxe_set_modes_bitmap()
15551 offset = CHIP_IS_E2(sc) ? BIGMAC2_REGISTER_BMAC_CONTROL in bxe_prev_unload_close_mac()
18780 else if (CHIP_IS_E2(sc)) in bxe_get_preset_regs_len()
18808 if (CHIP_IS_E2(sc)) in __bxe_get_page_addr_ar()
18819 if (CHIP_IS_E2(sc)) in __bxe_get_page_reg_num()
18830 if (CHIP_IS_E2(sc)) in __bxe_get_page_write_ar()
18841 if (CHIP_IS_E2(sc)) in __bxe_get_page_write_num()
[all …]
Decore_init_ops.h583 else if (CHIP_IS_E2(sc)) in ecore_init_pxp_arb()
Dbxe.h1203 #define CHIP_IS_E2(sc) (CHIP_IS_57712(sc) || \ macro
1240 #define CHIP_IS_E2E3(sc) (CHIP_IS_E2(sc) || \