Home
last modified time | relevance | path

Searched refs:h_IpcSession (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.c240 p_FmPcd->h_IpcSession) in FmPcdPrsIncludePortInStatistics()
250 err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in FmPcdPrsIncludePortInStatistics()
278 p_FmPcd->h_IpcSession) in FmPcdGetSwPrsOffset()
294 err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in FmPcdGetSwPrsOffset()
H A Dfm_pcd.c926 …p_FmPcd->h_IpcSession = XX_IpcInitSession(p_FmPcd->fmPcdIpcHandlerModuleName, p_FmPcd->fmPcdModule… in FM_PCD_Init()
927 if (p_FmPcd->h_IpcSession) in FM_PCD_Init()
942 if ((err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in FM_PCD_Init()
1129 p_FmPcd->h_IpcSession) in FM_PCD_Enable()
1140 if ((err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in FM_PCD_Enable()
1185 p_FmPcd->h_IpcSession) in FM_PCD_Disable()
1195 if ((err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in FM_PCD_Disable()
1597 !p_FmPcd->h_IpcSession) in FM_PCD_GetCounter()
1618 !p_FmPcd->h_IpcSession) in FM_PCD_GetCounter()
1633 ((p_FmPcd->guestId != NCSW_MASTER_ID) && p_FmPcd->h_IpcSession)); in FM_PCD_GetCounter()
[all …]
H A Dfm_plcr.c866 if (p_FmPcd->h_IpcSession) in PlcrAllocProfilesForPartition()
883 err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in PlcrAllocProfilesForPartition()
937 if (p_FmPcd->h_IpcSession) in PlcrFreeProfilesForPartition()
950 err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in PlcrFreeProfilesForPartition()
986 p_FmPcd->h_IpcSession) in PlcrSetPortProfiles()
999 err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in PlcrSetPortProfiles()
1036 p_FmPcd->h_IpcSession) in PlcrClearPortProfiles()
1047 err = XX_IpcSendMessage(p_FmPcd->h_IpcSession, in PlcrClearPortProfiles()
H A Dfm_pcd.h350 t_Handle h_IpcSession; /* relevant for guest only */ member
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()