Home
last modified time | relevance | path

Searched refs:drq (Results 1 – 5 of 5) sorted by relevance

/linux/arch/alpha/kernel/
H A Dsmc37c669.c881 int drq
962 int drq; member
1064 int *drq
1092 int drq
1217 ** setting all of its mappings (port, irq, drq ...). A local
1299 SMC37c669_PARALLEL_FDC_DRQ_REGISTER drq; in SMC37c669_enable_device()
1303 drq.as_uchar = in SMC37c669_enable_device()
1306 drq.by_field.ppt_drq = in SMC37c669_enable_device()
1308 SMC37c669_xlate_drq( local_config[ func ].drq ) in SMC37c669_enable_device()
1313 drq in SMC37c669_enable_device()
1297 SMC37c669_PARALLEL_FDC_DRQ_REGISTER drq; SMC37c669_enable_device() local
1345 SMC37c669_PARALLEL_FDC_DRQ_REGISTER drq; SMC37c669_enable_device() local
1517 SMC37c669_PARALLEL_FDC_DRQ_REGISTER drq; SMC37c669_disable_device() local
1558 SMC37c669_PARALLEL_FDC_DRQ_REGISTER drq; SMC37c669_disable_device() local
1673 SMC37c669_configure_device(unsigned int func,int port,int irq,int drq) SMC37c669_configure_device() argument
2300 SMC37c669_xlate_drq(int drq) SMC37c669_xlate_drq() argument
[all...]
/linux/drivers/dma/
H A Dowl-dma.c201 * @drq: physical DMA request ID for this channel
208 u8 drq; member
401 mode |= OWL_DMA_MODE_TS(vchan->drq) in owl_dma_cfg_lli()
414 mode |= OWL_DMA_MODE_TS(vchan->drq) in owl_dma_cfg_lli()
1068 u8 drq = dma_spec->args[0]; in owl_dma_of_xlate() local
1070 if (drq > od->nr_vchans) in owl_dma_of_xlate()
1078 vchan->drq = drq; in owl_dma_of_xlate()
/linux/drivers/scsi/lpfc/
H A Dlpfc_mem.c745 rc = lpfc_sli4_rq_put(rqb_entry->hrq, rqb_entry->drq, &hrqe, &drqe); in lpfc_rq_buf_free()
754 rqb_entry->drq->host_index, in lpfc_rq_buf_free()
755 rqb_entry->drq->hba_index); in lpfc_rq_buf_free()
H A Dlpfc_sli.c2494 struct lpfc_queue *drq; in lpfc_sli_hbq_to_firmware_s4() local
2499 drq = phba->sli4_hba.dat_rq; in lpfc_sli_hbq_to_firmware_s4()
2506 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_sli_hbq_to_firmware_s4()
7774 struct lpfc_queue *drq, int count, int idx) in lpfc_post_rq_buffer() argument
7798 rqb_buffer->drq = drq; in lpfc_post_rq_buffer()
7812 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_post_rq_buffer()
7821 drq->host_index, in lpfc_post_rq_buffer()
7822 drq->hba_index); in lpfc_post_rq_buffer()
14612 struct lpfc_queue *drq in lpfc_sli4_sp_handle_rcqe() local
15150 struct lpfc_queue *drq; lpfc_sli4_nvmet_handle_rcqe() local
17134 lpfc_rq_create(struct lpfc_hba * phba,struct lpfc_queue * hrq,struct lpfc_queue * drq,struct lpfc_queue * cq,uint32_t subtype) lpfc_rq_create() argument
17427 struct lpfc_queue *hrq, *drq, *cq; lpfc_mrq_create() local
17855 lpfc_rq_destroy(struct lpfc_hba * phba,struct lpfc_queue * hrq,struct lpfc_queue * drq) lpfc_rq_destroy() argument
[all...]
H A Dlpfc_crtn.h80 struct lpfc_queue *drq, int count, int idx);