Lines Matching refs:wqcfg
310 memset(wq->wqcfg, 0, idxd->wqcfg_size);
574 wq->wqcfg->bits[i] = ioread32(idxd->reg_base + wq_offset);
578 wq->wqcfg->wq_size = wq->size;
586 wq->wqcfg->wq_thresh = wq->threshold;
589 wq->wqcfg->priv = !!(wq->type == IDXD_WQT_KERNEL);
590 wq->wqcfg->mode = 1;
591 wq->wqcfg->priority = wq->priority;
594 wq->wqcfg->max_xfer_shift = ilog2(wq->max_xfer_bytes);
595 wq->wqcfg->max_batch_shift = ilog2(wq->max_batch_size);
600 iowrite32(wq->wqcfg->bits[i], idxd->reg_base + wq_offset);