Home
last modified time | relevance | path

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

/dpdk/lib/gpudev/
H A Dversion.map40 rte_gpu_notify;
H A Dgpudev_driver.h106 void rte_gpu_notify(struct rte_gpu *dev, enum rte_gpu_event);
H A Dgpudev.c316 rte_gpu_notify(dev, RTE_GPU_EVENT_NEW); in rte_gpu_complete_new()
338 rte_gpu_notify(dev, RTE_GPU_EVENT_DEL); in rte_gpu_release()
490 rte_gpu_notify(struct rte_gpu *dev, enum rte_gpu_event event) in rte_gpu_notify() function