Home
last modified time | relevance | path

Searched refs:umem_buf (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_age.c27 if (cq->umem_buf) in mlx5_aso_cq_destroy()
28 mlx5_free((void *)(uintptr_t)cq->umem_buf); in mlx5_aso_cq_destroy()
62 cq->umem_buf = mlx5_malloc(MLX5_MEM_RTE | MLX5_MEM_ZERO, umem_size, in mlx5_aso_cq_create()
64 if (!cq->umem_buf) { in mlx5_aso_cq_create()
70 (void *)(uintptr_t)cq->umem_buf, in mlx5_aso_cq_create()
94 memset((void *)(uintptr_t)cq->umem_buf, 0xFF, attr.db_umem_offset); in mlx5_aso_cq_create()
189 if (sq->umem_buf) { in mlx5_aso_destroy_sq()
190 mlx5_free((void *)(uintptr_t)sq->umem_buf); in mlx5_aso_destroy_sq()
191 sq->umem_buf = NULL; in mlx5_aso_destroy_sq()
279 if (!sq->umem_buf) { in mlx5_aso_sq_create()
[all …]
H A Dmlx5.h486 volatile void *umem_buf; member
512 volatile void *umem_buf; member
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_event.c104 if (cq->umem_buf) in mlx5_vdpa_cq_destroy()
105 rte_free((void *)(uintptr_t)cq->umem_buf); in mlx5_vdpa_cq_destroy()
146 cq->umem_buf = rte_zmalloc(__func__, umem_size, 4096); in mlx5_vdpa_cq_create()
147 if (!cq->umem_buf) { in mlx5_vdpa_cq_create()
153 (void *)(uintptr_t)cq->umem_buf, in mlx5_vdpa_cq_create()
175 cq->db_rec = RTE_PTR_ADD(cq->umem_buf, (uintptr_t)attr.db_umem_offset); in mlx5_vdpa_cq_create()
598 if (eqp->umem_buf) in mlx5_vdpa_event_qp_destroy()
599 rte_free(eqp->umem_buf); in mlx5_vdpa_event_qp_destroy()
667 eqp->umem_buf = rte_zmalloc(__func__, umem_size, 4096); in mlx5_vdpa_event_qp_create()
668 if (!eqp->umem_buf) { in mlx5_vdpa_event_qp_create()
[all …]
H A Dmlx5_vdpa.h52 volatile void *umem_buf; member
64 void *umem_buf; member