Searched refs:max_num_cqs (Results 1 – 7 of 7) sorted by relevance
162 gd->gdma_context->max_num_cqs = val; in mana_hwc_init_event_handler() 677 if (WARN_ON(cq->id >= gc->max_num_cqs)) in mana_hwc_establish_channel() 680 gc->cq_table = vcalloc(gc->max_num_cqs, sizeof(struct gdma_queue *)); in mana_hwc_establish_channel() 797 /* gc->max_num_cqs is set in mana_hwc_init_event_handler(). If it's in mana_hwc_destroy_channel() 800 if (gc->max_num_cqs > 0) { in mana_hwc_destroy_channel() 802 gc->max_num_cqs = 0; in mana_hwc_destroy_channel()
509 if (WARN_ON_ONCE(cq_id >= gc->max_num_cqs)) in mana_gd_process_eqe() 824 if (id >= gc->max_num_cqs) in mana_gd_destroy_cq()
2249 if (WARN_ON(cq->gdma_id >= gc->max_num_cqs)) { in mana_create_txq() 2545 if (WARN_ON(cq->gdma_id >= gc->max_num_cqs)) { in mana_create_rxq()
141 if (cq->queue.id >= gc->max_num_cqs) in mana_ib_install_cq_cb() 164 if (cq->queue.id >= gc->max_num_cqs || cq->queue.id == INVALID_QUEUE_ID) in mana_ib_remove_cq_cb()
126 u32 max_num_cqs; /* 06 */ member
461 MLXSW_ITEM32(cmd_mbox, query_aq_cap, max_num_cqs, 0x08, 0, 8);
399 unsigned int max_num_cqs; member