Home
last modified time | relevance | path

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

/linux-4.1.27/net/hsr/
Dhsr_framereg.c334 if (node->time_in_stale[HSR_PT_SLAVE_A]) in get_late_port()
335 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in get_late_port()
340 node->time_in[HSR_PT_SLAVE_A] + in get_late_port()
342 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in get_late_port()
343 if (time_after(node->time_in[HSR_PT_SLAVE_A], in get_late_port()
368 time_a = node->time_in[HSR_PT_SLAVE_A]; in hsr_prune_nodes()
373 node->time_in_stale[HSR_PT_SLAVE_A] = true; in hsr_prune_nodes()
382 if (node->time_in_stale[HSR_PT_SLAVE_A] || in hsr_prune_nodes()
456 tdiff = jiffies - node->time_in[HSR_PT_SLAVE_A]; in hsr_get_node_data()
457 if (node->time_in_stale[HSR_PT_SLAVE_A]) in hsr_get_node_data()
[all …]
Dhsr_main.c64 if (port->type == HSR_PT_SLAVE_A) { in hsr_netdev_notify()
Dhsr_main.h142 HSR_PT_SLAVE_A, enumerator
Dhsr_forward.c119 if (port->type == HSR_PT_SLAVE_A) in hsr_fill_tag()
177 if ((port->type != HSR_PT_SLAVE_A) && (port->type != HSR_PT_SLAVE_B)) { in frame_get_tagged_skb()
Dhsr_netlink.c79 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in hsr_fill_info()
325 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in hsr_get_node_status()
Dhsr_device.c173 case HSR_PT_SLAVE_A: in hsr_dev_open()
486 res = hsr_add_port(hsr, slave[0], HSR_PT_SLAVE_A); in hsr_dev_finalize()