Home
last modified time | relevance | path

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

/dpdk/lib/gpudev/
H A Drte_gpudev.h35 #define RTE_GPU_ID_NONE -1 macro
251 RTE_GPU_FOREACH_CHILD(dev_id, RTE_GPU_ID_NONE)
H A Dgpudev.c111 return RTE_GPU_ID_NONE; in rte_gpu_find_next()
124 return RTE_GPU_ID_NONE; in gpu_find_free_id()
208 if (dev_id == RTE_GPU_ID_NONE) { in rte_gpu_allocate()
228 dev->mpshared->info.parent = RTE_GPU_ID_NONE; in rte_gpu_allocate()
/dpdk/drivers/gpu/cuda/
H A Dcuda.c605 if (dev->mpshared->info.parent != RTE_GPU_ID_NONE && in cuda_dev_info_get()