Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ipc.h233 typedef _Packed struct t_FmIpcVspSetPortWindow {
237 }_PackedType t_FmIpcVspSetPortWindow; typedef
H A Dfm_ncsw.c621 t_FmIpcVspSetPortWindow fmIpcVspSetPortWindow; in SetVSPWindow()
626 memset(&fmIpcVspSetPortWindow, 0, sizeof(t_FmIpcVspSetPortWindow)); in SetVSPWindow()
631 memcpy(msg.msgBody, &fmIpcVspSetPortWindow, sizeof(t_FmIpcVspSetPortWindow)); in SetVSPWindow()
990 t_FmIpcVspSetPortWindow ipcVspSetPortWindow; in FmHandleIpcMsgCB()
991 memcpy(&ipcVspSetPortWindow, p_IpcMsg->msgBody, sizeof(t_FmIpcVspSetPortWindow)); in FmHandleIpcMsgCB()