Searched refs:next_destid (Results 1 – 1 of 1) sorted by relevance
49 static int next_destid = 0; variable408 rio_set_device_id(port, destid, hopcount, next_destid); in rio_setup_device()409 rdev->destid = next_destid; in rio_setup_device()410 next_destid = rio_destid_alloc(net); in rio_setup_device()607 while (destid != RIO_INVALID_DESTID && destid < next_destid) { in rio_enum_peer()619 sw_destid = next_destid; in rio_enum_peer()631 cur_destid = next_destid; in rio_enum_peer()653 destid < next_destid;) { in rio_enum_peer()691 if (next_destid == sw_destid) in rio_enum_peer()692 next_destid = rio_destid_alloc(net); in rio_enum_peer()[all …]