Searched refs:pID2 (Results 1 – 1 of 1) sorted by relevance
887 int RIOFindFreeID(struct rio_info *p, struct Host *HostP, unsigned int * pID1, unsigned int * pID2) in RIOFindFreeID() argument897 if (pID2 != NULL) in RIOFindFreeID()898 *pID2 = MAX_RUP; in RIOFindFreeID()923 if (pID2 == NULL) in RIOFindFreeID()930 *pID2 = unit; in RIOFindFreeID()978 if (pID2 == NULL) in RIOFindFreeID()985 *pID2 = unit; in RIOFindFreeID()999 if (*pID1 > *pID2) { in RIOFindFreeID()1000 rio_dprintk(RIO_DEBUG_ROUTE, "Swapping IDS %d %d\n", *pID1, *pID2); in RIOFindFreeID()1002 *pID1 = *pID2; in RIOFindFreeID()[all …]