Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Dqp.c157 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 0; in __mlx4_qp_modify()
159 priv->mfunc.master.qp0_state[port].qp0_active = 0; in __mlx4_qp_modify()
198 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 0; in __mlx4_qp_modify()
200 priv->mfunc.master.qp0_state[port].qp0_active = 0; in __mlx4_qp_modify()
203 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 1; in __mlx4_qp_modify()
205 priv->mfunc.master.qp0_state[port].qp0_active = 1; in __mlx4_qp_modify()
A Dfw.c2247 if (priv->mfunc.master.qp0_state[port].proxy_qp0_active && in check_qp0_state()
2248 priv->mfunc.master.qp0_state[port].qp0_active) in check_qp0_state()
2281 !priv->mfunc.master.qp0_state[port].port_active) { in mlx4_INIT_PORT_wrapper()
2286 priv->mfunc.master.qp0_state[port].port_active = 1; in mlx4_INIT_PORT_wrapper()
2379 if (!priv->mfunc.master.qp0_state[port].qp0_active && in mlx4_CLOSE_PORT_wrapper()
2380 priv->mfunc.master.qp0_state[port].port_active) { in mlx4_CLOSE_PORT_wrapper()
2386 priv->mfunc.master.qp0_state[port].port_active = 0; in mlx4_CLOSE_PORT_wrapper()
A Dmlx4.h588 struct mlx4_master_qp0_state qp0_state[MLX4_MAX_PORTS + 1]; member

Completed in 17 milliseconds