Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmain.c2278 u64 new_smac = 0; in mlx4_ib_update_qps() local
2282 new_smac = ether_addr_to_u64(dev->dev_addr); in mlx4_ib_update_qps()
2283 atomic64_set(&ibdev->iboe.mac[port - 1], new_smac); in mlx4_ib_update_qps()
2298 if (new_smac == old_smac) in mlx4_ib_update_qps()
2301 new_smac_index = mlx4_register_mac(ibdev->dev, port, new_smac); in mlx4_ib_update_qps()
2309 release_mac = new_smac; in mlx4_ib_update_qps()
2315 qp->pri.smac = new_smac; in mlx4_ib_update_qps()