Home
last modified time | relevance | path

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

/linux-4.1.27/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.c2038 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()
Dmlx4.h574 struct mlx4_master_qp0_state qp0_state[MLX4_MAX_PORTS + 1]; member