Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
Dhal_rx.c702 struct hal_rx_reo_queue *qdesc = (struct hal_rx_reo_queue *)vaddr; in ath11k_hal_reo_qdesc_setup() local
705 memset(qdesc, 0, sizeof(*qdesc)); in ath11k_hal_reo_qdesc_setup()
707 ath11k_hal_reo_set_desc_hdr(&qdesc->desc_hdr, HAL_DESC_REO_OWNED, in ath11k_hal_reo_qdesc_setup()
711 qdesc->rx_queue_num = FIELD_PREP(HAL_RX_REO_QUEUE_RX_QUEUE_NUMBER, tid); in ath11k_hal_reo_qdesc_setup()
713 qdesc->info0 = in ath11k_hal_reo_qdesc_setup()
725 qdesc->info0 |= FIELD_PREP(HAL_RX_REO_QUEUE_INFO0_RETRY, 1); in ath11k_hal_reo_qdesc_setup()
727 qdesc->info0 |= FIELD_PREP(HAL_RX_REO_QUEUE_INFO0_BA_WINDOW_SIZE, in ath11k_hal_reo_qdesc_setup()
735 qdesc->info0 |= in ath11k_hal_reo_qdesc_setup()
745 qdesc->info0 |= FIELD_PREP(HAL_RX_REO_QUEUE_INFO0_IGNORE_AMPDU_FLG, 1); in ath11k_hal_reo_qdesc_setup()
747 qdesc->info1 |= FIELD_PREP(HAL_RX_REO_QUEUE_INFO1_SVLD, 0); in ath11k_hal_reo_qdesc_setup()
[all …]
/drivers/scsi/lpfc/
Dlpfc_init.c10382 struct lpfc_queue *qdesc; in lpfc_alloc_io_wq_cq() local
10390 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_EXPANDED_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
10395 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_DEFAULT_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
10398 if (!qdesc) { in lpfc_alloc_io_wq_cq()
10404 qdesc->qe_valid = 1; in lpfc_alloc_io_wq_cq()
10405 qdesc->hdwq = idx; in lpfc_alloc_io_wq_cq()
10406 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq()
10407 phba->sli4_hba.hdwq[idx].io_cq = qdesc; in lpfc_alloc_io_wq_cq()
10414 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_EXPANDED_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
10418 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_DEFAULT_PAGE_SIZE, in lpfc_alloc_io_wq_cq()
[all …]
/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()