Home
last modified time | relevance | path

Searched refs:max_num_cqs (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c162 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()
H A Dgdma_main.c509 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()
H A Dmana_en.c2249 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()
/linux/drivers/infiniband/hw/mana/
H A Dcq.c141 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()
/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.h126 u32 max_num_cqs; /* 06 */ member
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcmd.h461 MLXSW_ITEM32(cmd_mbox, query_aq_cap, max_num_cqs, 0x08, 0, 8);
/linux/include/net/mana/
H A Dgdma.h399 unsigned int max_num_cqs; member