Searched refs:fmIpcVspSetPortWindow (Results 1 – 1 of 1) sorted by relevance
621 t_FmIpcVspSetPortWindow fmIpcVspSetPortWindow; in SetVSPWindow() local626 memset(&fmIpcVspSetPortWindow, 0, sizeof(t_FmIpcVspSetPortWindow)); in SetVSPWindow()627 fmIpcVspSetPortWindow.hardwarePortId = hardwarePortId; in SetVSPWindow()628 fmIpcVspSetPortWindow.baseStorageProfile = baseStorageProfile; in SetVSPWindow()629 fmIpcVspSetPortWindow.log2NumOfProfiles = log2NumOfProfiles; in SetVSPWindow()631 memcpy(msg.msgBody, &fmIpcVspSetPortWindow, sizeof(t_FmIpcVspSetPortWindow)); in SetVSPWindow()