Searched refs:HSR_PT_SLAVE_B (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/net/hsr/ |
H A D | hsr_framereg.c | 139 if (port == HSR_PT_SLAVE_B) in prp_handle_san_frame() 438 if (node->time_in_stale[HSR_PT_SLAVE_B]) in get_late_port() 439 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in get_late_port() 441 if (time_after(node->time_in[HSR_PT_SLAVE_B], in get_late_port() 446 node->time_in[HSR_PT_SLAVE_B] + in get_late_port() 448 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in get_late_port() 468 * nor time_in[HSR_PT_SLAVE_B], will ever be updated for in hsr_prune_nodes() 477 time_b = node->time_in[HSR_PT_SLAVE_B]; in hsr_prune_nodes() 483 node->time_in_stale[HSR_PT_SLAVE_B] = true; in hsr_prune_nodes() 491 (!node->time_in_stale[HSR_PT_SLAVE_B] in hsr_prune_nodes() [all...] |
H A D | hsr_device.c | 157 case HSR_PT_SLAVE_B: in hsr_dev_open() 398 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in hsr_del_ports() 553 res = hsr_add_port(hsr, slave[1], HSR_PT_SLAVE_B, extack); in hsr_dev_finalize()
|
H A D | hsr_debugfs.c | 49 seq_printf(sfp, "%10lx, ", node->time_in[HSR_PT_SLAVE_B]); in hsr_node_table_show()
|
H A D | hsr_main.c | 84 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in hsr_netdev_notify()
|
H A D | hsr_forward.c | 340 port->type == HSR_PT_SLAVE_B) || in prp_drop_frame() 341 (frame->port_rcv->type == HSR_PT_SLAVE_B && in prp_drop_frame()
|
H A D | hsr_netlink.c | 133 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in hsr_fill_info() 376 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in hsr_get_node_status()
|
H A D | hsr_main.h | 134 HSR_PT_SLAVE_B, enumerator
|
/kernel/linux/linux-6.6/net/hsr/ |
H A D | hsr_framereg.c | 130 if (port == HSR_PT_SLAVE_B) in prp_handle_san_frame() 478 if (node->time_in_stale[HSR_PT_SLAVE_B]) in get_late_port() 479 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in get_late_port() 481 if (time_after(node->time_in[HSR_PT_SLAVE_B], in get_late_port() 486 node->time_in[HSR_PT_SLAVE_B] + in get_late_port() 488 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in get_late_port() 508 * nor time_in[HSR_PT_SLAVE_B], will ever be updated for in hsr_prune_nodes() 517 time_b = node->time_in[HSR_PT_SLAVE_B]; in hsr_prune_nodes() 523 node->time_in_stale[HSR_PT_SLAVE_B] = true; in hsr_prune_nodes() 531 (!node->time_in_stale[HSR_PT_SLAVE_B] in hsr_prune_nodes() [all...] |
H A D | hsr_device.c | 157 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()
|
H A D | hsr_main.c | 84 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in hsr_netdev_notify()
|
H A D | hsr_debugfs.c | 41 seq_printf(sfp, "%10lx, ", node->time_in[HSR_PT_SLAVE_B]); in hsr_node_table_show()
|
H A D | hsr_forward.c | 386 port->type == HSR_PT_SLAVE_B) || in prp_drop_frame() 387 (frame->port_rcv->type == HSR_PT_SLAVE_B && in prp_drop_frame()
|
H A D | hsr_netlink.c | 133 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in hsr_fill_info() 376 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in hsr_get_node_status()
|
H A D | hsr_main.h | 125 HSR_PT_SLAVE_B, enumerator
|
Completed in 9 milliseconds