Searched refs:def_counter (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h885 int def_counter[MLX4_MAX_PORTS]; member in struct:mlx4_priv
H A Dmlx4_main.c2445 if (priv->def_counter[port] != -1)
2446 mlx4_counter_free(dev, priv->def_counter[port]);
2456 priv->def_counter[port] = -1;
2462 priv->def_counter[port] = idx;
2467 priv->def_counter[port] = MLX4_SINK_COUNTER_INDEX(dev);
2479 __func__, priv->def_counter[port], port + 1);
2571 return priv->def_counter[port - 1];

Completed in 101 milliseconds