Home
last modified time | relevance | path

Searched refs:CHIP_IS_E3B0 (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/dev/bxe/
HDbxe.c17495 if (!CHIP_IS_E1x(sc) && !CHIP_IS_E3B0(sc)) { in bxe_init_hw_common()
17792 if (CHIP_IS_E3B0(sc)) { in bxe_init_hw_port()
18153 {0, (CHIP_IS_E3B0(sc)) ? in bxe_tx_hw_flushed()
18156 (CHIP_IS_E3B0(sc)) ? in bxe_tx_hw_flushed()
18159 {1, (CHIP_IS_E3B0(sc)) ? in bxe_tx_hw_flushed()
18162 (CHIP_IS_E3B0(sc)) ? in bxe_tx_hw_flushed()
18165 {4, (CHIP_IS_E3B0(sc)) ? in bxe_tx_hw_flushed()
18168 (CHIP_IS_E3B0(sc)) ? in bxe_tx_hw_flushed()
18174 {0, (CHIP_IS_E3B0(sc)) ? in bxe_tx_hw_flushed()
18177 (CHIP_IS_E3B0(sc)) ? in bxe_tx_hw_flushed()
[all …]
HDbxe.h1266 #define CHIP_IS_E3B0(sc) (CHIP_IS_E3(sc) && \ macro
HDbxe_elink.c1446 if (!CHIP_IS_E3B0(sc)) { in elink_ets_e3b0_disabled()
1472 else if (CHIP_IS_E3B0(sc)) in elink_ets_disabled()
1846 if (!CHIP_IS_E3B0(sc)) { in elink_ets_e3b0_config()