Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/drivers/scsi/lpfc/
Dlpfc_init.c8896 struct lpfc_queue *qdesc; in lpfc_alloc_io_wq_cq() local
8904 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_EXPANDED_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
8909 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_DEFAULT_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
8912 if (!qdesc) { in lpfc_alloc_io_wq_cq()
8918 qdesc->qe_valid = 1; in lpfc_alloc_io_wq_cq()
8919 qdesc->hdwq = idx; in lpfc_alloc_io_wq_cq()
8920 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq()
8921 phba->sli4_hba.hdwq[idx].io_cq = qdesc; in lpfc_alloc_io_wq_cq()
8928 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_EXPANDED_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
8932 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_DEFAULT_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
[all …]
/Linux-v5.10/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()