Home
last modified time | relevance | path

Searched refs:h_Session (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c253 else if (p_Bm->h_Session) in BmSetPoolThresholds()
264 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmSetPoolThresholds()
294 else if (p_Bm->h_Session) in BmUnSetPoolThresholds()
305 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmUnSetPoolThresholds()
329 (!p_Bm->h_Session && p_Bm->p_BmRegs)) in BmGetCounter()
347 else if (p_Bm->h_Session) in BmGetCounter()
400 (!p_Bm->h_Session && p_Bm->p_BmRegs)) in BmGetRevision()
407 else if (p_Bm->h_Session) in BmGetRevision()
446 if (p_Bm->h_Session) in FreeInitResources()
447 XX_IpcFreeSession(p_Bm->h_Session); in FreeInitResources()
[all …]
H A Dbm.h300 t_Handle h_Session; member
355 else if (p_Bm->h_Session) in BmBpidGet()
369 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmBpidGet()
411 else if (p_Bm->h_Session) in BmBpidPut()
421 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmBpidPut()
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c302 if (p_Qm->h_Session) in FreeInitResources()
303 XX_IpcFreeSession(p_Qm->h_Session); in FreeInitResources()
324 (!p_Qm->h_Session && p_Qm->p_QmRegs)) in QmGetCounter()
340 else if (p_Qm->h_Session) in QmGetCounter()
354 if ((errCode = XX_IpcSendMessage(p_Qm->h_Session, in QmGetCounter()
388 (!p_Qm->h_Session && p_Qm->p_QmRegs)) in QmGetRevision()
395 else if (p_Qm->h_Session) in QmGetRevision()
462 else if (p_Qm->h_Session) in QmGetSetPortalParams()
517 else if (p_Qm->h_Session) in QmFqidGet()
598 else if (p_Qm->h_Session) in QmFqidPut()
[all …]
H A Dqm.h476 t_Handle h_Session; member
/freebsd/sys/contrib/ncsw/inc/
H A Dxx_ext.h727 t_Error XX_IpcFreeSession(t_Handle h_Session);
783 t_Error XX_IpcSendMessage(t_Handle h_Session,
/freebsd/sys/contrib/ncsw/user/env/
H A Dxx.c587 XX_IpcSendMessage(t_Handle h_Session, in XX_IpcSendMessage() argument
608 XX_IpcFreeSession(t_Handle h_Session) in XX_IpcFreeSession() argument