Searched refs:max_num_cqs (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_main.c | 385 if (shca->max_num_cqs == -1) in ehca_sense_attributes() 386 shca->max_num_cqs = min_t(int, rblock->max_cq, in ehca_sense_attributes() 388 else if (shca->max_num_cqs < 1 || shca->max_num_cqs > rblock->max_cq) { in ehca_sense_attributes() 771 shca->max_num_cqs = ehca_max_cq; in ehca_probe() 792 eq_size = 2 * shca->max_num_cqs + 4 * shca->max_num_qps; in ehca_probe()
|
D | ehca_cq.c | 142 if (!atomic_add_unless(&shca->num_cqs, 1, shca->max_num_cqs)) { in ehca_create_cq() 144 "CQs reached.", shca->max_num_cqs); in ehca_create_cq()
|
D | ehca_classes.h | 132 int max_num_cqs; member
|
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/ |
D | ehea_phyp.h | 140 u32 max_num_cqs; /* 06 */ member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | cmd.h | 431 MLXSW_ITEM32(cmd_mbox, query_aq_cap, max_num_cqs, 0x08, 0, 8);
|