Home
last modified time | relevance | path

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

/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 | \
/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()