Symbol: HSR_PT_SLAVE_B
drivers/net/dsa/xrs700x/xrs700x.c
597
if (type != HSR_PT_SLAVE_A && type != HSR_PT_SLAVE_B) {
net/dsa/dsa.c
1787
if (type != HSR_PT_SLAVE_A && type != HSR_PT_SLAVE_B) {
net/hsr/hsr_debugfs.c
41
seq_printf(sfp, "%10lx, ", node->time_in[HSR_PT_SLAVE_B]);
net/hsr/hsr_device.c
149
case HSR_PT_SLAVE_B:
net/hsr/hsr_device.c
180
case HSR_PT_SLAVE_B:
net/hsr/hsr_device.c
473
port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B);
net/hsr/hsr_device.c
498
case HSR_PT_SLAVE_B:
net/hsr/hsr_device.c
520
case HSR_PT_SLAVE_B:
net/hsr/hsr_device.c
557
case HSR_PT_SLAVE_B:
net/hsr/hsr_device.c
594
case HSR_PT_SLAVE_B:
net/hsr/hsr_device.c
794
res = hsr_add_port(hsr, slave[1], HSR_PT_SLAVE_B, extack);
net/hsr/hsr_forward.c
446
port->type == HSR_PT_SLAVE_B) ||
net/hsr/hsr_forward.c
447
(frame->port_rcv->type == HSR_PT_SLAVE_B &&
net/hsr/hsr_forward.c
480
frame->port_rcv->type == HSR_PT_SLAVE_B) &&
net/hsr/hsr_forward.c
494
if ((port->type == HSR_PT_SLAVE_A || port->type == HSR_PT_SLAVE_B) &&
net/hsr/hsr_forward.c
567
port->type == HSR_PT_SLAVE_B)
net/hsr/hsr_forward.c
583
port->type == HSR_PT_SLAVE_B)
net/hsr/hsr_framereg.c
180
if (port == HSR_PT_SLAVE_B)
net/hsr/hsr_framereg.c
669
if (node->time_in_stale[HSR_PT_SLAVE_B])
net/hsr/hsr_framereg.c
670
return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B);
net/hsr/hsr_framereg.c
672
if (time_after(node->time_in[HSR_PT_SLAVE_B],
net/hsr/hsr_framereg.c
677
node->time_in[HSR_PT_SLAVE_B] +
net/hsr/hsr_framereg.c
679
return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B);
net/hsr/hsr_framereg.c
708
time_b = node->time_in[HSR_PT_SLAVE_B];
net/hsr/hsr_framereg.c
714
node->time_in_stale[HSR_PT_SLAVE_B] = true;
net/hsr/hsr_framereg.c
722
(!node->time_in_stale[HSR_PT_SLAVE_B] &&
net/hsr/hsr_framereg.c
830
if (!bitmap_empty(block->seq_nrs[HSR_PT_SLAVE_B - 1],
net/hsr/hsr_framereg.c
832
seq_bit = find_last_bit(block->seq_nrs[HSR_PT_SLAVE_B - 1],
net/hsr/hsr_framereg.c
874
tdiff = jiffies - node->time_in[HSR_PT_SLAVE_B];
net/hsr/hsr_framereg.c
875
if (node->time_in_stale[HSR_PT_SLAVE_B])
net/hsr/hsr_main.c
83
port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B);
net/hsr/hsr_main.c
93
port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B);
net/hsr/hsr_netlink.c
163
port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B);
net/hsr/hsr_netlink.c
414
port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_B);
net/hsr/prp_dup_discard_test.c
140
data->port_rcv.type = HSR_PT_SLAVE_B;
net/hsr/prp_dup_discard_test.c
153
data->port_rcv.type = HSR_PT_SLAVE_B;
net/hsr/prp_dup_discard_test.c
174
data->port_rcv.type = HSR_PT_SLAVE_B;
net/hsr/prp_dup_discard_test.c
179
data->port_rcv.type = HSR_PT_SLAVE_B;