Lines Matching refs:xSubData

160 			} xSubData;  member
337 …memcpy(&(newElement->event.xUnion.xVspCmd.xSubData),&(vspCmd->xSubData), sizeof(vspCmd->xSubData)); in signalVspInstruction()
780 myVspCmd.xSubData.xFunction02SelectIplTypeIn.xIplType = newSide; in mf_setSide()
794 myVspCmd.xSubData.xFunction02SelectIplTypeIn.xIplType = 0; in mf_getSide()
804 if (myVspCmd.xSubData.xGetIplTypeOut.xIplType == 0) in mf_getSide()
806 else if (myVspCmd.xSubData.xGetIplTypeOut.xIplType == 1) in mf_getSide()
808 else if (myVspCmd.xSubData.xGetIplTypeOut.xIplType == 2) in mf_getSide()
890 myVspCmd.xSubData.xSetKernelCmdLineIn.xToken = dma_addr; in mf_setCmdLine()
891 myVspCmd.xSubData.xSetKernelCmdLineIn.xAddressType = HvLpDma_AddressType_TceIndex; in mf_setCmdLine()
892 myVspCmd.xSubData.xSetKernelCmdLineIn.xSide = side; in mf_setCmdLine()
893 myVspCmd.xSubData.xSetKernelCmdLineIn.xTransferLength = size; in mf_setCmdLine()
910 myVspCmd.xSubData.xGetKernelCmdLineIn.xToken = dma_addr; in mf_getCmdLine()
911 myVspCmd.xSubData.xGetKernelCmdLineIn.xAddressType = HvLpDma_AddressType_TceIndex; in mf_getCmdLine()
912 myVspCmd.xSubData.xGetKernelCmdLineIn.xSide = side; in mf_getCmdLine()
913 myVspCmd.xSubData.xGetKernelCmdLineIn.xTransferLength = *size; in mf_getCmdLine()
921 len = myVspCmd.xSubData.xGetKernelCmdLineOut.xTransferLength; in mf_getCmdLine()
954 myVspCmd.xSubData.xGetKernelImageIn.xToken = dma_addr; in mf_setVmlinuxChunk()
955 myVspCmd.xSubData.xGetKernelImageIn.xAddressType = HvLpDma_AddressType_TceIndex; in mf_setVmlinuxChunk()
956 myVspCmd.xSubData.xGetKernelImageIn.xSide = side; in mf_setVmlinuxChunk()
957 myVspCmd.xSubData.xGetKernelImageIn.xOffset = offset; in mf_setVmlinuxChunk()
958 myVspCmd.xSubData.xGetKernelImageIn.xTransferLength = size; in mf_setVmlinuxChunk()
989 myVspCmd.xSubData.xGetKernelImageIn.xToken = dma_addr; in mf_getVmlinuxChunk()
990 myVspCmd.xSubData.xGetKernelImageIn.xAddressType = HvLpDma_AddressType_TceIndex; in mf_getVmlinuxChunk()
991 myVspCmd.xSubData.xGetKernelImageIn.xSide = side; in mf_getVmlinuxChunk()
992 myVspCmd.xSubData.xGetKernelImageIn.xOffset = offset; in mf_getVmlinuxChunk()
993 myVspCmd.xSubData.xGetKernelImageIn.xTransferLength = len; in mf_getVmlinuxChunk()
1001 *size = myVspCmd.xSubData.xGetKernelImageOut.xTransferLength; in mf_getVmlinuxChunk()