Searched refs:dsa (Results 1 - 25 of 112) sorted by last modified time

12345

/linux-master/drivers/net/dsa/microchip/
H A Dksz_dcb.c4 #include <linux/dsa/ksz_common.h>
5 #include <net/dsa.h>
H A Dksz_dcb.h7 #include <net/dsa.h>
H A Dksz_common.c9 #include <linux/dsa/ksz_common.h>
26 #include <net/dsa.h>
/linux-master/net/dsa/
H A Duser.c3 * net/dsa/user.c - user device handling
27 #include "dsa.h"
342 ds->user_mii_bus->name = "dsa user smi";
345 snprintf(ds->user_mii_bus->id, MII_BUS_ID_SIZE, "dsa-%d.%d",
964 strscpy(drvinfo->driver, "dsa", sizeof(drvinfo->driver));
2505 path->dsa.proto = cpu_dp->tag_ops->proto;
2506 path->dsa.port = dp->index;
2536 .name = "dsa",
H A Ddevlink.c6 #include <net/dsa.h>
/linux-master/net/core/
H A Dflow_dissector.c9 #include <net/dsa.h>
H A Ddev.c104 #include <net/dsa.h>
/linux-master/include/net/
H A Ddsa.h3 * include/net/dsa.h - Driver for Distributed Switch Architecture switch chips
20 #include <linux/platform_data/dsa.h>
150 * this dsa switch tree instance.
/linux-master/include/linux/
H A Dnetdevice.h857 } dsa; member in union:net_device_path::__anon2535
1866 * @dsa_ptr: dsa specific data
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c12 #include <net/dsa.h>
H A Dmtk_ppe_offload.c12 #include <net/dsa.h>
H A Dmtk_eth_soc.c27 #include <net/dsa.h>
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_rxtx.c216 struct prestera_dsa dsa; local
223 /* ethertype field is part of the dsa header */
224 err = prestera_dsa_parse(&dsa, skb->data - ETH_TLEN);
228 dev_id = dsa.hw_dev_num;
229 hw_port = dsa.port_num;
251 if (dsa.vlan.is_tagged) {
252 u16 tci = dsa.vlan.vid & VLAN_VID_MASK;
254 tci |= dsa.vlan.vpt << VLAN_PRIO_SHIFT;
255 if (dsa.vlan.cfi_bit)
261 cpu_code = dsa
814 struct prestera_dsa dsa; local
[all...]
/linux-master/drivers/net/dsa/xrs700x/
H A Dxrs700x.c7 #include <net/dsa.h>
/linux-master/drivers/net/dsa/
H A Dvitesse-vsc73xx-core.c29 #include <net/dsa.h>
1017 static void vsc73xx_phylink_get_caps(struct dsa_switch *dsa, int port, argument
H A Drzn1_a5psw.c16 #include <net/dsa.h>
H A Dmt7530.c23 #include <net/dsa.h>
H A Dmt7530-mdio.c14 #include <net/dsa.h>
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_main.c23 #include <linux/dsa/8021q.h>
/linux-master/drivers/net/dsa/realtek/
H A Drealtek.h14 #include <net/dsa.h>
/linux-master/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c14 #include <net/dsa.h>
22 #include <linux/dsa/tag_qca.h>
H A Dar9331.c48 #include <net/dsa.h>
/linux-master/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c14 #include <linux/dsa/ocelot.h>
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c15 #include <linux/dsa/mv88e6xxx.h>
33 #include <net/dsa.h>
2697 /* net/dsa/user.c will call dsa_port_vlan_add() for the affected port
H A Dchip.h19 #include <net/dsa.h>

Completed in 1056 milliseconds

12345