Searched refs:other_port (Results 1 – 5 of 5) sorted by relevance
| /linux/net/hsr/ |
| H A D | hsr_framereg.c | 529 enum hsr_port_type other_port; in prp_register_frame_out() local 552 other_port = rcv_port == HSR_PT_SLAVE_A ? HSR_PT_SLAVE_B : in prp_register_frame_out() 559 node->seq_start[other_port] == node->seq_expected[other_port])) { in prp_register_frame_out() 564 } else if (seq_nr_before(sequence_nr, node->seq_expected[other_port]) && in prp_register_frame_out() 565 seq_nr_before_or_eq(node->seq_start[other_port], sequence_nr)) { in prp_register_frame_out() 569 node->seq_start[other_port] = sequence_exp; in prp_register_frame_out() 579 node->seq_start[other_port] = node->seq_expected[other_port]; in prp_register_frame_out()
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | sja1105_tas.c | 514 int other_port, rc, i; in sja1105_setup_tc_taprio() local 562 for (other_port = 0; other_port < ds->num_ports; other_port++) { in sja1105_setup_tc_taprio() 563 if (other_port == port) in sja1105_setup_tc_taprio() 566 if (sja1105_tas_check_conflicts(priv, other_port, admin)) in sja1105_setup_tc_taprio()
|
| /linux/drivers/net/ethernet/adi/ |
| H A D | adin1110.c | 1359 struct adin1110_port_priv *other_port; in adin1110_fdb_add() local 1389 other_port = priv->ports[!port_priv->nr]; in adin1110_fdb_add() 1390 port_rules = adin1110_port_rules(other_port, false, true); in adin1110_fdb_add() 1393 return adin1110_write_mac_address(other_port, mac_nr, (u8 *)fdb->addr, in adin1110_fdb_add()
|
| /linux/drivers/net/dsa/ |
| H A D | vitesse-vsc73xx-core.c | 1858 int other_port = other_dp->index; in vsc73xx_refresh_fwd_map() local 1860 if (port == other_port || !dsa_port_bridge_same(dp, other_dp) || in vsc73xx_refresh_fwd_map() 1864 mask |= BIT(other_port); in vsc73xx_refresh_fwd_map() 1867 VSC73XX_SRCMASKS + other_port, in vsc73xx_refresh_fwd_map()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | fw.c | 1460 int other_port = (port == 1) ? 2 : 1; in mlx4_QUERY_PORT_wrapper() local 1463 err = mlx4_QUERY_PORT(dev, other_port, &port_cap); in mlx4_QUERY_PORT_wrapper()
|