Home
last modified time | relevance | path

Searched refs:h_IpcSessions (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c229 else if (p_Fm->h_IpcSessions[p_Fm->intrMng[macEvent].guestId]) in SendIpcIsr()
240 err = XX_IpcSendMessage(p_Fm->h_IpcSessions[p_Fm->intrMng[macEvent].guestId], in SendIpcIsr()
619 p_Fm->h_IpcSessions[0]) in SetVSPWindow()
633 err = XX_IpcSendMessage(p_Fm->h_IpcSessions[0], in SetVSPWindow()
670 if (p_Fm->h_IpcSessions[0]) in AllocVSPsForPartition()
687 err = XX_IpcSendMessage(p_Fm->h_IpcSessions[0], in AllocVSPsForPartition()
735 if (p_Fm->h_IpcSessions[0]) in FreeVSPsForPartition()
752 err = XX_IpcSendMessage(p_Fm->h_IpcSessions[0], in FreeVSPsForPartition()
930 …p_Fm->h_IpcSessions[guestId] = XX_IpcInitSession(p_Fm->fmIpcHandlerModuleName[guestId], p_Fm->fmMo… in FmHandleIpcMsgCB()
931 if (p_Fm->h_IpcSessions[guestId] == NULL) in FmHandleIpcMsgCB()
[all …]
H A Dfm.h601 t_Handle h_IpcSessions[FM_MAX_NUM_OF_GUESTS]; member