Home
last modified time | relevance | path

Searched refs:CHIP_REV_IS_EMUL_B0 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore.h734 #define CHIP_REV_IS_EMUL_B0(_p_dev) ((_p_dev)->chip_rev == 0xc) macro
736 CHIP_REV_IS_EMUL_B0(_p_dev))
748 (CHIP_REV_IS_EMUL_B0(_p_dev) || \
H A Decore_int.c454 if (CHIP_REV_IS_EMUL_B0(p_hwfn->p_dev)) { in ecore_tm_attn_cb()