Searched refs:HSR_PT_SLAVE_B (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/net/hsr/ |
| D | hsr_framereg.c | 349 if (node->time_in_stale[HSR_PT_SLAVE_B]) in get_late_port() 350 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in get_late_port() 352 if (time_after(node->time_in[HSR_PT_SLAVE_B], in get_late_port() 357 node->time_in[HSR_PT_SLAVE_B] + in get_late_port() 359 return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in get_late_port() 387 time_b = node->time_in[HSR_PT_SLAVE_B]; in hsr_prune_nodes() 393 node->time_in_stale[HSR_PT_SLAVE_B] = true; in hsr_prune_nodes() 401 (!node->time_in_stale[HSR_PT_SLAVE_B] && in hsr_prune_nodes() 485 tdiff = jiffies - node->time_in[HSR_PT_SLAVE_B]; in hsr_get_node_data() 486 if (node->time_in_stale[HSR_PT_SLAVE_B]) in hsr_get_node_data() [all …]
|
| D | hsr_debugfs.c | 48 seq_printf(sfp, "0x%lx ", node->time_in[HSR_PT_SLAVE_B]); in hsr_node_table_show()
|
| D | hsr_main.c | 66 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in hsr_netdev_notify()
|
| D | hsr_main.h | 140 HSR_PT_SLAVE_B, enumerator
|
| D | hsr_netlink.c | 91 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in hsr_fill_info() 332 port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B); in hsr_get_node_status()
|
| D | hsr_device.c | 168 case HSR_PT_SLAVE_B: in hsr_dev_open() 484 res = hsr_add_port(hsr, slave[1], HSR_PT_SLAVE_B); in hsr_dev_finalize()
|
| D | hsr_forward.c | 189 if (port->type != HSR_PT_SLAVE_A && port->type != HSR_PT_SLAVE_B) { in frame_get_tagged_skb()
|