Home
last modified time | relevance | path

Searched refs:slowpoll (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman.c22 u32 slowpoll; /* only used when interrupts are off */ member
90 portal->slowpoll = 0; in bman_create_portal()
H A Dqman.c72 u32 slowpoll; /* only used when interrupts are off */ member
573 portal->slowpoll = 0; in qman_init_portal()
1387 if (!(p->slowpoll--)) { in qman_poll()
1393 p->slowpoll = SLOW_POLL_BUSY; in qman_poll()
1395 p->slowpoll = SLOW_POLL_IDLE; in qman_poll()
/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm.h273 uint32_t slowpoll; member
H A Dbm_portal.c144 p_BmPortal->slowpoll = 0; in bman_create_portal()