Searched refs:HSR_PT_SLAVE_A (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/net/hsr/ |
D | hsr_framereg.c | 157 if (port == HSR_PT_SLAVE_A) { in prp_handle_san_frame() 500 if (node->time_in_stale[HSR_PT_SLAVE_A]) in get_late_port() 501 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in get_late_port() 506 node->time_in[HSR_PT_SLAVE_A] + in get_late_port() 508 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in get_late_port() 509 if (time_after(node->time_in[HSR_PT_SLAVE_A], in get_late_port() 545 time_a = node->time_in[HSR_PT_SLAVE_A]; in hsr_prune_nodes() 552 node->time_in_stale[HSR_PT_SLAVE_A] = true; in hsr_prune_nodes() 561 if (node->time_in_stale[HSR_PT_SLAVE_A] || in hsr_prune_nodes() 646 tdiff = jiffies - node->time_in[HSR_PT_SLAVE_A]; in hsr_get_node_data() [all …]
|
D | hsr_forward.c | 195 if (port->type == HSR_PT_SLAVE_A) in prp_set_lan_id() 241 if (port->type == HSR_PT_SLAVE_A) in hsr_set_path_id() 386 return ((frame->port_rcv->type == HSR_PT_SLAVE_A && in prp_drop_frame() 389 port->type == HSR_PT_SLAVE_A)); in prp_drop_frame()
|
D | hsr_device.c | 154 case HSR_PT_SLAVE_A: in hsr_dev_open() 394 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in hsr_del_ports() 545 res = hsr_add_port(hsr, slave[0], HSR_PT_SLAVE_A, extack); in hsr_dev_finalize()
|
D | hsr_debugfs.c | 53 node->time_in[HSR_PT_SLAVE_A]); in hsr_node_table_show()
|
D | hsr_main.c | 77 if (port->type == HSR_PT_SLAVE_A) { in hsr_netdev_notify()
|
D | hsr_netlink.c | 129 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in hsr_fill_info() 365 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in hsr_get_node_status()
|
D | hsr_main.h | 127 HSR_PT_SLAVE_A, enumerator
|