Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmain.c2292 int new_smac_index; in mlx4_ib_update_qps() local
2301 new_smac_index = mlx4_register_mac(ibdev->dev, port, new_smac); in mlx4_ib_update_qps()
2303 if (new_smac_index < 0) in mlx4_ib_update_qps()
2306 update_params.smac_index = new_smac_index; in mlx4_ib_update_qps()
2317 qp->pri.smac_index = new_smac_index; in mlx4_ib_update_qps()