Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dfsl_bman.h151 uint8_t bm_rcr_get_avail(struct bm_portal *portal);
H A Dbman_low.c360 uint8_t bm_rcr_get_avail(struct bm_portal *portal) in bm_rcr_get_avail() function
H A Dbm_portal.c279 if (bm_rcr_get_avail((p_BmPortal)->p_BmPortalLow) < RCR_THRESH) in try_rel_start()
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman.c266 avail = bm_rcr_get_avail(&p->p); in bman_release()
H A Dbman.h375 static inline u8 bm_rcr_get_avail(struct bm_portal *portal) in bm_rcr_get_avail() function