Searched refs:dq (Results 26 - 50 of 58) sorted by relevance

123

/linux-master/drivers/crypto/caam/
H A Dcaampkc.h76 u8 *dq; member in struct:caam_rsa_key
H A Dcaampkc.c604 pdb->dq_dma = dma_map_single(dev, key->dq, q_sz, DMA_TO_DEVICE);
606 dev_err(dev, "Unable to map RSA exponent dq memory\n");
872 kfree_sensitive(key->dq);
1021 rsa_key->dq = caam_read_rsa_crt(raw_key->dq, raw_key->dq_sz, q_sz);
1022 if (!rsa_key->dq)
1035 kfree_sensitive(rsa_key->dq);
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_vbi.c293 struct saa7146_dmaqueue *dq = &dev->vv_data->vbi_dmaq; local
296 if (dq->curr) {
297 buf = dq->curr;
298 dq->curr = NULL;
301 while (!list_empty(&dq->queue)) {
302 buf = list_entry(dq->queue.next, struct saa7146_buf, list);
H A Dsaa7146_video.c638 struct saa7146_dmaqueue *dq = &dev->vv_data->video_dmaq; local
641 if (dq->curr) {
642 buf = dq->curr;
643 dq->curr = NULL;
646 while (!list_empty(&dq->queue)) {
647 buf = list_entry(dq->queue.next, struct saa7146_buf, list);
669 struct saa7146_dmaqueue *dq = &dev->vv_data->video_dmaq; local
671 del_timer(&dq->timeout);
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c400 struct hisi_sas_dq *dq,
408 spin_lock(&dq->lock);
409 wr_q_index = dq->wr_point;
410 dq->wr_point = (dq->wr_point + 1) % HISI_SAS_QUEUE_SLOTS;
411 list_add_tail(&slot->delivery, &dq->list);
412 spin_unlock(&dq->lock);
417 dlvry_queue = dq->id;
456 spin_lock(&dq->lock);
457 hisi_hba->hw->start_delivery(dq);
398 hisi_sas_task_deliver(struct hisi_hba *hisi_hba, struct hisi_sas_slot *slot, struct hisi_sas_dq *dq, struct hisi_sas_device *sas_dev) argument
468 struct hisi_sas_dq *dq = NULL; local
669 struct hisi_sas_dq *dq = &hisi_hba->dq[queue]; local
2142 struct hisi_sas_dq *dq = &hisi_hba->dq[i]; local
2194 struct hisi_sas_dq *dq = &hisi_hba->dq[i]; local
[all...]
H A Dhisi_sas.h225 struct hisi_sas_dq *dq; member in struct:hisi_sas_device
317 void (*start_delivery)(struct hisi_sas_dq *dq);
359 struct hisi_sas_dq *dq; member in struct:hisi_sas_debugfs_dq
428 struct hisi_sas_dq dq[HISI_SAS_MAX_QUEUES]; member in struct:hisi_hba
H A Dhisi_sas_v1_hw.c863 static void start_delivery_v1_hw(struct hisi_sas_dq *dq) argument
865 struct hisi_hba *hisi_hba = dq->hisi_hba;
867 int dlvry_queue = dq->id;
870 list_for_each_entry_safe(s, s1, &dq->list, delivery) {
1215 dev_err(dev, "slot complete: [%d:%d] has dq IPTT err\n",
1219 dev_err(dev, "slot complete: [%d:%d] has dq type err\n",
1223 dev_err(dev, "slot complete: [%d:%d] has dq force phy err\n",
1227 dev_err(dev, "slot complete: [%d:%d] has dq phy id err\n",
1231 dev_err(dev, "slot complete: [%d:%d] has dq abort flag err\n",
1235 dev_err(dev, "slot complete: [%d:%d] has dq IPT
[all...]
H A Dhisi_sas_v2_hw.c860 struct hisi_sas_dq *dq = &hisi_hba->dq[queue]; local
869 sas_dev->dq = dq;
1646 static void start_delivery_v2_hw(struct hisi_sas_dq *dq) argument
1648 struct hisi_hba *hisi_hba = dq->hisi_hba;
1650 int dlvry_queue = dq->id;
1653 list_for_each_entry_safe(s, s1, &dq->list, delivery) {
H A Dhisi_sas_v3_hw.c1112 static void start_delivery_v3_hw(struct hisi_sas_dq *dq) argument
1114 struct hisi_hba *hisi_hba = dq->hisi_hba;
1116 int dlvry_queue = dq->id;
1119 list_for_each_entry_safe(s, s1, &dq->list, delivery) {
3835 dentry = debugfs_create_dir("dq", dump_dentry);
4594 struct hisi_sas_debugfs_dq *dq = local
4597 dq->hdr = devm_kmalloc(dev, sz, GFP_KERNEL);
4598 if (!dq->hdr)
4600 dq->dq
[all...]
/linux-master/drivers/soc/fsl/dpio/
H A Ddpio-service.c228 const struct dpaa2_dq *dq; local
240 dq = qbman_swp_dqrr_next(swp);
241 while (dq) {
242 if (qbman_result_is_SCN(dq)) {
246 q64 = qbman_result_SCN_ctx(dq);
252 qbman_swp_dqrr_consume(swp, dq);
256 dq = qbman_swp_dqrr_next(swp);
H A Dqbman-portal.c1218 verb = p->dq.verb;
1246 flags = p->dq.stat;
1310 verb = p->dq.verb;
1338 flags = p->dq.stat;
1354 * @dq: the DQRR entry to be consumed
1356 void qbman_swp_dqrr_consume(struct qbman_swp *s, const struct dpaa2_dq *dq) argument
1358 qbman_write_register(s, QBMAN_CINH_SWP_DCAP, QBMAN_IDX_FROM_DQRR(dq));
1363 * dq storage memory set in pull dequeue command
1365 * @dq: the dequeue result read from the memory
1378 int qbman_result_has_new_result(struct qbman_swp *s, const struct dpaa2_dq *dq) argument
[all...]
/linux-master/fs/xfs/
H A Dxfs_iomap.c353 struct xfs_dquot *dq = xfs_inode_dquot(ip, type); local
355 if (!dq || !xfs_this_quota_on(ip->i_mount, type))
359 if (!dq->q_prealloc_hi_wmark)
363 if (dq->q_blk.reserved + alloc_blocks < dq->q_prealloc_lo_wmark)
377 struct xfs_dquot *dq = xfs_inode_dquot(ip, type); local
381 /* no dq, or over hi wmark, squash the prealloc completely */
382 if (!dq || dq->q_blk.reserved >= dq
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c40 dma_addr_t dq; member in struct:qat_rsa_input_params::__anon60::__anon63
66 char *dq; member in struct:qat_rsa_ctx
824 qat_req->in.rsa.dec_crt.dq = ctx->dma_dq;
1065 /* dq */
1066 ptr = rsa_key->dq;
1071 ctx->dq = dma_alloc_coherent(dev, half_key_sz, &ctx->dma_dq,
1073 if (!ctx->dq)
1075 memcpy(ctx->dq + (half_key_sz - len), ptr, len);
1093 memset(ctx->dq, '\0', half_key_sz);
1094 dma_free_coherent(dev, half_key_sz, ctx->dq, ct
[all...]
/linux-master/drivers/ata/
H A Dsata_nv.c1684 struct defer_queue *dq = &pp->defer_queue; local
1687 WARN_ON(dq->tail - dq->head == ATA_MAX_QUEUE);
1688 dq->defer_bits |= (1 << qc->hw_tag);
1689 dq->tag[dq->tail++ & (ATA_MAX_QUEUE - 1)] = qc->hw_tag;
1695 struct defer_queue *dq = &pp->defer_queue; local
1698 if (dq->head == dq->tail) /* null queue */
1701 tag = dq
1722 struct defer_queue *dq = &pp->defer_queue; local
[all...]
/linux-master/fs/bcachefs/
H A Dquota.c79 struct bkey_s_c_quota dq = bkey_s_c_to_quota(k); local
85 le64_to_cpu(dq.v->c[i].hardlimit),
86 le64_to_cpu(dq.v->c[i].softlimit));
457 struct bkey_s_c_quota dq; local
469 dq = bkey_s_c_to_quota(k);
480 mq->c[i].hardlimit = le64_to_cpu(dq.v->c[i].hardlimit);
481 mq->c[i].softlimit = le64_to_cpu(dq.v->c[i].softlimit);
/linux-master/crypto/
H A Drsa_helper.c130 key->dq = value;
/linux-master/drivers/s390/block/
H A Ddasd.c2900 struct dasd_queue *dq; local
2912 dq = cqr->dq;
2913 spin_lock_irq(&dq->lock);
2916 spin_unlock_irq(&dq->lock);
2948 spin_lock_irq(&cqr->dq->lock);
2951 spin_unlock_irq(&cqr->dq->lock);
3018 spin_lock_irqsave(&cqr->dq->lock, flags);
3022 spin_unlock_irqrestore(&cqr->dq->lock, flags);
3054 struct dasd_queue *dq local
3213 struct dasd_queue *dq = kzalloc(sizeof(*dq), GFP_KERNEL); local
[all...]
/linux-master/drivers/soc/fsl/qbman/
H A Dqman.c694 const struct qm_dqrr_entry *dq,
698 int idx = dqrr_ptr2idx(dq);
701 DPAA_ASSERT((dqrr->ring + idx) == dq);
1610 const struct qm_dqrr_entry *dq; local
1617 dq = qm_dqrr_current(&p->p);
1618 if (!dq)
1621 if (dq->stat & QM_DQRR_STAT_UNSCHEDULED) {
1634 if (dq->stat & QM_DQRR_STAT_FQ_EMPTY)
1642 res = fq->cb.dqrr(p, fq, dq, sched_napi);
1646 if (dq
693 qm_dqrr_cdc_consume_1ptr(struct qm_portal *portal, const struct qm_dqrr_entry *dq, int park) argument
[all...]
/linux-master/drivers/scsi/
H A Dqlogicpti.c1207 struct scsi_cmnd *dq; local
1210 dq = qlogicpti_intr_handler(qpti);
1212 if (dq != NULL) {
1216 next = (struct scsi_cmnd *) dq->host_scribble;
1217 scsi_done(dq);
1218 dq = next;
1219 } while (dq != NULL);
/linux-master/drivers/dma/fsl-dpaa2-qdma/
H A Ddpaa2-qdma.c400 struct dpaa2_dq *dq; local
414 dq = dpaa2_io_store_next(ppriv->store, &is_last);
415 } while (!is_last && !dq);
416 if (!dq) {
422 fd = dpaa2_dq_fd(dq);
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c2468 const struct qm_dqrr_entry *dq,
2479 dpaa_bp = dpaa_bpid2pool(dq->fd.bpid);
2489 dpaa_rx_error(net_dev, priv, percpu_priv, &dq->fd, fq->fqid);
2658 const struct qm_dqrr_entry *dq,
2666 const struct qm_fd *fd = &dq->fd;
2688 dpaa_bp = dpaa_bpid2pool(dq->fd.bpid);
2693 trace_dpaa_rx_fd(net_dev, fq, &dq->fd);
2708 dpaa_fd_release(net_dev, &dq->fd);
2817 const struct qm_dqrr_entry *dq,
2832 dpaa_tx_error(net_dev, priv, percpu_priv, &dq
2466 rx_error_dqrr(struct qman_portal *portal, struct qman_fq *fq, const struct qm_dqrr_entry *dq, bool sched_napi) argument
2656 rx_default_dqrr(struct qman_portal *portal, struct qman_fq *fq, const struct qm_dqrr_entry *dq, bool sched_napi) argument
2815 conf_error_dqrr(struct qman_portal *portal, struct qman_fq *fq, const struct qm_dqrr_entry *dq, bool sched_napi) argument
2837 conf_dflt_dqrr(struct qman_portal *portal, struct qman_fq *fq, const struct qm_dqrr_entry *dq, bool sched_napi) argument
[all...]
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c92 struct data_queue *dq = &vcrypto->data_vq[vq->index]; local
94 tasklet_schedule(&dq->done_task);
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_cmds.c960 * @dq: Default Queue
976 struct be_queue_info *dq, int length,
982 struct be_dma_mem *q_mem = &dq->dma_mem;
1041 dq->id = le16_to_cpu(resp->id);
1042 dq->created = true;
1049 defq_ring->id = dq->id;
974 be_cmd_create_default_pdu_queue(struct be_ctrl_info *ctrl, struct be_queue_info *cq, struct be_queue_info *dq, int length, int entry_size, uint8_t is_header, uint8_t ulp_num) argument
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h1401 uint64_t dq:5; member in struct:cvmx_lmcx_delay_cfg::cvmx_lmcx_delay_cfg_s
1407 uint64_t dq:5;
1414 uint64_t dq:4; member in struct:cvmx_lmcx_delay_cfg::cvmx_lmcx_delay_cfg_cn38xx
1424 uint64_t dq:4;
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c2799 struct dpaa2_dq *dq; local
2804 dq = dpaa2_io_store_next(fq->store, &is_last);
2805 if (unlikely(!dq)) {
2815 dpaa2_switch_rx(fq, dpaa2_dq_fd(dq));
2817 dpaa2_switch_tx_conf(fq, dpaa2_dq_fd(dq));

Completed in 259 milliseconds

123