Home
last modified time | relevance | path

Searched defs:p_BmPortal (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_portal.c91 static t_Error bman_create_portal(t_BmPortal *p_BmPortal, in bman_create_portal()
180 static void bman_destroy_portal(t_BmPortal* p_BmPortal) in bman_destroy_portal()
197 static uint32_t __poll_portal_slow(t_BmPortal* p_BmPortal) in __poll_portal_slow()
258 static void __poll_portal_fast(t_BmPortal* p_BmPortal) in __poll_portal_fast()
266 static __inline__ void rel_set_thresh(t_BmPortal *p_BmPortal, int check) in rel_set_thresh()
274 static struct bm_rcr_entry *try_rel_start(t_BmPortal *p_BmPortal) in try_rel_start()
289 static __inline__ t_Error wait_rel_start(t_BmPortal *p_BmPortal, in wait_rel_start()
308 static int rel_completed(t_BmPortal *p_BmPortal, uint32_t rcr_poll) in rel_completed()
326 static __inline__ void rel_commit(t_BmPortal *p_BmPortal, uint32_t flags,uint8_t num) in rel_commit()
374 t_BmPortal *p_BmPortal = (t_BmPortal *)h_BmPortal; in BmPortalRelease() local
[all …]
H A Dbm.h324 static __inline__ uint8_t BmUpdate(t_BmPortal *p_BmPortal, bmRingType_t type) in BmUpdate()
329 static __inline__ void BmPrefetch(t_BmPortal *p_BmPortal, bmRingType_t type) in BmPrefetch()
335 static __inline__ void BmCommit(t_BmPortal *p_BmPortal, bmRingType_t type, uint8_t myverb) in BmCommit()