Home
last modified time | relevance | path

Searched refs:ciIdx (Results 1 – 3 of 3) sorted by relevance

/open-nvidia-gpu/src/nvidia/src/kernel/gpu/mig_mgr/
H A Dgpu_instance_subscription.c635 NvU32 ciIdx; in gisubscriptionCtrlCmdExecPartitionsGet_IMPL() local
670 for (ciIdx = 0; in gisubscriptionCtrlCmdExecPartitionsGet_IMPL()
671 ciIdx < NV_ARRAY_ELEMENTS(pKernelMIGGpuInstance->MIGComputeInstance); in gisubscriptionCtrlCmdExecPartitionsGet_IMPL()
672 ++ciIdx) in gisubscriptionCtrlCmdExecPartitionsGet_IMPL()
676 &pKernelMIGGpuInstance->MIGComputeInstance[ciIdx]; in gisubscriptionCtrlCmdExecPartitionsGet_IMPL()
684 pParams->execPartId[pParams->execPartCount] = ciIdx; in gisubscriptionCtrlCmdExecPartitionsGet_IMPL()
727 NvU32 ciIdx; in gisubscriptionCtrlCmdExecPartitionsGetActiveIds_IMPL() local
737 for (ciIdx = 0; in gisubscriptionCtrlCmdExecPartitionsGetActiveIds_IMPL()
739 ++ciIdx) in gisubscriptionCtrlCmdExecPartitionsGetActiveIds_IMPL()
742 &pKernelMIGGpuInstance->MIGComputeInstance[ciIdx]; in gisubscriptionCtrlCmdExecPartitionsGetActiveIds_IMPL()
[all …]
H A Dkernel_mig_manager.c8967 NvU32 ciIdx; in kmigmgrIsPartitionVeidAllocationContiguous_IMPL() local
8975 for (ciIdx = 0; ciIdx < NV_ARRAY_ELEMENTS(pKernelMIGGpuInstance->MIGComputeInstance); ++ciIdx) in kmigmgrIsPartitionVeidAllocationContiguous_IMPL()
8979 … MIG_COMPUTE_INSTANCE *pMIGComputeInstance = &pKernelMIGGpuInstance->MIGComputeInstance[ciIdx]; in kmigmgrIsPartitionVeidAllocationContiguous_IMPL()
/open-nvidia-gpu/src/nvidia/src/kernel/gpu_mgr/
H A Dgpu_mgr.c4127 NvU32 ciIdx; in gpumgrCacheGetActiveDeviceIds_IMPL() local
4135 for (ciIdx = 0; ciIdx < GPUMGR_MAX_COMPUTE_INSTANCES; ciIdx++) in gpumgrCacheGetActiveDeviceIds_IMPL()
4137 if (pbValidComputeInstances[ciIdx]) in gpumgrCacheGetActiveDeviceIds_IMPL()
4144 pDevices[total].computeInstanceId = ciIdx; in gpumgrCacheGetActiveDeviceIds_IMPL()