Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw.c2234 if (!priv->mfunc.master.init_port_ref[port]) { in mlx4_INIT_PORT_wrapper()
2255 ++priv->mfunc.master.init_port_ref[port]; in mlx4_INIT_PORT_wrapper()
2332 if (priv->mfunc.master.init_port_ref[port] == 1) { in mlx4_CLOSE_PORT_wrapper()
2354 --priv->mfunc.master.init_port_ref[port]; in mlx4_CLOSE_PORT_wrapper()
H A Dmlx4.h581 int init_port_ref[MLX4_MAX_PORTS + 1]; member