Lines Matching refs:HSR_PT_SLAVE_B
336 if (node->time_in_stale[HSR_PT_SLAVE_B]) in get_late_port()
337 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in get_late_port()
339 if (time_after(node->time_in[HSR_PT_SLAVE_B], in get_late_port()
344 node->time_in[HSR_PT_SLAVE_B] + in get_late_port()
346 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in get_late_port()
369 time_b = node->time_in[HSR_PT_SLAVE_B]; in hsr_prune_nodes()
375 node->time_in_stale[HSR_PT_SLAVE_B] = true; in hsr_prune_nodes()
383 (!node->time_in_stale[HSR_PT_SLAVE_B] && in hsr_prune_nodes()
466 tdiff = jiffies - node->time_in[HSR_PT_SLAVE_B]; in hsr_get_node_data()
467 if (node->time_in_stale[HSR_PT_SLAVE_B]) in hsr_get_node_data()
477 *if1_seq = node->seq_out[HSR_PT_SLAVE_B]; in hsr_get_node_data()