Searched refs:mlx4_qp_modify (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | qp.c | 202 int mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_qp_modify() function 211 EXPORT_SYMBOL_GPL(mlx4_qp_modify); 910 err = mlx4_qp_modify(dev, mtt, states[i], states[i + 1], in mlx4_qp_to_ready()
|
D | en_rx.c | 1286 mlx4_qp_modify(mdev->dev, NULL, rss_map->indir_state, in mlx4_en_config_rss_steer() 1292 mlx4_qp_modify(mdev->dev, NULL, rss_map->state[i], in mlx4_en_config_rss_steer() 1307 mlx4_qp_modify(mdev->dev, NULL, rss_map->indir_state, in mlx4_en_release_rss_steer() 1313 mlx4_qp_modify(mdev->dev, NULL, rss_map->state[i], in mlx4_en_release_rss_steer()
|
D | en_tx.c | 232 mlx4_qp_modify(mdev->dev, NULL, ring->qp_state, in mlx4_en_deactivate_tx_ring()
|
/linux-4.4.14/include/linux/mlx4/ |
D | qp.h | 471 int mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | qp.c | 1007 if (mlx4_qp_modify(dev->dev, NULL, to_mlx4_state(qp->state), in destroy_qp_common() 1870 err = mlx4_qp_modify(dev->dev, &qp->mtt, to_mlx4_state(cur_state), in __mlx4_ib_modify_qp()
|