Home
last modified time | relevance | path

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

/linux-4.1.27/net/hsr/
Dhsr_framereg.c33 bool time_in_stale[HSR_PT_PORTS]; member
230 if (!node_curr->time_in_stale[i] && in hsr_handle_sup_frame()
233 node_real->time_in_stale[i] = node_curr->time_in_stale[i]; in hsr_handle_sup_frame()
309 node->time_in_stale[port->type] = false; in hsr_register_frame_in()
334 if (node->time_in_stale[HSR_PT_SLAVE_A]) in get_late_port()
336 if (node->time_in_stale[HSR_PT_SLAVE_B]) in get_late_port()
373 node->time_in_stale[HSR_PT_SLAVE_A] = true; in hsr_prune_nodes()
375 node->time_in_stale[HSR_PT_SLAVE_B] = true; in hsr_prune_nodes()
382 if (node->time_in_stale[HSR_PT_SLAVE_A] || in hsr_prune_nodes()
383 (!node->time_in_stale[HSR_PT_SLAVE_B] && in hsr_prune_nodes()
[all …]