| /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 | 1362 struct adin1110_port_priv *other_port; in adin1110_fdb_add() local 1392 other_port = priv->ports[!port_priv->nr]; in adin1110_fdb_add() 1393 port_rules = adin1110_port_rules(other_port, false, true); in adin1110_fdb_add() 1396 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()
|
| H A D | mt7530.c | 1524 int other_port; in mt7530_update_port_member() local 1528 other_port = other_dp->index; in mt7530_update_port_member() 1529 other_p = &priv->ports[other_port]; in mt7530_update_port_member() 1546 port_bitmap |= BIT(other_port); in mt7530_update_port_member() 1552 mt7530_rmw(priv, MT7530_PCR_P(other_port), in mt7530_update_port_member()
|
| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | mad.c | 687 int err, other_port; in mlx4_ib_demux_mad() local 713 other_port = (port == 1) ? 2 : 1; in mlx4_ib_demux_mad() 714 err = mlx4_get_slave_from_roce_gid(dev->dev, other_port, dgid.raw, &slave); in mlx4_ib_demux_mad() 716 port = other_port; in mlx4_ib_demux_mad() 718 slave, grh->dgid.raw, port, other_port); in mlx4_ib_demux_mad()
|
| /linux/drivers/net/ethernet/cortina/ |
| H A D | gemini.c | 1041 struct gemini_ethernet_port *other_port; in geth_resize_freeq() local 1063 other_port = netdev_priv(other_netdev); in geth_resize_freeq() 1064 new_size += 1 << (other_port->rxq_order + 1); in geth_resize_freeq() 1067 (1 << (other_port->rxq_order + 1)), in geth_resize_freeq() 1068 other_port->rxq_order); in geth_resize_freeq()
|
| /linux/drivers/net/dsa/ocelot/ |
| H A D | felix_vsc9959.c | 2547 int tc, port, other_port; in vsc9959_cut_through_fwd() local 2581 for_each_set_bit(other_port, &mask, ocelot->num_phys_ports) { in vsc9959_cut_through_fwd() 2584 other_ocelot_port = ocelot->ports[other_port]; in vsc9959_cut_through_fwd()
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-switch.c | 1619 struct ethsw_port_priv *other_port; in dpaa2_switch_foreign_dev_check() local 1628 other_port = ethsw->ports[i]; in dpaa2_switch_foreign_dev_check() 1630 if (!other_port) in dpaa2_switch_foreign_dev_check() 1632 if (dpaa2_switch_port_offloads_bridge_port(other_port, in dpaa2_switch_foreign_dev_check()
|
| /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()
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | mvneta.c | 4455 struct mvneta_pcpu_port *other_port = in mvneta_cpu_online() local 4458 napi_synchronize(&other_port->napi); in mvneta_cpu_online()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_main.c | 12184 u8 other_port = !BP_PORT(bp); in bnx2x_get_hwinfo() local 12185 u8 other_func = BP_PATH(bp) + 2*other_port; in bnx2x_get_hwinfo()
|