Searched refs:max_mrrs (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/infiniband/hw/qib/
H A Dqib_pcie.c454 u16 rc_mrrs, ep_mrrs, max_mrrs; local
495 max_mrrs = 5;
496 if (max_mrrs > ((qib_pcie_caps >> 4) & 7))
497 max_mrrs = (qib_pcie_caps >> 4) & 7;
499 max_mrrs = 128 << max_mrrs;
503 if (max_mrrs > rc_mrrs) {
504 rc_mrrs = max_mrrs;
507 if (max_mrrs > ep_mrrs) {
508 ep_mrrs = max_mrrs;
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dpcie.c416 u16 rc_mrrs, ep_mrrs, max_mrrs, ectl; local
483 max_mrrs = 5;
484 if (max_mrrs > ((hfi1_pcie_caps >> 4) & 7))
485 max_mrrs = (hfi1_pcie_caps >> 4) & 7;
487 max_mrrs = 128 << max_mrrs;
491 if (max_mrrs > rc_mrrs) {
492 rc_mrrs = max_mrrs;
495 if (max_mrrs > ep_mrrs) {
496 ep_mrrs = max_mrrs;
[all...]
/linux-master/drivers/pci/
H A Dpci.c5949 int max_mrrs = pcie_get_readrq(dev); local
5951 if (rq > max_mrrs) {
5952 pci_info(dev, "can't set Max_Read_Request_Size to %d; max is %d\n", rq, max_mrrs);

Completed in 234 milliseconds