Home
last modified time | relevance | path

Searched refs:CHIP_REV_Ax (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1690 #define CHIP_REV_Ax (0x0<<CHIP_REV_SHIFT) macro
1704 …0(_p) (CHIP_IS_E3(_p)&&( (CHIP_REV(_p) == CHIP_REV_Ax)||(CHIP_REV_SIM(_p) == CHIP_REV_A…
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dlm5706.h626 #define CHIP_REV_Ax 0x00000000 macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c91 #define CHIP_REV_Ax (0x0<<CHIP_REV_SHIFT) macro
156 ((CHIP_REV(_p) == CHIP_REV_Ax) || \
157 (CHIP_REV_SIM(_p) == CHIP_REV_Ax)))
13195 if (CHIP_REV(chip_id) == CHIP_REV_Ax) in elink_populate_int_phy()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c2272 if ((chip_rev == CHIP_REV_Ax)) in lm_init_get_modes_bitmap()