Searched refs:qp0_state (Results 1 – 3 of 3) sorted by relevance
152 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 0; in __mlx4_qp_modify()154 priv->mfunc.master.qp0_state[port].qp0_active = 0; in __mlx4_qp_modify()193 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 0; in __mlx4_qp_modify()195 priv->mfunc.master.qp0_state[port].qp0_active = 0; in __mlx4_qp_modify()198 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 1; in __mlx4_qp_modify()200 priv->mfunc.master.qp0_state[port].qp0_active = 1; in __mlx4_qp_modify()
2247 if (priv->mfunc.master.qp0_state[port].proxy_qp0_active && in check_qp0_state()2248 priv->mfunc.master.qp0_state[port].qp0_active) in check_qp0_state()2281 !priv->mfunc.master.qp0_state[port].port_active) { in mlx4_INIT_PORT_wrapper()2286 priv->mfunc.master.qp0_state[port].port_active = 1; in mlx4_INIT_PORT_wrapper()2379 if (!priv->mfunc.master.qp0_state[port].qp0_active && in mlx4_CLOSE_PORT_wrapper()2380 priv->mfunc.master.qp0_state[port].port_active) { in mlx4_CLOSE_PORT_wrapper()2386 priv->mfunc.master.qp0_state[port].port_active = 0; in mlx4_CLOSE_PORT_wrapper()
588 struct mlx4_master_qp0_state qp0_state[MLX4_MAX_PORTS + 1]; member