Home
last modified time | relevance | path

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

/f-stack/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.c938 claim_zero(mlx4_glue->destroy_comp_channel(rxq->channel)); in mlx4_rx_queue_release()
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h154 int (*destroy_comp_channel)(struct ibv_comp_channel *channel); member
H A Dmlx5_glue.c1320 .destroy_comp_channel = mlx5_glue_destroy_comp_channel,
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c452 claim_zero(mlx5_glue->destroy_comp_channel(tmpl->ibv_channel)); in mlx5_rxq_ibv_obj_new()
473 claim_zero(mlx5_glue->destroy_comp_channel in mlx5_rxq_ibv_obj_release()