Searched refs:max_num_cqs (Results 1 – 4 of 4) sorted by relevance
193 gd->gdma_context->max_num_cqs = val; in mana_hwc_init_event_handler()702 if (cq->id >= gc->max_num_cqs) { in mana_hwc_establish_channel()704 cq->id, gc->max_num_cqs); in mana_hwc_establish_channel()708 gc->cq_table = malloc(gc->max_num_cqs * sizeof(struct gdma_queue *), in mana_hwc_establish_channel()830 if (gc->max_num_cqs > 0) { in mana_hwc_destroy_channel()832 gc->max_num_cqs = 0; in mana_hwc_destroy_channel()
413 unsigned int max_num_cqs; member
510 if (cq_id >= gc->max_num_cqs) { in mana_gd_process_eqe()513 cq_id, gc->max_num_cqs); in mana_gd_process_eqe()852 if (id >= gc->max_num_cqs) in mana_gd_destroy_cq()
2172 if (cq->gdma_id >= gc->max_num_cqs) { in mana_create_txq()2488 if (cq->gdma_id >= gc->max_num_cqs) { in mana_create_rxq()