Symbol: CHIP_REV_IS_SLOW
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14145
!CHIP_REV_IS_SLOW(params->chip_id)) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14271
if (reset_ext_phy && (!CHIP_REV_IS_SLOW(params->chip_id))) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14294
if (!CHIP_REV_IS_SLOW(params->chip_id))
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2065
if (CHIP_REV_IS_SLOW(params->chip_id)) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
96
(CHIP_REV_IS_SLOW(_chip_id)&& \
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
99
(CHIP_REV_IS_SLOW(_chip_id)&& \
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3800
u8 offset = (CHIP_REV_IS_SLOW(pdev) ?
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4213
if (CHIP_REV_IS_SLOW(pdev))
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4495
if (!CHIP_REV_IS_SLOW(pdev))
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4507
if (!CHIP_REV_IS_SLOW(pdev))
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4524
if (!CHIP_REV_IS_SLOW(pdev))
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4537
if (!CHIP_REV_IS_SLOW(pdev))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
2721
if (CHIP_REV_IS_SLOW(pdev))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3297
if((CHIP_REV_IS_SLOW(pdev)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_mcp.c
61
if (CHIP_REV_IS_SLOW(pdev)) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_phy.c
1747
if (CHIP_REV_IS_SLOW(pdev))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
1696
#define CHIP_REV_IS_SLOW(_p) (CHIP_REV(_p) > CHIP_REV_ASIC_MAX)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
1697
#define CHIP_REV_IS_FPGA(_p) (CHIP_REV_IS_SLOW(_p) && (CHIP_REV(_p) & CHIP_REV_SIM_IS_FPGA))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
1698
#define CHIP_REV_IS_EMUL(_p) (CHIP_REV_IS_SLOW(_p) && !(CHIP_REV(_p)& CHIP_REV_SIM_IS_FPGA)) //if it's simulated, and not FPGA, it's EMUL.
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
1699
#define CHIP_REV_IS_ASIC(_p) (!CHIP_REV_IS_SLOW(_p))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
751
#define CHIP_REV_IS_ASIC(_p_dev) !CHIP_REV_IS_SLOW(_p_dev)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1124
CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1215
if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
3070
if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
3227
if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
3247
if (CHIP_REV_IS_SLOW(p_hwfn->p_dev) &&
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
256
if (CHIP_REV_IS_SLOW(p_hwfn->p_dev))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
279
if (CHIP_REV_IS_SLOW(p_hwfn->p_dev))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
303
if (CHIP_REV_IS_SLOW(p_hwfn->p_dev))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
183
if ((CHIP_REV_IS_SLOW(p_hwfn->p_dev) && (size < 16)) ||
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
566
if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
288
((CHIP_REV_IS_SLOW(dev) && (!(dev)->b_is_emul_full)) ? \
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1353
if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
454
if (CHIP_REV_IS_SLOW(p_hwfn->p_dev))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
603
if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2263
if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2494
if (CHIP_REV_IS_SLOW(p_hwfn->p_dev))