Home
last modified time | relevance | path

Searched refs:other_port (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/net/dsa/
Dtag_8021q.c323 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/
D8021q.h21 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/
Dsja1105_tas.c512 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()
Dsja1105_main.c1867 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/
Dmad.c686 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/
Dgemini.c1040 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/
Dfw.c1457 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/
Dmvneta.c4208 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/
Dbnx2x_main.c12167 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()