Lines Matching refs:rope
1661 ** Make sure the box crashes on rope errors.
2010 int iocnum = (pci_hba->hw_path >> 3); /* rope # */
2019 * sba_directed_lmmio - return first directed LMMIO range routed to rope
2024 * are routed down the corresponding rope.
2032 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */
2049 if ((size & (ROPES_PER_IOC-1)) != rope)
2050 continue; /* directed down different rope */
2075 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */
2090 r->start += rope * (size + 1); /* adjust base for this rope */