Home
last modified time | relevance | path

Searched refs:BM_PIRQ_RCRI (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm_portal.c150 bm_isr_enable_write(p_BmPortal->p_BmPortalLow, BM_PIRQ_RCRI | BM_PIRQ_BSCN); in bman_create_portal()
161 bm_isr_disable_write(p_BmPortal->p_BmPortalLow, (uint32_t)~BM_PIRQ_RCRI); in bman_create_portal()
244 if (is & BM_PIRQ_RCRI) { in __poll_portal_slow()
249 bm_isr_status_clear(p_BmPortal->p_BmPortalLow, BM_PIRQ_RCRI); in __poll_portal_slow()
250 is &= ~BM_PIRQ_RCRI; in __poll_portal_slow()
H A Dfsl_bman.h194 #define BM_PIRQ_RCRI 0x00000002 /* RCR Ring (below threshold) */ macro
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman_priv.h23 #define BM_PIRQ_VISIBLE (BM_PIRQ_RCRI | BM_PIRQ_BSCN)