Searched refs:found_ix (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c1749 int i, found_ix = -1; local
1765 found_ix = i;
1770 if (found_ix >= 0) {
1774 if (found_ix < MLX4_ROCE_PF_GIDS)
1776 else if (found_ix < MLX4_ROCE_PF_GIDS + (vf_gids % num_vfs) *
1778 slave_gid = ((found_ix - MLX4_ROCE_PF_GIDS) /
1782 ((found_ix - MLX4_ROCE_PF_GIDS -
1840 return (found_ix >= 0) ? 0 : -EINVAL;

Completed in 179 milliseconds