found_ix         1861 drivers/net/ethernet/mellanox/mlx4/port.c 	int i, found_ix = -1;
found_ix         1877 drivers/net/ethernet/mellanox/mlx4/port.c 			found_ix = i;
found_ix         1882 drivers/net/ethernet/mellanox/mlx4/port.c 	if (found_ix >= 0) {
found_ix         1886 drivers/net/ethernet/mellanox/mlx4/port.c 		if (found_ix < MLX4_ROCE_PF_GIDS)
found_ix         1888 drivers/net/ethernet/mellanox/mlx4/port.c 		else if (found_ix < MLX4_ROCE_PF_GIDS + (vf_gids % num_vfs) *
found_ix         1890 drivers/net/ethernet/mellanox/mlx4/port.c 			slave_gid = ((found_ix - MLX4_ROCE_PF_GIDS) /
found_ix         1894 drivers/net/ethernet/mellanox/mlx4/port.c 			((found_ix - MLX4_ROCE_PF_GIDS -
found_ix         1952 drivers/net/ethernet/mellanox/mlx4/port.c 	return (found_ix >= 0) ? 0 : -EINVAL;