Searched refs:bm_portal (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/BM/
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);
130 struct bm_rcr_entry *bm_rcr_start(struct bm_portal *portal);
131 void bm_rcr_abort(struct bm_portal *portal);
137 struct bm_rcr_entry *bm_rcr_pend_and_next(struct bm_portal *portal, uint8_t myverb);
140 void bm_rcr_pci_commit(struct bm_portal *portal, uint8_t myverb);
141 void bm_rcr_pce_prefetch(struct bm_portal *portal);
142 void bm_rcr_pce_commit(struct bm_portal *portal, uint8_t myverb);
143 void bm_rcr_pvb_commit(struct bm_portal *porta
[all...]
H A Dbman_low.c178 t_Error bm_rcr_init(struct bm_portal *portal,
205 void bm_rcr_finish(struct bm_portal *portal)
219 struct bm_rcr_entry *bm_rcr_start(struct bm_portal *portal)
232 void bm_rcr_abort(struct bm_portal *portal)
243 struct bm_rcr_entry *bm_rcr_pend_and_next(struct bm_portal *portal, uint8_t myverb)
258 void bm_rcr_pci_commit(struct bm_portal *portal, uint8_t myverb)
273 void bm_rcr_pce_prefetch(struct bm_portal *portal)
280 void bm_rcr_pce_commit(struct bm_portal *portal, uint8_t myverb)
295 void bm_rcr_pvb_commit(struct bm_portal *portal, uint8_t myverb)
313 uint8_t bm_rcr_cci_update(struct bm_portal *porta
[all...]
H A Dbman_private.h167 struct bm_portal { struct
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));
478 memset(p_BmPortal->p_BmPortalLow, 0, sizeof(struct bm_portal));

Completed in 164 milliseconds