Home
last modified time | relevance | path

Searched refs:destroy_comp_channel (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/mlx4/
H A Dmlx4_glue.h49 int (*destroy_comp_channel)(struct ibv_comp_channel *channel); member
H A Dmlx4_glue.c259 .destroy_comp_channel = mlx4_glue_destroy_comp_channel,
H A Dmlx4_rxq.c927 claim_zero(mlx4_glue->destroy_comp_channel(rxq->channel)); in mlx4_rx_queue_release()
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h173 int (*destroy_comp_channel)(struct ibv_comp_channel *channel); member
H A Dmlx5_glue.c1455 .destroy_comp_channel = mlx5_glue_destroy_comp_channel,
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c415 claim_zero(mlx5_glue->destroy_comp_channel(tmpl->ibv_channel)); in mlx5_rxq_ibv_obj_new()
438 claim_zero(mlx5_glue->destroy_comp_channel in mlx5_rxq_ibv_obj_release()