Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe.c17576 if (CHIP_IS_E3B0(sc)) { in bxe_init_hw_port()
17937 {0, (CHIP_IS_E3B0(sc)) ? in bxe_tx_hw_flushed()
17940 (CHIP_IS_E3B0(sc)) ? in bxe_tx_hw_flushed()
17943 {1, (CHIP_IS_E3B0(sc)) ? in bxe_tx_hw_flushed()
17946 (CHIP_IS_E3B0(sc)) ? in bxe_tx_hw_flushed()
17949 {4, (CHIP_IS_E3B0(sc)) ? in bxe_tx_hw_flushed()
17952 (CHIP_IS_E3B0(sc)) ? in bxe_tx_hw_flushed()
18662 else if (CHIP_IS_E3B0(sc)) in bxe_get_preset_regs_len()
18760 else if (CHIP_IS_E3B0(sc)) in bxe_is_reg_in_chip()
18777 else if (CHIP_IS_E3B0(sc)) in bxe_is_wreg_in_chip()
[all …]
H A Dbxe.h1193 #define CHIP_IS_E3B0(sc) (CHIP_IS_E3(sc) && \ macro
H A Dbxe_elink.c1480 if (!CHIP_IS_E3B0(sc)) { in elink_ets_e3b0_disabled()
1506 else if (CHIP_IS_E3B0(sc)) in elink_ets_disabled()
1880 if (!CHIP_IS_E3B0(sc)) { in elink_ets_e3b0_config()