Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/hw/ehca/
Dehca_main.c383 if (shca->max_num_cqs == -1) in ehca_sense_attributes()
384 shca->max_num_cqs = min_t(int, rblock->max_cq, in ehca_sense_attributes()
386 else if (shca->max_num_cqs < 1 || shca->max_num_cqs > rblock->max_cq) { in ehca_sense_attributes()
748 shca->max_num_cqs = ehca_max_cq; in ehca_probe()
769 eq_size = 2 * shca->max_num_cqs + 4 * shca->max_num_qps; in ehca_probe()
Dehca_cq.c137 if (!atomic_add_unless(&shca->num_cqs, 1, shca->max_num_cqs)) { in ehca_create_cq()
139 "CQs reached.", shca->max_num_cqs); in ehca_create_cq()
Dehca_classes.h132 int max_num_cqs; member
/linux-2.6.39/drivers/net/ehea/
Dehea_phyp.h160 u32 max_num_cqs; /* 06 */ member