Lines Matching refs:rope
1651 ** Make sure the box crashes on rope errors.
1999 int iocnum = (pci_hba->hw_path >> 3); /* rope # */
2008 * sba_directed_lmmio - return first directed LMMIO range routed to rope
2013 * are routed down the corresponding rope.
2021 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */
2038 if ((size & (ROPES_PER_IOC-1)) != rope)
2039 continue; /* directed down different rope */
2064 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */
2079 r->start += rope * (size + 1); /* adjust base for this rope */