Home
last modified time | relevance | path

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

/linux-4.4.14/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()
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()
Dfw.c2066 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()
Dmlx4.h585 struct mlx4_master_qp0_state qp0_state[MLX4_MAX_PORTS + 1]; member