Searched refs:qp0_state (Results 1 - 3 of 3) sorted by last modified time

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

Completed in 163 milliseconds