Home
last modified time | relevance | path

Searched refs:xrs700x (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/net/dsa/xrs700x/
Dxrs700x.h27 struct xrs700x { struct
40 struct xrs700x *xrs700x_switch_alloc(struct device *base, void *devpriv); argument
41 int xrs700x_switch_register(struct xrs700x *priv);
42 void xrs700x_switch_remove(struct xrs700x *priv);
43 void xrs700x_switch_shutdown(struct xrs700x *priv);
Dxrs700x.c108 static void xrs700x_read_port_counters(struct xrs700x *priv, int port) in xrs700x_read_port_counters()
151 struct xrs700x *priv = container_of(work, struct xrs700x, in xrs700x_mib_work()
164 struct xrs700x *priv = ds->priv; in xrs700x_get_ethtool_stats()
177 struct xrs700x *priv = ds->priv; in xrs700x_get_stats64()
187 static int xrs700x_setup_regmap_range(struct xrs700x *priv) in xrs700x_setup_regmap_range()
237 struct xrs700x *priv = ds->priv; in xrs700x_reset()
260 struct xrs700x *priv = ds->priv; in xrs700x_port_stp_state_set()
301 struct xrs700x *priv = ds->priv; in xrs700x_port_add_bpdu_ipf()
345 struct xrs700x *priv = ds->priv; in xrs700x_port_add_hsrsup_ipf()
388 struct xrs700x *priv = ds->priv; in xrs700x_port_setup()
[all …]
Dxrs700x_i2c.c81 struct xrs700x *priv; in xrs700x_i2c_probe()
109 struct xrs700x *priv = i2c_get_clientdata(i2c); in xrs700x_i2c_remove()
119 struct xrs700x *priv = i2c_get_clientdata(i2c); in xrs700x_i2c_shutdown()
Dxrs700x_mdio.c109 struct xrs700x *priv; in xrs700x_mdio_probe()
137 struct xrs700x *priv = dev_get_drvdata(&mdiodev->dev); in xrs700x_mdio_remove()
147 struct xrs700x *priv = dev_get_drvdata(&mdiodev->dev); in xrs700x_mdio_shutdown()
DMakefile2 obj-$(CONFIG_NET_DSA_XRS700X) += xrs700x.o
/linux-6.12.1/drivers/net/dsa/
DMakefile28 obj-y += xrs700x/
DKconfig88 source "drivers/net/dsa/xrs700x/Kconfig"
/linux-6.12.1/
DMAINTAINERS3337 F: Documentation/devicetree/bindings/net/dsa/arrow,xrs700x.yaml
3338 F: drivers/net/dsa/xrs700x/*