Home
last modified time | relevance | path

Searched refs:bm_portal (Results 1 – 6 of 6) sorted by path

/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.h214 typedef uint8_t (t_BmUpdateCb)(struct bm_portal *p_BmPortalLow);
215 typedef void (t_BmPrefetchCb)(struct bm_portal *p_BmPortalLow);
216 typedef void (t_BmCommitCb)(struct bm_portal *p_BmPortalLow, uint8_t myverb);
263 struct bm_portal *p_BmPortalLow;
H A Dbm_portal.c471 p_BmPortal->p_BmPortalLow = (struct bm_portal *)XX_Malloc(sizeof(struct bm_portal)); in BM_PORTAL_Config()
478 memset(p_BmPortal->p_BmPortalLow, 0, sizeof(struct bm_portal)); in BM_PORTAL_Config()
H A Dbman_low.c178 t_Error bm_rcr_init(struct bm_portal *portal, in bm_rcr_init()
205 void bm_rcr_finish(struct bm_portal *portal) in bm_rcr_finish()
232 void bm_rcr_abort(struct bm_portal *portal) in bm_rcr_abort()
273 void bm_rcr_pce_prefetch(struct bm_portal *portal) in bm_rcr_pce_prefetch()
313 uint8_t bm_rcr_cci_update(struct bm_portal *portal) in bm_rcr_cci_update()
325 void bm_rcr_cce_prefetch(struct bm_portal *portal) in bm_rcr_cce_prefetch()
360 uint8_t bm_rcr_get_avail(struct bm_portal *portal) in bm_rcr_get_avail()
367 uint8_t bm_rcr_get_fill(struct bm_portal *portal) in bm_rcr_get_fill()
383 t_Error bm_mc_init(struct bm_portal *portal) in bm_mc_init()
398 void bm_mc_finish(struct bm_portal *portal) in bm_mc_finish()
[all …]
H A Dbman_private.h167 struct bm_portal { struct
H A Dfsl_bman.h79 struct bm_portal;
124 t_Error bm_rcr_init(struct bm_portal *portal,
127 void bm_rcr_finish(struct bm_portal *portal);
131 void bm_rcr_abort(struct bm_portal *portal);
141 void bm_rcr_pce_prefetch(struct bm_portal *portal);
153 uint8_t bm_rcr_get_fill(struct bm_portal *portal);
164 t_Error bm_mc_init(struct bm_portal *portal);
165 void bm_mc_finish(struct bm_portal *portal);
169 void bm_mc_abort(struct bm_portal *portal);
187 t_Error bm_isr_init(struct bm_portal *portal);
[all …]
/freebsd/sys/powerpc/conf/dpaa/
H A Dfiles.dpaa21 contrib/ncsw/Peripherals/BM/bm_portal.c optional dpaa \