| /linux/net/dsa/ |
| H A D | dsa.c | 373 return cpu_dp->conduit; in dsa_tree_find_first_conduit() 794 struct net_device *conduit = cpu_dp->conduit; in dsa_tree_setup_conduit() local 795 bool admin_up = (conduit->flags & IFF_UP) && in dsa_tree_setup_conduit() 796 !qdisc_tx_is_noop(conduit); in dsa_tree_setup_conduit() 798 err = dsa_conduit_setup(conduit, cpu_dp); in dsa_tree_setup_conduit() 803 dsa_tree_conduit_admin_state_change(dst, conduit, admin_up); in dsa_tree_setup_conduit() 804 dsa_tree_conduit_oper_state_change(dst, conduit, in dsa_tree_setup_conduit() 805 netif_oper_up(conduit)); in dsa_tree_setup_conduit() 820 struct net_device *conduit = cpu_dp->conduit; in dsa_tree_teardown_conduit() local 826 dsa_tree_conduit_admin_state_change(dst, conduit, false); in dsa_tree_teardown_conduit() [all …]
|
| H A D | netlink.c | 25 struct net_device *conduit; in dsa_changelink() local 27 conduit = __dev_get_by_index(dev_net(dev), ifindex); in dsa_changelink() 28 if (!conduit) in dsa_changelink() 31 err = dsa_user_change_conduit(dev, conduit, extack); in dsa_changelink() 47 struct net_device *conduit = dsa_user_to_conduit(dev); in dsa_fill_info() local 49 if (nla_put_u32(skb, IFLA_DSA_CONDUIT, conduit->ifindex)) in dsa_fill_info()
|
| H A D | tag_8021q.c | 344 struct net_device *conduit; in dsa_tag_8021q_port_setup() local 353 conduit = dsa_port_to_conduit(dp); in dsa_tag_8021q_port_setup() 364 vlan_vid_add(conduit, ctx->proto, vid); in dsa_tag_8021q_port_setup() 374 struct net_device *conduit; in dsa_tag_8021q_port_teardown() local 382 conduit = dsa_port_to_conduit(dp); in dsa_tag_8021q_port_teardown() 386 vlan_vid_del(conduit, ctx->proto, vid); in dsa_tag_8021q_port_teardown() 475 dsa_tag_8021q_find_port_by_vbid(struct net_device *conduit, int vbid) in dsa_tag_8021q_find_port_by_vbid() argument 477 struct dsa_port *cpu_dp = conduit->dsa_ptr; in dsa_tag_8021q_find_port_by_vbid() 502 struct net_device *dsa_tag_8021q_find_user(struct net_device *conduit, in dsa_tag_8021q_find_user() argument 508 return dsa_conduit_find_user(conduit, switch_id, source_port); in dsa_tag_8021q_find_user() [all …]
|
| H A D | user.c | 199 struct net_device *conduit = dsa_user_to_conduit(dev); in dsa_user_sync_uc() local 207 dev_uc_add(conduit, addr); in dsa_user_sync_uc() 219 struct net_device *conduit = dsa_user_to_conduit(dev); in dsa_user_unsync_uc() local 227 dev_uc_del(conduit, addr); in dsa_user_unsync_uc() 239 struct net_device *conduit = dsa_user_to_conduit(dev); in dsa_user_sync_mc() local 247 dev_mc_add(conduit, addr); in dsa_user_sync_mc() 259 struct net_device *conduit = dsa_user_to_conduit(dev); in dsa_user_unsync_mc() local 267 dev_mc_del(conduit, addr); in dsa_user_unsync_mc() 360 struct net_device *conduit = dsa_user_to_conduit(dev); in dsa_user_host_uc_install() local 371 if (!ether_addr_equal(addr, conduit->dev_addr)) { in dsa_user_host_uc_install() [all …]
|
| H A D | dsa.h | 29 struct net_device *conduit, 32 struct net_device *conduit,
|
| H A D | tag_8021q.h | 19 struct net_device *dsa_tag_8021q_find_user(struct net_device *conduit,
|
| H A D | tag.h | 191 dsa_find_designated_bridge_port_by_vid(struct net_device *conduit, u16 vid) in dsa_find_designated_bridge_port_by_vid() argument 193 struct dsa_port *cpu_dp = conduit->dsa_ptr; in dsa_find_designated_bridge_port_by_vid() 299 /* On RX, eth_type_trans() on the DSA conduit pulls ETH_HLEN bytes starting from 301 * what the DSA conduit perceives as the EtherType (the beginning of the L3
|
| H A D | user.h | 51 int dsa_user_change_conduit(struct net_device *dev, struct net_device *conduit,
|
| H A D | Makefile | 11 conduit.o \
|
| H A D | switch.h | 110 const struct net_device *conduit; member
|
| H A D | tag_sja1105.c | 238 * switch to drop untagged packets coming from the DSA conduit. 399 "in the DSA conduit multicast filter?\n", in sja1105_rcv_meta_state_machine() 532 struct net_device *conduit = skb->dev; in sja1110_rcv_meta() local 537 cpu_dp = conduit->dsa_ptr; in sja1110_rcv_meta() 541 conduit->name, switch_id); in sja1110_rcv_meta() 608 * is still as set by the DSA conduit, so to trim away the in sja1110_rcv_inband_control_extension()
|
| H A D | port.h | 112 int dsa_port_change_conduit(struct dsa_port *dp, struct net_device *conduit,
|
| H A D | switch.c | 969 ds->ops->conduit_state_change(ds, info->conduit, info->operational); in dsa_switch_conduit_state_change()
|
| /linux/drivers/firmware/arm_ffa/ |
| H A D | smccc.c | 22 enum arm_smccc_conduit conduit; in ffa_transport_init() local 27 conduit = arm_smccc_1_1_get_conduit(); in ffa_transport_init() 28 if (conduit == SMCCC_CONDUIT_NONE) { in ffa_transport_init() 33 if (conduit == SMCCC_CONDUIT_SMC) in ffa_transport_init()
|
| /linux/Documentation/networking/dsa/ |
| H A D | configuration.rst | 34 The corresponding linux Ethernet interface is called the conduit interface. 37 The user interfaces depend on the conduit interface being up in order for them 38 to send or receive traffic. Prior to kernel v5.12, the state of the conduit 42 - when a DSA user interface is brought up, the conduit interface is 44 - when the conduit interface is brought down, all DSA user interfaces are 50 the conduit interface 53 another conduit interface 99 # For kernels earlier than v5.12, the conduit interface needs to be 111 # For kernels earlier than v5.12, the conduit interface needs to be 137 # For kernels earlier than v5.12, the conduit interface needs to be [all …]
|
| H A D | b53.rst | 71 # The conduit interface needs to be brought up before the user ports. 116 # The conduit interface needs to be brought up before the user ports. 152 # The conduit interface needs to be brought up before the user ports.
|
| H A D | lan9303.rst | 7 host conduit network interface (e.g. fixed link).
|
| H A D | sja1105.rst | 125 sub-interface on the DSA conduit port, and send normal (0x8100) VLAN-tagged 392 MDIO bus available to Linux within the system (e.g. to the DSA conduit's MDIO
|
| /linux/drivers/acpi/arm64/ |
| H A D | ffh.c | 24 enum arm_smccc_conduit conduit; in acpi_ffh_address_space_arch_setup() local 30 conduit = arm_smccc_1_1_get_conduit(); in acpi_ffh_address_space_arch_setup() 31 if (conduit == SMCCC_CONDUIT_NONE) { in acpi_ffh_address_space_arch_setup() 40 if (conduit == SMCCC_CONDUIT_SMC) { in acpi_ffh_address_space_arch_setup()
|
| /linux/drivers/firmware/smccc/ |
| H A D | smccc.c | 22 void __init arm_smccc_version_init(u32 version, enum arm_smccc_conduit conduit) in arm_smccc_version_init() argument 27 smccc_conduit = conduit; in arm_smccc_version_init()
|
| /linux/include/net/ |
| H A D | dsa.h | 248 struct net_device *conduit; member 751 return dp->cpu_dp->conduit; in dsa_port_to_conduit() 868 struct net_device *conduit, 1246 const struct net_device *conduit,
|
| /linux/Documentation/arch/powerpc/ |
| H A D | hvcs.rst | 230 act as a conduit for data transfer to and from the tty device. They do not 282 almost all data writes. When hvcs is being used as a tty conduit to tunnel 548 Q: Can I use /dev/hvcs* as a conduit to another partition and use a tty 553 In order to get a tty conduit working between the two partitions the HMC 565 read or write to /dev/hvcs*. Now you have a tty conduit between two
|
| /linux/include/linux/ |
| H A D | arm-smccc.h | 336 void __init arm_smccc_version_init(u32 version, enum arm_smccc_conduit conduit);
|
| /linux/drivers/net/dsa/qca/ |
| H A D | qca8k-8xxx.c | 1753 qca8k_conduit_change(struct dsa_switch *ds, const struct net_device *conduit, in qca8k_conduit_change() argument 1756 struct dsa_port *dp = conduit->dsa_ptr; in qca8k_conduit_change() 1766 priv->mgmt_conduit = operational ? (struct net_device *)conduit : NULL; in qca8k_conduit_change()
|
| /linux/Documentation/networking/ |
| H A D | switchdev.rst | 88 the physical port and provides a conduit for control traffic to/from the
|