Home
last modified time | relevance | path

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

/linux-4.1.27/net/hsr/
Dhsr_framereg.c336 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()
[all …]
Dhsr_main.c70 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in hsr_netdev_notify()
Dhsr_main.h143 HSR_PT_SLAVE_B, enumerator
Dhsr_netlink.c87 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in hsr_fill_info()
340 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in hsr_get_node_status()
Dhsr_device.c176 case HSR_PT_SLAVE_B: in hsr_dev_open()
489 res = hsr_add_port(hsr, slave[1], HSR_PT_SLAVE_B); in hsr_dev_finalize()
Dhsr_forward.c177 if ((port->type != HSR_PT_SLAVE_A) && (port->type != HSR_PT_SLAVE_B)) { in frame_get_tagged_skb()