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

123

/linux-master/drivers/scsi/be2iscsi/
H A Dbe_cmds.h839 struct be_queue_info *dq, int length,
H A Dbe_main.c3147 struct be_queue_info *dq, *cq; local
3153 dq = &phwi_context->be_def_hdrq[ulp_num];
3155 mem = &dq->dma_mem;
3160 ret = be_fill_queue(dq, mem_descr->mem_array[0].size /
3172 ret = be_cmd_create_default_pdu_queue(&phba->ctrl, cq, dq,
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_crtn.h299 int lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq,
H A Dlpfc_sli.c796 lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, argument
806 if (unlikely(!hq) || unlikely(!dq))
809 dq_put_index = dq->host_index;
811 temp_drqe = lpfc_sli4_qe(dq, dq_put_index);
813 if (hq->type != LPFC_HRQ || dq->type != LPFC_DRQ)
821 lpfc_sli4_pcimem_bcopy(drqe, temp_drqe, dq->entry_size);
825 dq->host_index = ((dq_put_index + 1) % dq->entry_count);
859 lpfc_sli4_rq_release(struct lpfc_queue *hq, struct lpfc_queue *dq) argument
862 if (unlikely(!hq) || unlikely(!dq))
[all...]
/linux-master/drivers/s390/block/
H A Ddasd_int.h144 struct dasd_queue *dq; member in struct:dasd_ccw_req
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c715 struct dpaa2_dq *dq; local
721 dq = dpaa2_io_store_next(ch->store, &is_last);
722 if (unlikely(!dq)) {
736 fd = dpaa2_dq_fd(dq);
737 fq = (struct dpaa2_eth_fq *)(uintptr_t)dpaa2_dq_fqd_ctx(dq);
/linux-master/drivers/crypto/caam/
H A Dcaamalg_qi2.c4871 struct dpaa2_dq *dq; local
4875 dq = dpaa2_io_store_next(ppriv->store, &is_last);
4876 if (unlikely(!dq)) {
4892 dpaa2_caam_process_fd(ppriv->priv, dpaa2_dq_fd(dq));
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c74 /* low address: dq->dp->q->p->qinv */
996 rsa_key->dq, rsa_key->dq_sz);

Completed in 200 milliseconds

123