Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dmain.c2385 int new_smac_index; in mlx4_ib_update_qps() local
2394 new_smac_index = mlx4_register_mac(ibdev->dev, port, new_smac); in mlx4_ib_update_qps()
2396 if (new_smac_index < 0) in mlx4_ib_update_qps()
2399 update_params.smac_index = new_smac_index; in mlx4_ib_update_qps()
2410 qp->pri.smac_index = new_smac_index; in mlx4_ib_update_qps()