Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfsl_bman.h160 #define BM_MCR_VERB_ACQUIRE_BUFCOUNT BM_MCC_VERB_ACQUIRE_BUFCOUNT /* 0..8 */ macro
/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dfsl_bman.h310 #define BM_MCR_VERB_ACQUIRE_BUFCOUNT BM_MCC_VERB_ACQUIRE_BUFCOUNT /* 0..8 */ macro
H A Dbm_portal.c422 ret = num = (uint8_t)(mcr->verb & BM_MCR_VERB_ACQUIRE_BUFCOUNT); in BmPortalAcquire()
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman.c313 ret = mcr->verb & BM_MCR_VERB_ACQUIRE_BUFCOUNT; in bman_acquire()
H A Dbman.h532 if (!(bm_res->verb & BM_MCR_VERB_ACQUIRE_BUFCOUNT)) { in bm_shutdown_pool()