Home
last modified time | relevance | path

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

/openbmc/linux/net/appletalk/
H A Dddp.c248 int probe_node = atif->address.s_node; in atif_probe_device() local
257 if (probe_node == ATADDR_ANYNODE) in atif_probe_device()
258 probe_node = jiffies & 0xFF; in atif_probe_device()
266 atif->address.s_node = (nodect + probe_node) & 0xFF; in atif_probe_device()
297 int probe_node = ATADDR_ANYNODE; /* we'll take anything */ in atif_proxy_probe_device() local
307 if (probe_node == ATADDR_ANYNODE) in atif_proxy_probe_device()
308 probe_node = jiffies & 0xFF; in atif_proxy_probe_device()
315 proxy_addr->s_node = (nodect + probe_node) & 0xFF; in atif_proxy_probe_device()