Lines Matching full:sfp
19 hsr_node_table_show(struct seq_file *sfp, void *data) in hsr_node_table_show() argument
21 struct hsr_priv *priv = (struct hsr_priv *)sfp->private; in hsr_node_table_show()
24 seq_printf(sfp, "Node Table entries for (%s) device\n", in hsr_node_table_show()
26 seq_puts(sfp, "MAC-Address-A, MAC-Address-B, time_in[A], "); in hsr_node_table_show()
27 seq_puts(sfp, "time_in[B], Address-B port, "); in hsr_node_table_show()
29 seq_puts(sfp, "SAN-A, SAN-B, DAN-P\n"); in hsr_node_table_show()
31 seq_puts(sfp, "DAN-H\n"); in hsr_node_table_show()
38 seq_printf(sfp, "%pM ", &node->macaddress_A[0]); in hsr_node_table_show()
39 seq_printf(sfp, "%pM ", &node->macaddress_B[0]); in hsr_node_table_show()
40 seq_printf(sfp, "%10lx, ", node->time_in[HSR_PT_SLAVE_A]); in hsr_node_table_show()
41 seq_printf(sfp, "%10lx, ", node->time_in[HSR_PT_SLAVE_B]); in hsr_node_table_show()
42 seq_printf(sfp, "%14x, ", node->addr_B_port); in hsr_node_table_show()
45 seq_printf(sfp, "%5x, %5x, %5x\n", in hsr_node_table_show()
49 seq_printf(sfp, "%5x\n", 1); in hsr_node_table_show()