Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm.h158 #define DEFAULT_portalExceptions ((uint32_t)(QM_PIRQ_EQCI | \
H A Dfsl_qman.h287 #define QM_PIRQ_EQCI 0x00080000 /* Enqueue Command Committed */ macro
H A Dqm_portal_fqr.c668 return is & (QM_PIRQ_CSCI | QM_PIRQ_EQCI | QM_PIRQ_EQRI | QM_PIRQ_MRI); in LoopMessageRing()
1255 isdr ^= QM_PIRQ_EQCI; in qman_create_portal()
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfsl_qman.h56 #define QM_PIRQ_EQCI 0x00080000 /* Enqueue Command Committed */ 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.c594 isdr &= ~QM_PIRQ_EQCI; in qman_init_portal()
954 return is & (QM_PIRQ_EQCI | QM_PIRQ_EQRI | QM_PIRQ_MRI); in __poll_portal_slow()