Symbol: HSR_PT_SLAVE_A
drivers/net/dsa/xrs700x/xrs700x.c
597
if (type != HSR_PT_SLAVE_A && type != HSR_PT_SLAVE_B) {
drivers/net/ethernet/ti/icssg/icssg_prueth.c
690
for (i = HSR_PT_SLAVE_A; i < HSR_PT_INTERLINK; i++) {
drivers/net/ethernet/ti/icssg/icssg_prueth.c
719
for (i = HSR_PT_SLAVE_A; i < HSR_PT_INTERLINK; i++) {
net/dsa/dsa.c
1787
if (type != HSR_PT_SLAVE_A && type != HSR_PT_SLAVE_B) {
net/hsr/hsr_debugfs.c
40
seq_printf(sfp, "%10lx, ", node->time_in[HSR_PT_SLAVE_A]);
net/hsr/hsr_device.c
146
case HSR_PT_SLAVE_A:
net/hsr/hsr_device.c
179
case HSR_PT_SLAVE_A:
net/hsr/hsr_device.c
469
port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A);
net/hsr/hsr_device.c
497
case HSR_PT_SLAVE_A:
net/hsr/hsr_device.c
519
case HSR_PT_SLAVE_A:
net/hsr/hsr_device.c
550
case HSR_PT_SLAVE_A:
net/hsr/hsr_device.c
593
case HSR_PT_SLAVE_A:
net/hsr/hsr_device.c
790
res = hsr_add_port(hsr, slave[0], HSR_PT_SLAVE_A, extack);
net/hsr/hsr_forward.c
226
if (port->type == HSR_PT_SLAVE_A)
net/hsr/hsr_forward.c
274
if (port->type == HSR_PT_SLAVE_A)
net/hsr/hsr_forward.c
445
return ((frame->port_rcv->type == HSR_PT_SLAVE_A &&
net/hsr/hsr_forward.c
448
port->type == HSR_PT_SLAVE_A));
net/hsr/hsr_forward.c
479
if ((frame->port_rcv->type == HSR_PT_SLAVE_A ||
net/hsr/hsr_forward.c
494
if ((port->type == HSR_PT_SLAVE_A || port->type == HSR_PT_SLAVE_B) &&
net/hsr/hsr_forward.c
566
if (port->type == HSR_PT_SLAVE_A ||
net/hsr/hsr_forward.c
582
if (port->type == HSR_PT_SLAVE_A ||
net/hsr/hsr_framereg.c
175
if (port == HSR_PT_SLAVE_A) {
net/hsr/hsr_framereg.c
667
if (node->time_in_stale[HSR_PT_SLAVE_A])
net/hsr/hsr_framereg.c
668
return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A);
net/hsr/hsr_framereg.c
673
node->time_in[HSR_PT_SLAVE_A] +
net/hsr/hsr_framereg.c
675
return hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A);
net/hsr/hsr_framereg.c
676
if (time_after(node->time_in[HSR_PT_SLAVE_A],
net/hsr/hsr_framereg.c
707
time_a = node->time_in[HSR_PT_SLAVE_A];
net/hsr/hsr_framereg.c
712
node->time_in_stale[HSR_PT_SLAVE_A] = true;
net/hsr/hsr_framereg.c
721
if (node->time_in_stale[HSR_PT_SLAVE_A] ||
net/hsr/hsr_framereg.c
836
if (!bitmap_empty(block->seq_nrs[HSR_PT_SLAVE_A - 1],
net/hsr/hsr_framereg.c
838
seq_bit = find_last_bit(block->seq_nrs[HSR_PT_SLAVE_A - 1],
net/hsr/hsr_framereg.c
864
tdiff = jiffies - node->time_in[HSR_PT_SLAVE_A];
net/hsr/hsr_framereg.c
865
if (node->time_in_stale[HSR_PT_SLAVE_A])
net/hsr/hsr_main.c
77
if (port->type == HSR_PT_SLAVE_A) {
net/hsr/hsr_netlink.c
157
port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A);
net/hsr/hsr_netlink.c
401
port = hsr_port_get_hsr(hsr, HSR_PT_SLAVE_A);
net/hsr/prp_dup_discard_test.c
146
data->port_rcv.type = HSR_PT_SLAVE_A;
net/hsr/prp_dup_discard_test.c
35
data->port_rcv.type = HSR_PT_SLAVE_A;