Searched refs:h_Session (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/BM/ |
H A D | bm.c | 253 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() 363 if ((errCode = XX_IpcSendMessage(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() 419 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmGetRevision() [all …]
|
H A D | bm.h | 300 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 D | qm.c | 302 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() 407 if ((errCode = XX_IpcSendMessage(p_Qm->h_Session, in QmGetRevision() 462 else if (p_Qm->h_Session) in QmGetSetPortalParams() 477 if ((errCode = XX_IpcSendMessage(p_Qm->h_Session, in QmGetSetPortalParams() [all …]
|
H A D | qm.h | 476 t_Handle h_Session; member
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | xx_ext.h | 727 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 D | xx.c | 587 XX_IpcSendMessage(t_Handle h_Session, in XX_IpcSendMessage() argument 608 XX_IpcFreeSession(t_Handle h_Session) in XX_IpcFreeSession() argument
|