Searched refs:bm_portal (Results 1 – 7 of 7) sorted by relevance
79 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 …]
178 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 …]
214 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;
167 struct bm_portal { struct
471 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()
131 struct bm_portal { struct192 static inline void bm_rcr_finish(struct bm_portal *portal) in bm_rcr_finish()225 static inline void bm_rcr_abort(struct bm_portal *portal) in bm_rcr_abort()236 struct bm_portal *portal, u8 myverb) in bm_rcr_pend_and_next()321 static inline u8 bm_rcr_cci_update(struct bm_portal *portal) in bm_rcr_cci_update()345 static inline u8 bm_rcr_cce_update(struct bm_portal *portal) in bm_rcr_cce_update()375 static inline u8 bm_rcr_get_avail(struct bm_portal *portal) in bm_rcr_get_avail()382 static inline u8 bm_rcr_get_fill(struct bm_portal *portal) in bm_rcr_get_fill()391 static inline int bm_mc_init(struct bm_portal *portal) in bm_mc_init()406 static inline void bm_mc_finish(struct bm_portal *portal) in bm_mc_finish()[all …]
17 struct bm_portal p;56 struct bm_portal *p; in bman_create_portal()