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.c10352 struct lpfc_queue *qdesc; in lpfc_alloc_io_wq_cq() local
10360 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_EXPANDED_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
10365 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_DEFAULT_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
10368 if (!qdesc) { in lpfc_alloc_io_wq_cq()
10374 qdesc->qe_valid = 1; in lpfc_alloc_io_wq_cq()
10375 qdesc->hdwq = idx; in lpfc_alloc_io_wq_cq()
10376 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq()
10377 phba->sli4_hba.hdwq[idx].io_cq = qdesc; in lpfc_alloc_io_wq_cq()
10384 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_EXPANDED_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
10388 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_DEFAULT_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
[all …]
/linux/drivers/dma/qcom/
H A Dhidma.c231 struct hidma_desc *qdesc, *next; in hidma_issue_pending() local
235 list_for_each_entry_safe(qdesc, next, &mchan->queued, node) { in hidma_issue_pending()
236 hidma_ll_queue_request(dmadev->lldev, qdesc->tre_ch); in hidma_issue_pending()
237 list_move_tail(&qdesc->node, &mchan->active); in hidma_issue_pending()