Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_glue.h47 struct ibv_comp_channel *(*create_comp_channel) member
H A Dmlx4_glue.c258 .create_comp_channel = mlx4_glue_create_comp_channel,
H A Dmlx4_rxq.c883 rxq->channel = mlx4_glue->create_comp_channel(priv->ctx); in mlx4_rx_queue_setup()
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h152 struct ibv_comp_channel *(*create_comp_channel) member
H A Dmlx5_glue.c1319 .create_comp_channel = mlx5_glue_create_comp_channel,
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c374 mlx5_glue->create_comp_channel(priv->sh->ctx); in mlx5_rxq_ibv_obj_new()