Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dmain.c1936 u64 new_smac = 0; in mlx4_ib_update_qps() local
1941 new_smac = mlx4_mac_to_u64(dev->dev_addr); in mlx4_ib_update_qps()
1944 atomic64_set(&ibdev->iboe.mac[port - 1], new_smac); in mlx4_ib_update_qps()
1959 if (new_smac == old_smac) in mlx4_ib_update_qps()
1962 new_smac_index = mlx4_register_mac(ibdev->dev, port, new_smac); in mlx4_ib_update_qps()
1970 release_mac = new_smac; in mlx4_ib_update_qps()
1976 qp->pri.smac = new_smac; in mlx4_ib_update_qps()