Home
last modified time | relevance | path

Searched refs:RTE_GPU_VOLATILE (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/gpudev/
H A Dgpudev.c793 RTE_GPU_VOLATILE(*devflag->ptr) = val; in rte_gpu_comm_set_flag()
810 *val = RTE_GPU_VOLATILE(*devflag->ptr); in rte_gpu_comm_get_flag_value()
1010 RTE_GPU_VOLATILE(comm_list_item->num_pkts) = num_mbufs; in rte_gpu_comm_populate_list_pkts()
1030 RTE_GPU_VOLATILE(comm_list_item->status_h[0]) = status; in rte_gpu_comm_set_status()
1044 *status = RTE_GPU_VOLATILE(comm_list_item->status_h[0]); in rte_gpu_comm_get_status()
1087 RTE_GPU_VOLATILE(comm_list_item->num_pkts) = 0; in rte_gpu_comm_cleanup_list()
H A Drte_gpudev.h43 #define RTE_GPU_VOLATILE(x) (*(volatile typeof(x) *)&(x)) macro