Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/mlx4/
Dmain.c2288 int new_smac_index; in mlx4_ib_update_qps() local
2297 new_smac_index = mlx4_register_mac(ibdev->dev, port, new_smac); in mlx4_ib_update_qps()
2299 if (new_smac_index < 0) in mlx4_ib_update_qps()
2302 update_params.smac_index = new_smac_index; in mlx4_ib_update_qps()
2313 qp->pri.smac_index = new_smac_index; in mlx4_ib_update_qps()