Home
last modified time | relevance | path

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

/Linux-v5.4/net/hsr/
Dhsr_framereg.c347 if (node->time_in_stale[HSR_PT_SLAVE_A]) in get_late_port()
348 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in get_late_port()
353 node->time_in[HSR_PT_SLAVE_A] + in get_late_port()
355 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in get_late_port()
356 if (time_after(node->time_in[HSR_PT_SLAVE_A], in get_late_port()
386 time_a = node->time_in[HSR_PT_SLAVE_A]; in hsr_prune_nodes()
391 node->time_in_stale[HSR_PT_SLAVE_A] = true; in hsr_prune_nodes()
400 if (node->time_in_stale[HSR_PT_SLAVE_A] || in hsr_prune_nodes()
475 tdiff = jiffies - node->time_in[HSR_PT_SLAVE_A]; in hsr_get_node_data()
476 if (node->time_in_stale[HSR_PT_SLAVE_A]) in hsr_get_node_data()
[all …]
Dhsr_debugfs.c47 seq_printf(sfp, "0x%lx, ", node->time_in[HSR_PT_SLAVE_A]); in hsr_node_table_show()
Dhsr_main.c59 if (port->type == HSR_PT_SLAVE_A) { in hsr_netdev_notify()
Dhsr_forward.c130 if (port->type == HSR_PT_SLAVE_A) in hsr_fill_tag()
189 if (port->type != HSR_PT_SLAVE_A && port->type != HSR_PT_SLAVE_B) { in frame_get_tagged_skb()
Dhsr_main.h139 HSR_PT_SLAVE_A, enumerator
Dhsr_netlink.c83 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in hsr_fill_info()
317 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in hsr_get_node_status()
Dhsr_device.c165 case HSR_PT_SLAVE_A: in hsr_dev_open()
481 res = hsr_add_port(hsr, slave[0], HSR_PT_SLAVE_A); in hsr_dev_finalize()