Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmain.c1763 u64 new_smac = 0; in mlx4_ib_update_qps() local
1768 new_smac = mlx4_mac_to_u64(dev->dev_addr); in mlx4_ib_update_qps()
1771 atomic64_set(&ibdev->iboe.mac[port - 1], new_smac); in mlx4_ib_update_qps()
1786 if (new_smac == old_smac) in mlx4_ib_update_qps()
1789 new_smac_index = mlx4_register_mac(ibdev->dev, port, new_smac); in mlx4_ib_update_qps()
1797 release_mac = new_smac; in mlx4_ib_update_qps()
1803 qp->pri.smac = new_smac; in mlx4_ib_update_qps()