Home
last modified time | relevance | path

Searched refs:qp0_state (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dqp.c152 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()
Dfw.c2224 if (priv->mfunc.master.qp0_state[port].proxy_qp0_active && in check_qp0_state()
2225 priv->mfunc.master.qp0_state[port].qp0_active) in check_qp0_state()
2258 !priv->mfunc.master.qp0_state[port].port_active) { in mlx4_INIT_PORT_wrapper()
2263 priv->mfunc.master.qp0_state[port].port_active = 1; in mlx4_INIT_PORT_wrapper()
2356 if (!priv->mfunc.master.qp0_state[port].qp0_active && in mlx4_CLOSE_PORT_wrapper()
2357 priv->mfunc.master.qp0_state[port].port_active) { in mlx4_CLOSE_PORT_wrapper()
2363 priv->mfunc.master.qp0_state[port].port_active = 0; in mlx4_CLOSE_PORT_wrapper()
Dmlx4.h588 struct mlx4_master_qp0_state qp0_state[MLX4_MAX_PORTS + 1]; member