Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe.h181 #define BRB_SIZE(sc) (CHIP_IS_E3(sc) ? 1024 : 512)
1179 #define CHIP_IS_E3(sc) (CHIP_IS_57800(sc) || \ macro
1191 #define CHIP_IS_E3A0(sc) (CHIP_IS_E3(sc) && \
1193 #define CHIP_IS_E3B0(sc) (CHIP_IS_E3(sc) && \
1196 #define USES_WARPCORE(sc) (CHIP_IS_E3(sc))
1198 CHIP_IS_E3(sc))
1202 CHIP_IS_E3(sc))
H A Dbxe_elink.c2960 if (CHIP_IS_E3(sc)) in elink_update_pfc_nig()
2981 if (CHIP_IS_E3(sc)) in elink_update_pfc_nig()
3056 if (CHIP_IS_E3(sc)) { in elink_update_pfc()
5170 if (CHIP_IS_E3(sc)) { in elink_get_mod_abs_int_cfg()
7276 if (CHIP_IS_E3(sc)) in elink_set_led()
7531 if (!CHIP_IS_E3(sc)) in elink_update_link_down()
7721 if (!CHIP_IS_E3(sc)) in elink_link_update()
8742 if (CHIP_IS_E3(sc)) in elink_sfp_set_transmitter()
14116 if (!CHIP_IS_E3(sc)) in elink_link_reset()
14194 if (!CHIP_IS_E3(sc)) in elink_lfa_reset()
[all …]
H A Dbxe_stats.c489 if (!CHIP_IS_E3(sc)) { in bxe_port_stats_init()
898 if (!CHIP_IS_E3(sc)) { in bxe_hw_stats_update()
914 if (CHIP_IS_E3(sc)) { in bxe_hw_stats_update()
1628 if (!CHIP_IS_E3(sc)) { in bxe_stats_init()
H A Dbxe.c14258 if (CHIP_IS_E3(sc)) in bxe_link_settings_supported()
15452 if (!CHIP_IS_E3(sc)) { in bxe_prev_unload_close_mac()
16587 if (CHIP_IS_E3(sc)) { in bxe_reset_common()
17012 if (CHIP_IS_E3(sc)) { in bxe_init_hw_common()
17415 if (!CHIP_IS_E3(sc)) in bxe_init_hw_common()
17678 if (!CHIP_IS_E3(sc)) { in bxe_init_hw_port()
18688 else if (CHIP_IS_E3(sc)) in __bxe_get_page_addr_ar()
18699 else if (CHIP_IS_E3(sc)) in __bxe_get_page_reg_num()
18710 else if (CHIP_IS_E3(sc)) in __bxe_get_page_write_ar()
18721 else if (CHIP_IS_E3(sc)) in __bxe_get_page_write_num()
[all …]
H A Decore_init_ops.h579 if (CHIP_IS_E3(sc)) in ecore_init_pxp_arb()