Searched defs:max_qp (Results 1 - 4 of 4) sorted by relevance

/drivers/infiniband/hw/ehca/
H A Dehca_main.c374 shca->max_num_qps = min_t(int, rblock->max_qp,
376 else if (shca->max_num_qps < 1 || shca->max_num_qps > rblock->max_qp) {
379 rblock->max_qp, rblock->max_qp);
380 shca->max_num_qps = rblock->max_qp;
673 EHCA_RESOURCE_ATTR(max_qp); variable
H A Dhipz_hw.h322 u32 max_qp; member in struct:hipz_query_hca
/drivers/infiniband/hw/nes/
H A Dnes_hw.c265 u32 max_qp; local
312 max_qp = nes_read_indexed(nesdev, NES_IDX_QP_CTX_SIZE);
313 nes_debug(NES_DBG_INIT, "QP_CTX_SIZE=%u\n", max_qp);
316 if (max_qp > ((u32)1 << (u32temp & 0x001f))) {
318 max_qp, u32temp);
319 max_qp = (u32)1 << (u32temp & 0x001f);
324 max_qp, hte_index_mask);
330 if (max_qp > max_irrq) {
331 max_qp = max_irrq;
333 max_qp);
[all...]
H A Dnes_hw.h1103 u32 max_qp; member in struct:nes_adapter
1295 u32 max_qp; member in struct:nes_ib_device

Completed in 63 milliseconds