Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dhal_rx.c701 struct hal_rx_reo_queue *qdesc = (struct hal_rx_reo_queue *)vaddr; in ath11k_hal_reo_qdesc_setup() local
704 memset(qdesc, 0, sizeof(*qdesc)); in ath11k_hal_reo_qdesc_setup()
706 ath11k_hal_reo_set_desc_hdr(&qdesc->desc_hdr, HAL_DESC_REO_OWNED, in ath11k_hal_reo_qdesc_setup()
710 qdesc->rx_queue_num = FIELD_PREP(HAL_RX_REO_QUEUE_RX_QUEUE_NUMBER, tid); in ath11k_hal_reo_qdesc_setup()
712 qdesc->info0 = in ath11k_hal_reo_qdesc_setup()
724 qdesc->info0 |= FIELD_PREP(HAL_RX_REO_QUEUE_INFO0_RETRY, 1); in ath11k_hal_reo_qdesc_setup()
726 qdesc->info0 |= FIELD_PREP(HAL_RX_REO_QUEUE_INFO0_BA_WINDOW_SIZE, in ath11k_hal_reo_qdesc_setup()
734 qdesc->info0 |= in ath11k_hal_reo_qdesc_setup()
744 qdesc->info0 |= FIELD_PREP(HAL_RX_REO_QUEUE_INFO0_IGNORE_AMPDU_FLG, 1); in ath11k_hal_reo_qdesc_setup()
746 qdesc->info1 |= FIELD_PREP(HAL_RX_REO_QUEUE_INFO1_SVLD, 0); in ath11k_hal_reo_qdesc_setup()
[all …]
/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_init.c10149 struct lpfc_queue *qdesc; in lpfc_alloc_io_wq_cq() local
10157 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_EXPANDED_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
10162 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_DEFAULT_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
10165 if (!qdesc) { in lpfc_alloc_io_wq_cq()
10171 qdesc->qe_valid = 1; in lpfc_alloc_io_wq_cq()
10172 qdesc->hdwq = idx; in lpfc_alloc_io_wq_cq()
10173 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq()
10174 phba->sli4_hba.hdwq[idx].io_cq = qdesc; in lpfc_alloc_io_wq_cq()
10181 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_EXPANDED_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
10185 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_DEFAULT_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
[all …]
/Linux-v5.15/drivers/dma/qcom/
Dhidma.c234 struct hidma_desc *qdesc, *next; in hidma_issue_pending() local
238 list_for_each_entry_safe(qdesc, next, &mchan->queued, node) { in hidma_issue_pending()
239 hidma_ll_queue_request(dmadev->lldev, qdesc->tre_ch); in hidma_issue_pending()
240 list_move_tail(&qdesc->node, &mchan->active); in hidma_issue_pending()