Home
last modified time | relevance | path

Searched refs:t_BmPortal (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm_portal.c58 static void __poll_portal_fast(t_BmPortal *p);
63 t_BmPortal *portal = ptr; in portal_isr()
374 t_BmPortal *p_BmPortal = (t_BmPortal *)h_BmPortal; in BmPortalRelease()
409 t_BmPortal *p_BmPortal = (t_BmPortal *)h_BmPortal; in BmPortalAcquire()
435 t_BmPortal *p_BmPortal = (t_BmPortal *)h_BmPortal; in BmPortalQuery()
458 t_BmPortal *p_BmPortal; in BM_PORTAL_Config()
463 p_BmPortal = (t_BmPortal *)XX_Malloc(sizeof(t_BmPortal)); in BM_PORTAL_Config()
469 memset(p_BmPortal, 0, sizeof(t_BmPortal)); in BM_PORTAL_Config()
505 t_BmPortal *p_BmPortal = (t_BmPortal *)h_BmPortal; in BM_PORTAL_Init()
541 t_BmPortal *p_BmPortal = (t_BmPortal *)h_BmPortal; in BM_PORTAL_Free()
[all …]
H A Dbm.h182 #define NCSW_PLOCK(p) ((t_BmPortal*)(p))->irq_flags = XX_DisableAllIntr()
183 #define PUNLOCK(p) XX_RestoreAllIntr(((t_BmPortal*)(p))->irq_flags)
284 } t_BmPortal; typedef
324 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()
H A Dbm_pool.c60 t_BmPortal *p_Portal = (t_BmPortal *)p_BmPool->h_BmPortal; in depletion_link()
70 t_BmPortal *p_Portal = (t_BmPortal *)p_BmPool->h_BmPortal; in depletion_unlink()