Home
last modified time | relevance | path

Searched refs:XX_IpcSendMessage (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c240 err = XX_IpcSendMessage(p_Fm->h_IpcSessions[p_Fm->intrMng[macEvent].guestId], in SendIpcIsr()
633 err = XX_IpcSendMessage(p_Fm->h_IpcSessions[0], in SetVSPWindow()
687 err = XX_IpcSendMessage(p_Fm->h_IpcSessions[0], in AllocVSPsForPartition()
752 err = XX_IpcSendMessage(p_Fm->h_IpcSessions[0], in FreeVSPsForPartition()
1202 if ((err = XX_IpcSendMessage(p_Fm->h_IpcSessions[0], in Fm10GTxEccWorkaround()
1323 err = XX_IpcSendMessage(p_Fm->h_IpcSessions[0], in FmSetCongestionGroupPFCpriority()
1433 err = XX_IpcSendMessage(p_Fm->h_IpcSessions[0], in FmGetPhysicalMuramBase()
1595 if ((err = XX_IpcSendMessage(p_Fm->h_IpcSessions[0], in FmAllocFmanCtrlEventReg()
1644 err = XX_IpcSendMessage(p_Fm->h_IpcSessions[0], in FmFreeFmanCtrlEventReg()
1683 err = XX_IpcSendMessage(p_Fm->h_IpcSessions[0], in FmSetFmanCtrlIntr()
[all …]
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c264 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmSetPoolThresholds()
305 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmUnSetPoolThresholds()
363 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmGetCounter()
419 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmGetRevision()
599 if ((err = XX_IpcSendMessage(p_Bm->h_Session, in BM_Init()
H A Dbm.h369 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmBpidGet()
421 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmBpidPut()
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c354 if ((errCode = XX_IpcSendMessage(p_Qm->h_Session, in QmGetCounter()
407 if ((errCode = XX_IpcSendMessage(p_Qm->h_Session, in QmGetRevision()
477 if ((errCode = XX_IpcSendMessage(p_Qm->h_Session, in QmGetSetPortalParams()
532 if ((errCode = XX_IpcSendMessage(p_Qm->h_Session, in QmFqidGet()
609 if ((errCode = XX_IpcSendMessage(p_Qm->h_Session, in QmFqidPut()
908 if ((err = XX_IpcSendMessage(p_Qm->h_Session, in QM_Init()
/freebsd/sys/contrib/ncsw/inc/
H A Dxx_ext.h783 t_Error XX_IpcSendMessage(t_Handle h_Session,
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.c250 err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in FmPcdPrsIncludePortInStatistics()
294 err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in FmPcdGetSwPrsOffset()
H A Dfm_plcr.c883 err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in PlcrAllocProfilesForPartition()
950 err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in PlcrFreeProfilesForPartition()
999 err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in PlcrSetPortProfiles()
1047 err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in PlcrClearPortProfiles()
H A Dfm_pcd.c942 if ((err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in FM_PCD_Init()
1140 if ((err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in FM_PCD_Enable()
1195 if ((err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in FM_PCD_Disable()
1684 if ((err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in FM_PCD_GetCounter()
H A Dfm_kg.c939 if ((err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in KgInitGuest()
1901 if ((err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in FmPcdKgBuildClsPlanGrp()
2008 err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in FmPcdKgDestroyClsPlanGrp()
2458 if ((err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in KgFree()
/freebsd/sys/contrib/ncsw/user/env/
H A Dxx.c587 XX_IpcSendMessage(t_Handle h_Session, in XX_IpcSendMessage() function