Searched refs:__mlx5_uar_write64 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx.h | 513 __mlx5_uar_write64(uint64_t val, void *addr, rte_spinlock_t *lock) in __mlx5_uar_write64() function 523 #define mlx5_uar_write64(val, dst, lock) __mlx5_uar_write64(val, dst, NULL) 527 #define mlx5_uar_write64(val, dst, lock) __mlx5_uar_write64(val, dst, lock)
|