Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/dsa/
H A 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 …]
/OK3568_Linux_fs/kernel/include/linux/dsa/
H A 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
/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A 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()
H A Dsja1105_main.c1922 int other_port, struct net_device *br) in sja1105_crosschip_bridge_join() argument
1941 other_port); in sja1105_crosschip_bridge_join()
1946 other_port, in sja1105_crosschip_bridge_join()
1958 int other_port, in sja1105_crosschip_bridge_leave() argument
1977 other_port); in sja1105_crosschip_bridge_leave()
1980 other_port, in sja1105_crosschip_bridge_leave()
2195 int other_port; member
2388 if (!dsa_is_user_port(c->other_ctx->ds, c->other_port)) in sja1105_build_crosschip_subvlans()
2396 if (v->port != c->other_port) in sja1105_build_crosschip_subvlans()
2422 tmp->other_port == v->port && in sja1105_build_crosschip_subvlans()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cortina/
H A Dgemini.c1043 struct gemini_ethernet_port *other_port; in geth_resize_freeq() local
1065 other_port = netdev_priv(other_netdev); in geth_resize_freeq()
1066 new_size += 1 << (other_port->rxq_order + 1); in geth_resize_freeq()
1069 (1 << (other_port->rxq_order + 1)), in geth_resize_freeq()
1070 other_port->rxq_order); in geth_resize_freeq()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c1460 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dmvneta.c4215 struct mvneta_pcpu_port *other_port = in mvneta_cpu_online() local
4218 napi_synchronize(&other_port->napi); in mvneta_cpu_online()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c12178 u8 other_port = !BP_PORT(bp); in bnx2x_get_hwinfo() local
12179 u8 other_func = BP_PATH(bp) + 2*other_port; in bnx2x_get_hwinfo()