Searched refs:qdesc (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath12k/
H A Dhal_rx.c715 void ath12k_hal_reo_qdesc_setup(struct hal_rx_reo_queue *qdesc, argument
721 ath12k_hal_reo_set_desc_hdr(&qdesc->desc_hdr, HAL_DESC_REO_OWNED,
725 qdesc->rx_queue_num = le32_encode_bits(tid, HAL_RX_REO_QUEUE_RX_QUEUE_NUMBER);
727 qdesc->info0 =
739 qdesc->info0 |= le32_encode_bits(1, HAL_RX_REO_QUEUE_INFO0_RETRY);
741 qdesc->info0 |= le32_encode_bits(ba_window_size - 1,
749 qdesc->info0 |=
759 qdesc->info0 |= le32_encode_bits(1, HAL_RX_REO_QUEUE_INFO0_IGNORE_AMPDU_FLG);
761 qdesc->info1 |= le32_encode_bits(0, HAL_RX_REO_QUEUE_INFO1_SVLD);
764 qdesc
[all...]
H A Dhal.h1100 void ath12k_hal_reo_qdesc_setup(struct hal_rx_reo_queue *qdesc,
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.c703 struct hal_rx_reo_queue *qdesc = vaddr; local
706 memset(qdesc, 0, sizeof(*qdesc));
708 ath11k_hal_reo_set_desc_hdr(&qdesc->desc_hdr, HAL_DESC_REO_OWNED,
712 qdesc->rx_queue_num = FIELD_PREP(HAL_RX_REO_QUEUE_RX_QUEUE_NUMBER, tid);
714 qdesc->info0 =
726 qdesc->info0 |= FIELD_PREP(HAL_RX_REO_QUEUE_INFO0_RETRY, 1);
728 qdesc->info0 |= FIELD_PREP(HAL_RX_REO_QUEUE_INFO0_BA_WINDOW_SIZE,
736 qdesc->info0 |=
746 qdesc
[all...]
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c10379 struct lpfc_queue *qdesc; local
10387 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_EXPANDED_PAGE_SIZE,
10392 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_DEFAULT_PAGE_SIZE,
10395 if (!qdesc) {
10401 qdesc->qe_valid = 1;
10402 qdesc->hdwq = idx;
10403 qdesc->chann = cpu;
10404 phba->sli4_hba.hdwq[idx].io_cq = qdesc;
10411 qdesc = lpfc_sli4_queue_alloc(phba, LPFC_EXPANDED_PAGE_SIZE,
10415 qdesc
10449 struct lpfc_queue *qdesc; local
[all...]
/linux-master/drivers/dma/qcom/
H A Dhidma.c233 struct hidma_desc *qdesc, *next; local
237 list_for_each_entry_safe(qdesc, next, &mchan->queued, node) {
238 hidma_ll_queue_request(dmadev->lldev, qdesc->tre_ch);
239 list_move_tail(&qdesc->node, &mchan->active);

Completed in 155 milliseconds