Searched refs:HSR_PT_SLAVE_A (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/net/hsr/ |
H A D | hsr_framereg.c | 134 if (port == HSR_PT_SLAVE_A) { in prp_handle_san_frame() 436 if (node->time_in_stale[HSR_PT_SLAVE_A]) in get_late_port() 437 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in get_late_port() 442 node->time_in[HSR_PT_SLAVE_A] + in get_late_port() 444 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in get_late_port() 445 if (time_after(node->time_in[HSR_PT_SLAVE_A], in get_late_port() 467 /* Don't prune own node. Neither time_in[HSR_PT_SLAVE_A] in hsr_prune_nodes() 476 time_a = node->time_in[HSR_PT_SLAVE_A]; in hsr_prune_nodes() 481 node->time_in_stale[HSR_PT_SLAVE_A] = true; in hsr_prune_nodes() 490 if (node->time_in_stale[HSR_PT_SLAVE_A] || in hsr_prune_nodes() [all...] |
H A D | hsr_forward.c | 153 if (port->type == HSR_PT_SLAVE_A) in prp_set_lan_id() 199 if (port->type == HSR_PT_SLAVE_A) in hsr_set_path_id() 339 return ((frame->port_rcv->type == HSR_PT_SLAVE_A && in prp_drop_frame() 342 port->type == HSR_PT_SLAVE_A)); in prp_drop_frame()
|
H A 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() 549 res = hsr_add_port(hsr, slave[0], HSR_PT_SLAVE_A, extack); in hsr_dev_finalize()
|
H A D | hsr_debugfs.c | 48 seq_printf(sfp, "%10lx, ", node->time_in[HSR_PT_SLAVE_A]); in hsr_node_table_show()
|
H A D | hsr_main.c | 77 if (port->type == HSR_PT_SLAVE_A) { in hsr_netdev_notify()
|
H A D | hsr_netlink.c | 127 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in hsr_fill_info() 363 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in hsr_get_node_status()
|
H A D | hsr_main.h | 133 HSR_PT_SLAVE_A, enumerator
|
/kernel/linux/linux-6.6/net/hsr/ |
H A D | hsr_framereg.c | 125 if (port == HSR_PT_SLAVE_A) { in prp_handle_san_frame() 476 if (node->time_in_stale[HSR_PT_SLAVE_A]) in get_late_port() 477 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in get_late_port() 482 node->time_in[HSR_PT_SLAVE_A] + in get_late_port() 484 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in get_late_port() 485 if (time_after(node->time_in[HSR_PT_SLAVE_A], in get_late_port() 507 /* Don't prune own node. Neither time_in[HSR_PT_SLAVE_A] in hsr_prune_nodes() 516 time_a = node->time_in[HSR_PT_SLAVE_A]; in hsr_prune_nodes() 521 node->time_in_stale[HSR_PT_SLAVE_A] = true; in hsr_prune_nodes() 530 if (node->time_in_stale[HSR_PT_SLAVE_A] || in hsr_prune_nodes() [all...] |
H A 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() 385 return ((frame->port_rcv->type == HSR_PT_SLAVE_A && in prp_drop_frame() 388 port->type == HSR_PT_SLAVE_A)); in prp_drop_frame()
|
H A 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()
|
H A D | hsr_main.c | 77 if (port->type == HSR_PT_SLAVE_A) { in hsr_netdev_notify()
|
H A D | hsr_debugfs.c | 40 seq_printf(sfp, "%10lx, ", node->time_in[HSR_PT_SLAVE_A]); in hsr_node_table_show()
|
H A D | hsr_netlink.c | 127 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in hsr_fill_info() 363 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A); in hsr_get_node_status()
|
H A D | hsr_main.h | 124 HSR_PT_SLAVE_A, enumerator
|
Completed in 9 milliseconds