Lines Matching refs:mcq
1426 MLX5_SET(rqc, param->rqc, cqn, c->rq.cq.mcq.cqn); in mlx5e_open_rq()
1496 mlx5e_open_drop_rq_comp(struct mlx5_core_cq *mcq __unused, struct mlx5_eqe *eqe __unused) in mlx5e_open_drop_rq_comp()
1537 MLX5_SET(rqc, param_rq.rqc, cqn, drop_rq->cq.mcq.cqn); in mlx5e_open_drop_rq()
1761 MLX5_SET(sqc, sqc, cqn, sq->cq.mcq.cqn); in mlx5e_enable_sq()
1946 sq->cq.mcq.comp(&sq->cq.mcq, NULL); in mlx5e_drain_sq()
1965 sq->cq.mcq.comp(&sq->cq.mcq, NULL); in mlx5e_drain_sq()
1988 struct mlx5_core_cq *mcq = &cq->mcq; in mlx5e_create_cq() local
2003 mcq->cqe_sz = 64; in mlx5e_create_cq()
2004 mcq->set_ci_db = cq->wq_ctrl.db.db; in mlx5e_create_cq()
2005 mcq->arm_db = cq->wq_ctrl.db.db + 1; in mlx5e_create_cq()
2006 *mcq->set_ci_db = 0; in mlx5e_create_cq()
2007 *mcq->arm_db = 0; in mlx5e_create_cq()
2008 mcq->vector = eq_ix; in mlx5e_create_cq()
2009 mcq->comp = comp; in mlx5e_create_cq()
2010 mcq->event = mlx5e_cq_error_event; in mlx5e_create_cq()
2011 mcq->irqn = irqn; in mlx5e_create_cq()
2033 struct mlx5_core_cq *mcq = &cq->mcq; in mlx5e_enable_cq() local
2062 err = mlx5_core_create_cq(cq->priv->mdev, mcq, in, inlen, out, sizeof(out)); in mlx5e_enable_cq()
2078 mlx5_core_destroy_cq(cq->priv->mdev, &cq->mcq); in mlx5e_disable_cq()
2282 c->rq.cq.mcq.comp(&c->rq.cq.mcq, NULL); in mlx5e_open_channel()
2571 return (mlx5_core_modify_cq_moderation_mode(priv->mdev, &sq->cq.mcq, in mlx5e_refresh_sq_params()
2577 return (mlx5_core_modify_cq_moderation(priv->mdev, &sq->cq.mcq, in mlx5e_refresh_sq_params()
2616 retval = mlx5_core_modify_cq_moderation_mode(priv->mdev, &rq->cq.mcq, in mlx5e_refresh_rq_params()
2626 retval = mlx5_core_modify_cq_moderation_mode(priv->mdev, &rq->cq.mcq, in mlx5e_refresh_rq_params()
2634 return (mlx5_core_modify_cq_moderation(priv->mdev, &rq->cq.mcq, in mlx5e_refresh_rq_params()
4185 rq->cq.mcq.comp(&rq->cq.mcq, NULL); in mlx5e_disable_rx_dma()
4218 rq->cq.mcq.comp(&rq->cq.mcq, NULL); in mlx5e_enable_rx_dma()