Searched refs:qp0_state (Results 1 – 3 of 3) sorted by relevance
153 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 0; in __mlx4_qp_modify()155 priv->mfunc.master.qp0_state[port].qp0_active = 0; in __mlx4_qp_modify()194 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 0; in __mlx4_qp_modify()196 priv->mfunc.master.qp0_state[port].qp0_active = 0; in __mlx4_qp_modify()199 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 1; in __mlx4_qp_modify()201 priv->mfunc.master.qp0_state[port].qp0_active = 1; in __mlx4_qp_modify()
2210 if (priv->mfunc.master.qp0_state[port].proxy_qp0_active && in check_qp0_state()2211 priv->mfunc.master.qp0_state[port].qp0_active) in check_qp0_state()2244 !priv->mfunc.master.qp0_state[port].port_active) { in mlx4_INIT_PORT_wrapper()2249 priv->mfunc.master.qp0_state[port].port_active = 1; in mlx4_INIT_PORT_wrapper()2342 if (!priv->mfunc.master.qp0_state[port].qp0_active && in mlx4_CLOSE_PORT_wrapper()2343 priv->mfunc.master.qp0_state[port].port_active) { in mlx4_CLOSE_PORT_wrapper()2349 priv->mfunc.master.qp0_state[port].port_active = 0; in mlx4_CLOSE_PORT_wrapper()
580 struct mlx4_master_qp0_state qp0_state[MLX4_MAX_PORTS + 1]; member