Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_glue.h61 struct ibv_qp *(*create_qp)(struct ibv_pd *pd, member
H A Dmlx4_glue.c266 .create_qp = mlx4_glue_create_qp,
H A Dmlx4_txq.c402 txq->qp = mlx4_glue->create_qp(priv->pd, &qp_init_attr); in mlx4_tx_queue_setup()
H A Dmlx4_flow.c971 drop->qp = mlx4_glue->create_qp in mlx4_drop_get()
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h175 struct ibv_qp *(*create_qp)(struct ibv_pd *pd, member
H A Dmlx5_glue.c1333 .create_qp = mlx5_glue_create_qp,