Searched refs:modify_qp (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_txq.c | 410 ret = mlx4_glue->modify_qp in mlx4_tx_queue_setup() 423 ret = mlx4_glue->modify_qp in mlx4_tx_queue_setup() 435 ret = mlx4_glue->modify_qp in mlx4_tx_queue_setup()
|
| H A D | mlx4_glue.h | 67 int (*modify_qp)(struct ibv_qp *qp, struct ibv_qp_attr *attr, member
|
| H A D | mlx4_glue.c | 269 .modify_qp = mlx4_glue_modify_qp,
|
| H A D | mlx4_rxq.c | 240 ret = mlx4_glue->modify_qp in mlx4_rss_attach() 251 ret = mlx4_glue->modify_qp in mlx4_rss_attach()
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_verbs.c | 141 ret = mlx5_glue->modify_qp(obj->qp, &mod, IBV_QP_STATE); in mlx5_ibv_modify_qp() 154 ret = mlx5_glue->modify_qp(obj->qp, &mod, attr_mask); in mlx5_ibv_modify_qp() 162 ret = mlx5_glue->modify_qp(obj->qp, &mod, IBV_QP_STATE); in mlx5_ibv_modify_qp() 170 ret = mlx5_glue->modify_qp(obj->qp, &mod, IBV_QP_STATE); in mlx5_ibv_modify_qp()
|
| /f-stack/dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_glue.h | 181 int (*modify_qp)(struct ibv_qp *qp, struct ibv_qp_attr *attr, member
|
| H A D | mlx5_glue.c | 1336 .modify_qp = mlx5_glue_modify_qp,
|