Home
last modified time | relevance | path

Searched refs:dq (Results 1 – 11 of 11) sorted by relevance

/drivers/net/ethernet/cavium/liquidio/
Dcn66xx_regs.h316 #define CN6XXX_DMA_CNT(dq) \ argument
317 (CN6XXX_DMA_CNT_START + ((dq) * CN6XXX_DMA_OFFSET))
319 #define CN6XXX_DMA_INT_LEVEL(dq) \ argument
320 (CN6XXX_DMA_INT_LEVEL_START + ((dq) * CN6XXX_DMA_OFFSET))
322 #define CN6XXX_DMA_PKT_INT_LEVEL(dq) \ argument
323 (CN6XXX_DMA_INT_LEVEL_START + ((dq) * CN6XXX_DMA_OFFSET))
325 #define CN6XXX_DMA_TIME_INT_LEVEL(dq) \ argument
326 (CN6XXX_DMA_INT_LEVEL_START + 4 + ((dq) * CN6XXX_DMA_OFFSET))
328 #define CN6XXX_DMA_TIM(dq) \ argument
329 (CN6XXX_DMA_TIM_START + ((dq) * CN6XXX_DMA_OFFSET))
/drivers/s390/crypto/
Dzcrypt_msgtype50.c125 unsigned char dq[64]; member
138 unsigned char dq[128]; member
151 unsigned char dq[256]; member
248 unsigned char *p, *q, *dp, *dq, *u, *inp; in ICACRT_msg_to_type50CRT_msg() local
269 dq = crb1->dq + sizeof(crb1->dq) - short_len; in ICACRT_msg_to_type50CRT_msg()
282 dq = crb2->dq + sizeof(crb2->dq) - short_len; in ICACRT_msg_to_type50CRT_msg()
296 dq = crb3->dq + sizeof(crb3->dq) - short_len; in ICACRT_msg_to_type50CRT_msg()
309 copy_from_user(dq, crt->bq_key, short_len) || in ICACRT_msg_to_type50CRT_msg()
Dzcrypt_cex2a.h95 unsigned char dq[64]; member
108 unsigned char dq[128]; member
121 unsigned char dq[256]; member
/drivers/ata/
Dsata_nv.c1731 struct defer_queue *dq = &pp->defer_queue; in nv_swncq_qc_to_dq() local
1734 WARN_ON(dq->tail - dq->head == ATA_MAX_QUEUE); in nv_swncq_qc_to_dq()
1735 dq->defer_bits |= (1 << qc->tag); in nv_swncq_qc_to_dq()
1736 dq->tag[dq->tail++ & (ATA_MAX_QUEUE - 1)] = qc->tag; in nv_swncq_qc_to_dq()
1742 struct defer_queue *dq = &pp->defer_queue; in nv_swncq_qc_from_dq() local
1745 if (dq->head == dq->tail) /* null queue */ in nv_swncq_qc_from_dq()
1748 tag = dq->tag[dq->head & (ATA_MAX_QUEUE - 1)]; in nv_swncq_qc_from_dq()
1749 dq->tag[dq->head++ & (ATA_MAX_QUEUE - 1)] = ATA_TAG_POISON; in nv_swncq_qc_from_dq()
1750 WARN_ON(!(dq->defer_bits & (1 << tag))); in nv_swncq_qc_from_dq()
1751 dq->defer_bits &= ~(1 << tag); in nv_swncq_qc_from_dq()
[all …]
/drivers/atm/
Dfirestream.c633 static struct FS_BPENTRY dq[60]; variable
1206 dq[qd].flags = td->flags; in fs_send()
1207 dq[qd].next = td->next; in fs_send()
1208 dq[qd].bsa = td->bsa; in fs_send()
1209 dq[qd].skb = td->skb; in fs_send()
1210 dq[qd].dev = td->dev; in fs_send()
1962 i, da[qd], dq[qd].flags, dq[qd].bsa, dq[qd].skb, dq[qd].dev); in firestream_remove_one()
/drivers/nvme/host/
Dpci.c2768 static void nvme_wait_dq(struct nvme_delq_ctx *dq, struct nvme_dev *dev) in nvme_wait_dq() argument
2770 dq->waiter = current; in nvme_wait_dq()
2775 if (!atomic_read(&dq->refcount)) in nvme_wait_dq()
2789 flush_kthread_worker(dq->worker); in nvme_wait_dq()
2797 static void nvme_put_dq(struct nvme_delq_ctx *dq) in nvme_put_dq() argument
2799 atomic_dec(&dq->refcount); in nvme_put_dq()
2800 if (dq->waiter) in nvme_put_dq()
2801 wake_up_process(dq->waiter); in nvme_put_dq()
2804 static struct nvme_delq_ctx *nvme_get_dq(struct nvme_delq_ctx *dq) in nvme_get_dq() argument
2806 atomic_inc(&dq->refcount); in nvme_get_dq()
[all …]
/drivers/scsi/
Dqlogicpti.c1196 struct scsi_cmnd *dq; in qpti_intr() local
1199 dq = qlogicpti_intr_handler(qpti); in qpti_intr()
1201 if (dq != NULL) { in qpti_intr()
1205 next = (struct scsi_cmnd *) dq->host_scribble; in qpti_intr()
1206 dq->scsi_done(dq); in qpti_intr()
1207 dq = next; in qpti_intr()
1208 } while (dq != NULL); in qpti_intr()
/drivers/scsi/be2iscsi/
Dbe_cmds.c1147 struct be_queue_info *dq, int length, in be_cmd_create_default_pdu_queue() argument
1153 struct be_dma_mem *q_mem = &dq->dma_mem; in be_cmd_create_default_pdu_queue()
1212 dq->id = le16_to_cpu(resp->id); in be_cmd_create_default_pdu_queue()
1213 dq->created = true; in be_cmd_create_default_pdu_queue()
1220 defq_ring->id = dq->id; in be_cmd_create_default_pdu_queue()
Dbe_cmds.h760 struct be_queue_info *dq, int length,
Dbe_main.c3378 struct be_queue_info *dq, *cq; in beiscsi_create_def_hdr() local
3384 dq = &phwi_context->be_def_hdrq[ulp_num]; in beiscsi_create_def_hdr()
3386 mem = &dq->dma_mem; in beiscsi_create_def_hdr()
3391 ret = be_fill_queue(dq, mem_descr->mem_array[0].size / in beiscsi_create_def_hdr()
3403 ret = be_cmd_create_default_pdu_queue(&phba->ctrl, cq, dq, in beiscsi_create_def_hdr()
/drivers/scsi/lpfc/
Dlpfc_sli.c460 lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, in lpfc_sli4_rq_put() argument
469 if (unlikely(!hq) || unlikely(!dq)) in lpfc_sli4_rq_put()
473 temp_drqe = dq->qe[dq->host_index].rqe; in lpfc_sli4_rq_put()
475 if (hq->type != LPFC_HRQ || dq->type != LPFC_DRQ) in lpfc_sli4_rq_put()
477 if (hq->host_index != dq->host_index) in lpfc_sli4_rq_put()
483 lpfc_sli_pcimem_bcopy(drqe, temp_drqe, dq->entry_size); in lpfc_sli4_rq_put()
487 dq->host_index = ((dq->host_index + 1) % dq->entry_count); in lpfc_sli4_rq_put()
521 lpfc_sli4_rq_release(struct lpfc_queue *hq, struct lpfc_queue *dq) in lpfc_sli4_rq_release() argument
524 if (unlikely(!hq) || unlikely(!dq)) in lpfc_sli4_rq_release()
527 if ((hq->type != LPFC_HRQ) || (dq->type != LPFC_DRQ)) in lpfc_sli4_rq_release()
[all …]