Searched refs:BMAN_PORTAL_FLAG_IRQ (Results 1 – 2 of 2) sorted by relevance
151 if (flags & BMAN_PORTAL_FLAG_IRQ) in bman_create_portal()183 if (p_BmPortal->flags & BMAN_PORTAL_FLAG_IRQ) in bman_destroy_portal()510 flags = (uint32_t)((p_BmPortal->irq != NO_IRQ) ? BMAN_PORTAL_FLAG_IRQ : 0); in BM_PORTAL_Init()
321 #define BMAN_PORTAL_FLAG_IRQ 0x00000001 /* use interrupt handler */ macro