Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/mlx4/
Dmain.c2276 u64 new_smac = 0; in mlx4_ib_update_qps() local
2280 new_smac = ether_addr_to_u64(dev->dev_addr); in mlx4_ib_update_qps()
2281 atomic64_set(&ibdev->iboe.mac[port - 1], new_smac); in mlx4_ib_update_qps()
2296 if (new_smac == old_smac) in mlx4_ib_update_qps()
2299 new_smac_index = mlx4_register_mac(ibdev->dev, port, new_smac); in mlx4_ib_update_qps()
2307 release_mac = new_smac; in mlx4_ib_update_qps()
2313 qp->pri.smac = new_smac; in mlx4_ib_update_qps()