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()187 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 0; in __mlx4_qp_modify()189 priv->mfunc.master.qp0_state[port].qp0_active = 0; in __mlx4_qp_modify()192 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 1; in __mlx4_qp_modify()194 priv->mfunc.master.qp0_state[port].qp0_active = 1; in __mlx4_qp_modify()
2066 if (priv->mfunc.master.qp0_state[port].proxy_qp0_active && in check_qp0_state()2067 priv->mfunc.master.qp0_state[port].qp0_active) in check_qp0_state()2100 !priv->mfunc.master.qp0_state[port].port_active) { in mlx4_INIT_PORT_wrapper()2105 priv->mfunc.master.qp0_state[port].port_active = 1; in mlx4_INIT_PORT_wrapper()2198 if (!priv->mfunc.master.qp0_state[port].qp0_active && in mlx4_CLOSE_PORT_wrapper()2199 priv->mfunc.master.qp0_state[port].port_active) { in mlx4_CLOSE_PORT_wrapper()2205 priv->mfunc.master.qp0_state[port].port_active = 0; in mlx4_CLOSE_PORT_wrapper()
585 struct mlx4_master_qp0_state qp0_state[MLX4_MAX_PORTS + 1]; member