Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c1750 int vf_gids = MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS; in mlx4_get_slave_from_roce_gid() local
1776 else if (found_ix < MLX4_ROCE_PF_GIDS + (vf_gids % num_vfs) * in mlx4_get_slave_from_roce_gid()
1777 (vf_gids / num_vfs + 1)) in mlx4_get_slave_from_roce_gid()
1779 (vf_gids / num_vfs + 1)) + 1; in mlx4_get_slave_from_roce_gid()
1783 ((vf_gids % num_vfs) * ((vf_gids / num_vfs + 1)))) / in mlx4_get_slave_from_roce_gid()
1784 (vf_gids / num_vfs)) + vf_gids % num_vfs + 1; in mlx4_get_slave_from_roce_gid()