Searched refs:maxmr (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.h83 struct ehca_mr **maxmr);
H A Dehca_mrmw.c101 if (shca->maxmr) {
401 if (e_mr == shca->maxmr) {
404 "shca->maxmr=%p mr->lkey=%x",
405 mr, shca->maxmr, mr->lkey);
583 } else if (e_mr == shca->maxmr) {
586 "shca->maxmr=%p mr->lkey=%x",
587 mr, shca->maxmr, mr->lkey);
1525 struct ehca_mr *e_origmr = shca->maxmr;
1563 if (!shca->maxmr) {
1569 e_maxmr = shca->maxmr;
[all...]
H A Dehca_classes.h106 struct ehca_mr *maxmr; member in struct:ehca_shca
H A Dehca_main.c618 ret = ehca_reg_internal_maxmr(shca, shca->pd, &shca->maxmr);

Completed in 98 milliseconds