Home
last modified time | relevance | path

Searched refs:qdesc (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c10353 struct lpfc_queue *qdesc; in lpfc_alloc_io_wq_cq() local
10361 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_EXPANDED_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
10366 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_DEFAULT_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
10369 if (!qdesc) { in lpfc_alloc_io_wq_cq()
10375 qdesc->qe_valid = 1; in lpfc_alloc_io_wq_cq()
10376 qdesc->hdwq = idx; in lpfc_alloc_io_wq_cq()
10377 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq()
10378 phba->sli4_hba.hdwq[idx].io_cq = qdesc; in lpfc_alloc_io_wq_cq()
10385 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_EXPANDED_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
10389 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_DEFAULT_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
[all …]
/linux/drivers/dma/qcom/
H A Dhidma.c232 struct hidma_desc *qdesc, *next; in hidma_issue_pending() local
236 list_for_each_entry_safe(qdesc, next, &mchan->queued, node) { in hidma_issue_pending()
237 hidma_ll_queue_request(dmadev->lldev, qdesc->tre_ch); in hidma_issue_pending()
238 list_move_tail(&qdesc->node, &mchan->active); in hidma_issue_pending()