Home
last modified time | relevance | path

Searched refs:cq_buf (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_scheduler.c88 p->cq_buf[p->cq_buf_count++] = *qe; in sw_schedule_atomic_to_cq()
103 rte_event_ring_enqueue_burst(worker, p->cq_buf, in sw_schedule_atomic_to_cq()
172 sw->ports[cq].cq_buf[sw->ports[cq].cq_buf_count++] = *qe; in sw_schedule_parallel_to_cq()
200 &port->cq_buf[port->cq_buf_count], count_free); in sw_schedule_dir_to_cq()
576 port->cq_buf, in sw_event_schedule()
H A Dsw_evdev.h207 struct rte_event cq_buf[MAX_SW_CONS_Q_DEPTH]; member
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_txpp.c133 if (wq->cq_buf) in mlx5_txpp_destroy_send_queue()
134 mlx5_free((void *)(uintptr_t)wq->cq_buf); in mlx5_txpp_destroy_send_queue()
256 wq->cq_buf = mlx5_malloc(MLX5_MEM_RTE | MLX5_MEM_ZERO, umem_size, in mlx5_txpp_create_rearm_queue()
258 if (!wq->cq_buf) { in mlx5_txpp_create_rearm_queue()
264 (void *)(uintptr_t)wq->cq_buf, in mlx5_txpp_create_rearm_queue()
291 wq->cq_dbrec = RTE_PTR_ADD(wq->cq_buf, umem_dbrec); in mlx5_txpp_create_rearm_queue()
494 wq->cq_buf = mlx5_malloc(MLX5_MEM_RTE | MLX5_MEM_ZERO, umem_size, in mlx5_txpp_create_clock_queue()
496 if (!wq->cq_buf) { in mlx5_txpp_create_clock_queue()
502 (void *)(uintptr_t)wq->cq_buf, in mlx5_txpp_create_clock_queue()
531 wq->cq_dbrec = RTE_PTR_ADD(wq->cq_buf, umem_dbrec); in mlx5_txpp_create_clock_queue()
H A Dmlx5_devx.c1159 if (txq_obj->cq_buf) in mlx5_txq_release_devx_cq_resources()
1160 mlx5_free(txq_obj->cq_buf); in mlx5_txq_release_devx_cq_resources()
1234 txq_obj->cq_buf = mlx5_malloc(MLX5_MEM_RTE | MLX5_MEM_ZERO, in mlx5_txq_create_devx_cq_resources()
1238 if (!txq_obj->cq_buf) { in mlx5_txq_create_devx_cq_resources()
1247 (void *)txq_obj->cq_buf, in mlx5_txq_create_devx_cq_resources()
1271 cq_attr.q_umem_offset = (uintptr_t)txq_obj->cq_buf % page_size; in mlx5_txq_create_devx_cq_resources()
1287 cqe = (struct mlx5_cqe *)txq_obj->cq_buf; in mlx5_txq_create_devx_cq_resources()
1450 txq_data->cqes = (volatile struct mlx5_cqe *)txq_obj->cq_buf; in mlx5_txq_devx_obj_new()
H A Dmlx5.h636 volatile void *cq_buf; member
877 void *cq_buf; member