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()
2038 if (priv->mfunc.master.qp0_state[port].proxy_qp0_active && in check_qp0_state()2039 priv->mfunc.master.qp0_state[port].qp0_active) in check_qp0_state()2072 !priv->mfunc.master.qp0_state[port].port_active) { in mlx4_INIT_PORT_wrapper()2077 priv->mfunc.master.qp0_state[port].port_active = 1; in mlx4_INIT_PORT_wrapper()2170 if (!priv->mfunc.master.qp0_state[port].qp0_active && in mlx4_CLOSE_PORT_wrapper()2171 priv->mfunc.master.qp0_state[port].port_active) { in mlx4_CLOSE_PORT_wrapper()2177 priv->mfunc.master.qp0_state[port].port_active = 0; in mlx4_CLOSE_PORT_wrapper()
574 struct mlx4_master_qp0_state qp0_state[MLX4_MAX_PORTS + 1]; member