Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
HDfsl_bman.h75 struct bm_mc_result; /* MC result */
176 struct bm_mc_result *bm_mc_result(struct bm_portal *portal);
272 _Packed struct bm_mc_result { struct
HDbm_portal.c411 struct bm_mc_result *mcr; in BmPortalAcquire()
421 while (!(mcr = bm_mc_result(p_BmPortal->p_BmPortalLow))) ; in BmPortalAcquire()
436 struct bm_mc_result *mcr; in BmPortalQuery()
443 while (!(mcr = bm_mc_result(p_BmPortal->p_BmPortalLow))) ; in BmPortalQuery()
HDbman_low.c445 struct bm_mc_result *bm_mc_result(struct bm_portal *portal) in bm_mc_result() function
448 struct bm_mc_result *rr = mc->rr + mc->rridx; in bm_mc_result()
HDbman_private.h224 struct bm_mc_result *rr;