Searched refs:h_IpcSession (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_prs.c | 240 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 D | fm_pcd.c | 926 …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 D | fm_plcr.c | 866 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 D | fm_pcd.h | 350 t_Handle h_IpcSession; /* relevant for guest only */ member
|
H A D | fm_kg.c | 939 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()
|