Lines Matching defs:gdma_sq
501 struct gdma_queue *gdma_sq;
506 gdma_sq = txq->gdma_sq;
521 if (!mana_can_tx(gdma_sq)) {
625 err = mana_gd_post_work_request(gdma_sq, &pkg.wqe_req,
644 mana_gd_wq_ring_doorbell(gd->gdma_context, gdma_sq);
1537 mana_move_wq_tail(txq->gdma_sq, wqe_unit_cnt);
1542 gdma_wq = txq->gdma_sq;
1942 if (!txq->gdma_sq)
1992 mana_gd_destroy_queue(gd->gdma_context, txq->gdma_sq);
2065 err = mana_gd_create_mana_wq_cq(gd, &spec, &txq->gdma_sq);
2089 wq_spec.gdma_region = txq->gdma_sq->mem_info.dma_region_handle;
2090 wq_spec.queue_size = txq->gdma_sq->queue_size;
2103 txq->gdma_sq->id = wq_spec.queue_index;
2106 txq->gdma_sq->mem_info.dma_region_handle =
2111 txq->gdma_txq_id = txq->gdma_sq->id;