Home
last modified time | relevance | path

Searched refs:QM_PIRQ_EQRI (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm.h159 QM_PIRQ_EQRI | \
H A Dfsl_qman.h288 #define QM_PIRQ_EQRI 0x00040000 /* EQCR Ring (below threshold) */ macro
H A Dqm_portal_fqr.c598 if (is & QM_PIRQ_EQRI) { in LoopMessageRing()
668 return is & (QM_PIRQ_CSCI | QM_PIRQ_EQCI | QM_PIRQ_EQRI | QM_PIRQ_MRI); in LoopMessageRing()
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfsl_qman.h57 #define QM_PIRQ_EQRI 0x00040000 /* EQCR Ring (below threshold) */ macro
64 #define QM_PIRQ_SLOW (QM_PIRQ_CSCI | QM_PIRQ_EQCI | QM_PIRQ_EQRI | \
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.c872 if (is & QM_PIRQ_EQRI) { in __poll_portal_slow()
954 return is & (QM_PIRQ_EQCI | QM_PIRQ_EQRI | QM_PIRQ_MRI); in __poll_portal_slow()