Home
last modified time | relevance | path

Searched refs:ibv_channel (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c207 .channel = rxq_obj->ibv_channel, in mlx5_rxq_ibv_cq_create()
373 tmpl->ibv_channel = in mlx5_rxq_ibv_obj_new()
375 if (!tmpl->ibv_channel) { in mlx5_rxq_ibv_obj_new()
381 tmpl->fd = ((struct ibv_comp_channel *)(tmpl->ibv_channel))->fd; in mlx5_rxq_ibv_obj_new()
451 if (tmpl->ibv_channel) in mlx5_rxq_ibv_obj_new()
452 claim_zero(mlx5_glue->destroy_comp_channel(tmpl->ibv_channel)); in mlx5_rxq_ibv_obj_new()
472 if (rxq_obj->ibv_channel) in mlx5_rxq_ibv_obj_release()
474 (rxq_obj->ibv_channel)); in mlx5_rxq_ibv_obj_release()
491 int ret = mlx5_glue->get_cq_event(rxq_obj->ibv_channel, in mlx5_rx_ibv_get_event()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h815 void *ibv_channel; member
H A Dmlx5_rxq.c930 if (!rxq_obj || (!rxq_obj->ibv_channel && in mlx5_rx_intr_vec_enable()