Home
last modified time | relevance | path

Searched refs:p_BmRegs (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c225 WRITE_UINT32(p_Bm->p_BmRegs->swdet[bpid], GenerateThresh(swdet, 0)); in BmSetPool()
226 WRITE_UINT32(p_Bm->p_BmRegs->swdxt[bpid], GenerateThresh(swdxt, 1)); in BmSetPool()
227 WRITE_UINT32(p_Bm->p_BmRegs->hwdet[bpid], GenerateThresh(hwdet, 0)); in BmSetPool()
228 WRITE_UINT32(p_Bm->p_BmRegs->hwdxt[bpid], GenerateThresh(hwdxt, 1)); in BmSetPool()
325 SANITY_CHECK_RETURN_VALUE((((p_Bm->guestId == NCSW_MASTER_ID) && p_Bm->p_BmRegs) || in BmGetCounter()
329 (!p_Bm->h_Session && p_Bm->p_BmRegs)) in BmGetCounter()
334 return GET_UINT32(p_Bm->p_BmRegs->content[bpid]); in BmGetCounter()
336 return GET_UINT32(p_Bm->p_BmRegs->sdcnt[bpid]); in BmGetCounter()
338 return GET_UINT32(p_Bm->p_BmRegs->hdcnt[bpid]); in BmGetCounter()
340 return GET_UINT32(p_Bm->p_BmRegs->fbpr_fpc); in BmGetCounter()
[all …]
H A Dbm.h302 t_BmRegs *p_BmRegs; member