Searched refs:to_mlx4_state (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 1253 static enum mlx4_qp_state to_mlx4_state(enum ib_qp_state state) in to_mlx4_state() function 1353 if (mlx4_qp_modify(dev->dev, NULL, to_mlx4_state(qp->state), in destroy_qp_rss() 1373 if (mlx4_qp_modify(dev->dev, NULL, to_mlx4_state(qp->state), in destroy_qp_common() 2130 context->flags = cpu_to_be32((to_mlx4_state(new_state) << 28) | in __mlx4_ib_modify_qp() 2502 err = mlx4_qp_modify(dev->dev, &qp->mtt, to_mlx4_state(cur_state), in __mlx4_ib_modify_qp() 2503 to_mlx4_state(new_state), context, optpar, in __mlx4_ib_modify_qp()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 1288 static enum mlx4_qp_state to_mlx4_state(enum ib_qp_state state) in to_mlx4_state() function 1388 if (mlx4_qp_modify(dev->dev, NULL, to_mlx4_state(qp->state), in destroy_qp_rss() 1408 if (mlx4_qp_modify(dev->dev, NULL, to_mlx4_state(qp->state), in destroy_qp_common() 2163 context->flags = cpu_to_be32((to_mlx4_state(new_state) << 28) | in __mlx4_ib_modify_qp() 2535 err = mlx4_qp_modify(dev->dev, &qp->mtt, to_mlx4_state(cur_state), in __mlx4_ib_modify_qp() 2536 to_mlx4_state(new_state), context, optpar, in __mlx4_ib_modify_qp()
|
Completed in 10 milliseconds