Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_init.c8646 struct lpfc_queue *qdesc; in lpfc_alloc_io_wq_cq() local
8654 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_EXPANDED_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
8659 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_DEFAULT_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
8662 if (!qdesc) { in lpfc_alloc_io_wq_cq()
8667 qdesc->qe_valid = 1; in lpfc_alloc_io_wq_cq()
8668 qdesc->hdwq = idx; in lpfc_alloc_io_wq_cq()
8669 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq()
8670 phba->sli4_hba.hdwq[idx].io_cq = qdesc; in lpfc_alloc_io_wq_cq()
8677 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_EXPANDED_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
8681 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_DEFAULT_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
[all …]
/Linux-v5.4/drivers/dma/qcom/
Dhidma.c240 struct hidma_desc *qdesc, *next; in hidma_issue_pending() local
244 list_for_each_entry_safe(qdesc, next, &mchan->queued, node) { in hidma_issue_pending()
245 hidma_ll_queue_request(dmadev->lldev, qdesc->tre_ch); in hidma_issue_pending()
246 list_move_tail(&qdesc->node, &mchan->active); in hidma_issue_pending()