Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mana/
H A Dcq.c145 if (cq->queue.id >= gc->max_num_cqs) in mana_ib_install_cq_cb()
168 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.h403 unsigned int max_num_cqs;
399 unsigned int max_num_cqs; global() member
/linux/drivers/net/ethernet/microsoft/mana/
H A Dgdma_main.c581 if (WARN_ON_ONCE(cq_id >= gc->max_num_cqs)) in mana_gd_process_eqe()
908 if (id >= gc->max_num_cqs) in mana_gd_destroy_cq()