Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2198 u64 new_smac = 0; in mlx4_ib_update_qps() local
2202 new_smac = mlx4_mac_to_u64(if_getlladdr(dev)); in mlx4_ib_update_qps()
2204 atomic64_set(&ibdev->iboe.mac[port - 1], new_smac); in mlx4_ib_update_qps()
2219 if (new_smac == old_smac) in mlx4_ib_update_qps()
2222 new_smac_index = mlx4_register_mac(ibdev->dev, port, new_smac); in mlx4_ib_update_qps()
2230 release_mac = new_smac; in mlx4_ib_update_qps()
2236 qp->pri.smac = new_smac; in mlx4_ib_update_qps()