Searched refs:other_ctx (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/dsa/ |
H A D | tag_8021q.c | 322 struct dsa_8021q_context *other_ctx, in dsa_8021q_crosschip_link_apply() 330 return dsa_8021q_vid_apply(other_ctx, other_port, rx_vid, in dsa_8021q_crosschip_link_apply() 335 struct dsa_8021q_context *other_ctx, in dsa_8021q_crosschip_link_add() 341 if (c->port == port && c->other_ctx == other_ctx && in dsa_8021q_crosschip_link_add() 350 port, dev_name(other_ctx->ds->dev), other_port); in dsa_8021q_crosschip_link_add() 357 c->other_ctx = other_ctx; 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() 391 struct dsa_8021q_context *other_ctx, in dsa_8021q_crosschip_bridge_join() 320 dsa_8021q_crosschip_link_apply(struct dsa_8021q_context *ctx, int port, struct dsa_8021q_context *other_ctx, int other_port, bool enabled) dsa_8021q_crosschip_link_apply() argument 334 dsa_8021q_crosschip_link_add(struct dsa_8021q_context *ctx, int port, struct dsa_8021q_context *other_ctx, int other_port) dsa_8021q_crosschip_link_add() argument 390 dsa_8021q_crosschip_bridge_join(struct dsa_8021q_context *ctx, int port, struct dsa_8021q_context *other_ctx, int other_port) dsa_8021q_crosschip_bridge_join() argument 420 dsa_8021q_crosschip_bridge_leave(struct dsa_8021q_context *ctx, int port, struct dsa_8021q_context *other_ctx, int other_port) dsa_8021q_crosschip_bridge_leave() argument 431 struct dsa_8021q_context *other_ctx = c->other_ctx; dsa_8021q_crosschip_bridge_leave() local [all...] |
/kernel/linux/linux-5.10/include/linux/dsa/ |
H A D | 8021q.h | 20 struct dsa_8021q_context *other_ctx; member 45 struct dsa_8021q_context *other_ctx, 49 struct dsa_8021q_context *other_ctx, 77 struct dsa_8021q_context *other_ctx, in dsa_8021q_crosschip_bridge_join() 84 struct dsa_8021q_context *other_ctx, in dsa_8021q_crosschip_bridge_leave() 76 dsa_8021q_crosschip_bridge_join(struct dsa_8021q_context *ctx, int port, struct dsa_8021q_context *other_ctx, int other_port) dsa_8021q_crosschip_bridge_join() argument 83 dsa_8021q_crosschip_bridge_leave(struct dsa_8021q_context *ctx, int port, struct dsa_8021q_context *other_ctx, int other_port) dsa_8021q_crosschip_bridge_leave() argument
|
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105_main.c | 2222 struct dsa_8021q_context *other_ctx; member 2227 struct dsa_8021q_context *other_ctx; member 2404 struct sja1105_private *other_priv = c->other_ctx->ds->priv; in sja1105_build_crosschip_subvlans() 2414 if (!dsa_is_user_port(c->other_ctx->ds, c->other_port)) in sja1105_build_crosschip_subvlans() 2449 tmp->other_ctx == c->other_ctx) { in sja1105_build_crosschip_subvlans() 2467 tmp->other_ctx = c->other_ctx; in sja1105_build_crosschip_subvlans() 2474 struct sja1105_private *other_priv = tmp->other_ctx->ds->priv; in sja1105_build_crosschip_subvlans() 2491 rx_vid = dsa_8021q_rx_vid_subvlan(tmp->other_ctx in sja1105_build_crosschip_subvlans() [all...] |
Completed in 5 milliseconds