Searched refs:time_in_stale (Results 1 – 2 of 2) sorted by relevance
359 if (!node_curr->time_in_stale[i] && in hsr_handle_sup_frame()362 node_real->time_in_stale[i] = in hsr_handle_sup_frame()363 node_curr->time_in_stale[i]; in hsr_handle_sup_frame()448 node->time_in_stale[port->type] = false; in hsr_register_frame_in()479 if (node->time_in_stale[HSR_PT_SLAVE_A]) in get_late_port()481 if (node->time_in_stale[HSR_PT_SLAVE_B]) in get_late_port()524 node->time_in_stale[HSR_PT_SLAVE_A] = true; in hsr_prune_nodes()526 node->time_in_stale[HSR_PT_SLAVE_B] = true; in hsr_prune_nodes()533 if (node->time_in_stale[HSR_PT_SLAVE_A] || in hsr_prune_nodes()534 (!node->time_in_stale[HSR_PT_SLAVE_B] && in hsr_prune_nodes()[all …]
79 bool time_in_stale[HSR_PT_PORTS]; member