Searched refs:wq_spec (Results 1 – 2 of 2) sorted by relevance
1210 uint32_t wq_type, struct mana_obj_spec *wq_spec, in mana_create_wq_obj() argument1223 req.wq_gdma_region = wq_spec->gdma_region; in mana_create_wq_obj()1225 req.wq_size = wq_spec->queue_size; in mana_create_wq_obj()1254 wq_spec->queue_index = resp.wq_id; in mana_create_wq_obj()2071 struct mana_obj_spec wq_spec; in mana_create_txq() local2139 memset(&wq_spec, 0, sizeof(wq_spec)); in mana_create_txq()2142 wq_spec.gdma_region = txq->gdma_sq->mem_info.dma_region_handle; in mana_create_txq()2143 wq_spec.queue_size = txq->gdma_sq->queue_size; in mana_create_txq()2151 &wq_spec, &cq_spec, &apc->tx_qp[i].tx_object); in mana_create_txq()2156 txq->gdma_sq->id = wq_spec.queue_index; in mana_create_txq()[all …]
737 uint32_t wq_type, struct mana_obj_spec *wq_spec,