next_destid        45 drivers/rapidio/rio-scan.c static int next_destid = 0;
next_destid       404 drivers/rapidio/rio-scan.c 			rio_set_device_id(port, destid, hopcount, next_destid);
next_destid       405 drivers/rapidio/rio-scan.c 			rdev->destid = next_destid;
next_destid       406 drivers/rapidio/rio-scan.c 			next_destid = rio_destid_alloc(net);
next_destid       603 drivers/rapidio/rio-scan.c 		while (destid != RIO_INVALID_DESTID && destid < next_destid) {
next_destid       615 drivers/rapidio/rio-scan.c 		sw_destid = next_destid;
next_destid       627 drivers/rapidio/rio-scan.c 			cur_destid = next_destid;
next_destid       649 drivers/rapidio/rio-scan.c 					     destid < next_destid;) {
next_destid       687 drivers/rapidio/rio-scan.c 		if (next_destid == sw_destid)
next_destid       688 drivers/rapidio/rio-scan.c 			next_destid = rio_destid_alloc(net);
next_destid       989 drivers/rapidio/rio-scan.c 		next_destid = rio_destid_alloc(net);
next_destid      1001 drivers/rapidio/rio-scan.c 		rio_destid_free(net, next_destid);