Home
last modified time | relevance | path

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

/linux-5.19.10/net/hsr/
Dhsr_framereg.c162 if (port == HSR_PT_SLAVE_B) in prp_handle_san_frame()
502 if (node->time_in_stale[HSR_PT_SLAVE_B]) in get_late_port()
503 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in get_late_port()
505 if (time_after(node->time_in[HSR_PT_SLAVE_B], in get_late_port()
510 node->time_in[HSR_PT_SLAVE_B] + in get_late_port()
512 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in get_late_port()
546 time_b = node->time_in[HSR_PT_SLAVE_B]; in hsr_prune_nodes()
554 node->time_in_stale[HSR_PT_SLAVE_B] = true; in hsr_prune_nodes()
562 (!node->time_in_stale[HSR_PT_SLAVE_B] && in hsr_prune_nodes()
656 tdiff = jiffies - node->time_in[HSR_PT_SLAVE_B]; in hsr_get_node_data()
[all …]
Dhsr_device.c157 case HSR_PT_SLAVE_B: in hsr_dev_open()
398 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in hsr_del_ports()
549 res = hsr_add_port(hsr, slave[1], HSR_PT_SLAVE_B, extack); in hsr_dev_finalize()
Dhsr_debugfs.c55 node->time_in[HSR_PT_SLAVE_B]); in hsr_node_table_show()
Dhsr_main.c84 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in hsr_netdev_notify()
Dhsr_netlink.c135 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in hsr_fill_info()
378 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in hsr_get_node_status()
Dhsr_main.h128 HSR_PT_SLAVE_B, enumerator
Dhsr_forward.c387 port->type == HSR_PT_SLAVE_B) || in prp_drop_frame()
388 (frame->port_rcv->type == HSR_PT_SLAVE_B && in prp_drop_frame()