Home
last modified time | relevance | path

Searched refs:next_destid (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/rapidio/
Drio-scan.c42 static int next_destid = 0; variable
418 rio_set_device_id(port, destid, hopcount, next_destid); in rio_setup_device()
419 rdev->destid = next_destid; in rio_setup_device()
420 next_destid = rio_destid_alloc(net); in rio_setup_device()
645 while (destid != RIO_INVALID_DESTID && destid < next_destid) { in rio_enum_peer()
657 sw_destid = next_destid; in rio_enum_peer()
669 cur_destid = next_destid; in rio_enum_peer()
693 destid < next_destid;) { in rio_enum_peer()
731 if (next_destid == sw_destid) in rio_enum_peer()
732 next_destid = rio_destid_alloc(net); in rio_enum_peer()
[all …]