Searched refs:to_mlx4_state (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/infiniband/hw/mlx4/ |
| H A D | qp.c | 1296 static enum mlx4_qp_state to_mlx4_state(enum ib_qp_state state) in to_mlx4_state() function 1396 if (mlx4_qp_modify(dev->dev, NULL, to_mlx4_state(qp->state), in destroy_qp_rss() 1416 if (mlx4_qp_modify(dev->dev, NULL, to_mlx4_state(qp->state), in destroy_qp_common() 2171 context->flags = cpu_to_be32((to_mlx4_state(new_state) << 28) | in __mlx4_ib_modify_qp() 2543 err = mlx4_qp_modify(dev->dev, &qp->mtt, to_mlx4_state(cur_state), in __mlx4_ib_modify_qp() 2544 to_mlx4_state(new_state), context, optpar, in __mlx4_ib_modify_qp()
|