/Linux-v5.10/net/dsa/ |
D | tag_8021q.c | 323 int other_port, bool enabled) in dsa_8021q_crosschip_link_apply() argument 330 return dsa_8021q_vid_apply(other_ctx, other_port, rx_vid, in dsa_8021q_crosschip_link_apply() 336 int other_port) in dsa_8021q_crosschip_link_add() argument 342 c->other_port == other_port) { in dsa_8021q_crosschip_link_add() 350 port, dev_name(other_ctx->ds->dev), other_port); in dsa_8021q_crosschip_link_add() 358 c->other_port = other_port; in dsa_8021q_crosschip_link_add() 377 c->port, dev_name(c->other_ctx->ds->dev), c->other_port); in dsa_8021q_crosschip_link_del() 392 int other_port) in dsa_8021q_crosschip_bridge_join() argument 399 int other_upstream = dsa_upstream_port(other_ctx->ds, other_port); in dsa_8021q_crosschip_bridge_join() 402 rc = dsa_8021q_crosschip_link_add(ctx, port, other_ctx, other_port); in dsa_8021q_crosschip_bridge_join() [all …]
|
/Linux-v5.10/include/linux/dsa/ |
D | 8021q.h | 21 int other_port; member 46 int other_port); 50 int other_port); 78 int other_port) in dsa_8021q_crosschip_bridge_join() argument 85 int other_port) in dsa_8021q_crosschip_bridge_leave() argument
|
/Linux-v5.10/drivers/net/dsa/sja1105/ |
D | sja1105_tas.c | 512 int other_port, rc, i; in sja1105_setup_tc_taprio() local 557 for (other_port = 0; other_port < SJA1105_NUM_PORTS; other_port++) { in sja1105_setup_tc_taprio() 558 if (other_port == port) in sja1105_setup_tc_taprio() 561 if (sja1105_tas_check_conflicts(priv, other_port, admin)) in sja1105_setup_tc_taprio()
|
D | sja1105_main.c | 1867 int other_port, struct net_device *br) in sja1105_crosschip_bridge_join() argument 1886 other_port); in sja1105_crosschip_bridge_join() 1891 other_port, in sja1105_crosschip_bridge_join() 1903 int other_port, in sja1105_crosschip_bridge_leave() argument 1922 other_port); in sja1105_crosschip_bridge_leave() 1925 other_port, in sja1105_crosschip_bridge_leave() 2140 int other_port; member 2333 if (!dsa_is_user_port(c->other_ctx->ds, c->other_port)) in sja1105_build_crosschip_subvlans() 2341 if (v->port != c->other_port) in sja1105_build_crosschip_subvlans() 2367 tmp->other_port == v->port && in sja1105_build_crosschip_subvlans() [all …]
|
/Linux-v5.10/drivers/infiniband/hw/mlx4/ |
D | mad.c | 686 int err, other_port; in mlx4_ib_demux_mad() local 712 other_port = (port == 1) ? 2 : 1; in mlx4_ib_demux_mad() 713 err = mlx4_get_slave_from_roce_gid(dev->dev, other_port, dgid.raw, &slave); in mlx4_ib_demux_mad() 715 port = other_port; in mlx4_ib_demux_mad() 717 slave, grh->dgid.raw, port, other_port); in mlx4_ib_demux_mad()
|
/Linux-v5.10/drivers/net/ethernet/cortina/ |
D | gemini.c | 1040 struct gemini_ethernet_port *other_port; in geth_resize_freeq() local 1062 other_port = netdev_priv(other_netdev); in geth_resize_freeq() 1063 new_size += 1 << (other_port->rxq_order + 1); in geth_resize_freeq() 1066 (1 << (other_port->rxq_order + 1)), in geth_resize_freeq() 1067 other_port->rxq_order); in geth_resize_freeq()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/ |
D | fw.c | 1457 int other_port = (port == 1) ? 2 : 1; in mlx4_QUERY_PORT_wrapper() local 1460 err = mlx4_QUERY_PORT(dev, other_port, &port_cap); in mlx4_QUERY_PORT_wrapper()
|
/Linux-v5.10/drivers/net/ethernet/marvell/ |
D | mvneta.c | 4208 struct mvneta_pcpu_port *other_port = in mvneta_cpu_online() local 4211 napi_synchronize(&other_port->napi); in mvneta_cpu_online()
|
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 12167 u8 other_port = !BP_PORT(bp); in bnx2x_get_hwinfo() local 12168 u8 other_func = BP_PATH(bp) + 2*other_port; in bnx2x_get_hwinfo()
|