Searched refs:dsa (Results 1 - 25 of 110) sorted by relevance

12345

/linux-master/drivers/net/dsa/
H A Dlan9303.h4 #include <net/dsa.h>
6 #include <linux/dsa/lan9303.h>
H A Ddsa_loop_bdinfo.c5 #include <net/dsa.h>
24 .modalias = "dsa-loop",
H A Dmt7530-mmio.c9 #include <net/dsa.h>
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_dsa.c34 int prestera_dsa_parse(struct prestera_dsa *dsa, const u8 *dsa_buf) argument
62 dsa->vlan.is_tagged = FIELD_GET(PRESTERA_DSA_W0_IS_TAGGED, words[0]);
63 dsa->vlan.cfi_bit = FIELD_GET(PRESTERA_DSA_W1_CFI_BIT, words[1]);
64 dsa->vlan.vpt = FIELD_GET(PRESTERA_DSA_W0_VPT, words[0]);
65 dsa->vlan.vid = FIELD_GET(PRESTERA_DSA_W0_VID, words[0]);
66 dsa->vlan.vid &= ~PRESTERA_DSA_VID;
67 dsa->vlan.vid |= FIELD_PREP(PRESTERA_DSA_VID, field);
71 dsa->hw_dev_num = FIELD_GET(PRESTERA_DSA_W0_DEV_NUM, words[0]);
72 dsa->hw_dev_num |= FIELD_PREP(PRESTERA_DSA_DEV_NUM, field);
74 dsa
83 prestera_dsa_build(const struct prestera_dsa *dsa, u8 *dsa_buf) argument
[all...]
H A Dprestera_dsa.h33 int prestera_dsa_parse(struct prestera_dsa *dsa, const u8 *dsa_buf);
34 int prestera_dsa_build(const struct prestera_dsa *dsa, u8 *dsa_buf);
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
805 struct prestera_dsa dsa; local
[all...]
/linux-master/include/linux/platform_data/
H A Dmv88e6xxx.h5 #include <linux/platform_data/dsa.h>
H A Db53.h23 #include <linux/platform_data/dsa.h>
H A Dmicrochip-ksz.h23 #include <linux/platform_data/dsa.h>
/linux-master/net/dsa/
H A Dtag_8021q.h6 #include <net/dsa.h>
H A Dtag_ocelot_8021q.c11 #include <linux/dsa/8021q.h>
12 #include <linux/dsa/ocelot.h>
H A Dtag_qca.c8 #include <net/dsa.h>
9 #include <linux/dsa/tag_qca.h>
H A Dswitch.h6 #include <net/dsa.h>
H A Duser.h11 #include <net/dsa.h>
H A DMakefile13 dsa.o \
H A Dtag_hellcreek.c3 * net/dsa/tag_hellcreek.c - Hirschmann Hellcreek switch tag format handling
12 #include <net/dsa.h>
/linux-master/include/linux/dsa/
H A Dloop.h8 #include <net/dsa.h>
H A D8021q.h8 #include <net/dsa.h>
H A Dsja1105.h5 /* Included by drivers/net/dsa/sja1105/sja1105.h and net/dsa/tag_sja1105.c */
12 #include <linux/dsa/8021q.h>
13 #include <net/dsa.h>
H A Dksz_common.h10 #include <net/dsa.h>
/linux-master/include/net/
H A Ddsa_stubs.h9 #include <net/dsa.h>
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_fw1.h272 RADDR_1 (dsa),
275 RADDR_1 (dsa),
332 RADDR_1 (dsa),
672 RADDR_1 (dsa),
718 RADDR_1 (dsa),
824 RADDR_1 (dsa),
861 SCR_LOAD_REG (dsa, 0xff),
899 RADDR_1 (dsa),
900 SCR_SFBR_REG (dsa, SCR_SHL, 0),
902 SCR_REG_REG (dsa, SCR_SH
[all...]
H A Dsym_fw2.h244 SCR_LOAD_ABS (dsa, 4),
251 SCR_LOAD_REL (dsa, 4),
691 SCR_STORE_ABS (dsa, 4),
693 SCR_LOAD_ABS (dsa, 4),
824 SCR_LOAD_REG (dsa, 0xff),
859 SCR_LOAD_ABS (dsa, 4),
861 SCR_SFBR_REG (dsa, SCR_SHL, 0),
863 SCR_REG_REG (dsa, SCR_SHL, 0),
865 SCR_REG_REG (dsa, SCR_AND, 0x3c),
867 SCR_LOAD_REL (dsa,
[all...]
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek_hwtstamp.h15 #include <net/dsa.h>
/linux-master/drivers/iio/frequency/
H A Dadmfm2000.c164 struct gpio_desc **dsa; local
192 dsa = st->dsa1_gpios;
196 dsa = st->dsa2_gpios;
214 dsa[i] = devm_fwnode_gpiod_get_index(dev, child,
217 if (IS_ERR(dsa[i])) {
219 return dev_err_probe(dev, PTR_ERR(dsa[i]),

Completed in 257 milliseconds

12345