Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c1111 struct mlx4_active_ports exclusive_ports; in mlx4_get_slave_num_gids() local
1113 bitmap_zero(exclusive_ports.ports, dev->caps.num_ports); in mlx4_get_slave_num_gids()
1114 set_bit(i - 1, exclusive_ports.ports); in mlx4_get_slave_num_gids()
1118 dev, &exclusive_ports); in mlx4_get_slave_num_gids()
1148 struct mlx4_active_ports exclusive_ports; in mlx4_get_base_gid_ix() local
1150 bitmap_zero(exclusive_ports.ports, dev->caps.num_ports); in mlx4_get_base_gid_ix()
1151 set_bit(i - 1, exclusive_ports.ports); in mlx4_get_base_gid_ix()
1155 dev, &exclusive_ports); in mlx4_get_base_gid_ix()
1788 struct mlx4_active_ports exclusive_ports; in mlx4_get_slave_from_roce_gid() local
1797 bitmap_zero(exclusive_ports.ports, dev->caps.num_ports); in mlx4_get_slave_from_roce_gid()
[all …]