Home
last modified time | relevance | path

Searched refs:dsa_switch_ops (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/drivers/net/dsa/realtek/
H A Drealtek.h119 const struct dsa_switch_ops *ds_ops_smi;
120 const struct dsa_switch_ops *ds_ops_mdio;
H A Drtl8366rb.c1775 static const struct dsa_switch_ops rtl8366rb_switch_ops_smi = {
1799 static const struct dsa_switch_ops rtl8366rb_switch_ops_mdio = {
H A Drtl8365mb.c2117 static const struct dsa_switch_ops rtl8365mb_switch_ops_smi = {
2138 static const struct dsa_switch_ops rtl8365mb_switch_ops_mdio = {
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.h85 extern const struct dsa_switch_ops felix_switch_ops;
H A Dfelix.c2097 const struct dsa_switch_ops felix_switch_ops = {
/openbmc/linux/drivers/net/dsa/
H A Dmv88e6060.c294 static const struct dsa_switch_ops mv88e6060_switch_ops = {
H A Ddsa_loop.c280 static const struct dsa_switch_ops dsa_loop_driver = {
H A Dlantiq_gswip.c255 const struct dsa_switch_ops *ops;
1821 static const struct dsa_switch_ops gswip_xrx200_switch_ops = {
1847 static const struct dsa_switch_ops gswip_xrx300_switch_ops = {
H A Dbcm_sf2.c1203 static const struct dsa_switch_ops bcm_sf2_ops = {
1352 struct dsa_switch_ops *ops; in bcm_sf2_sw_probe()
H A Dmt7530.h858 extern const struct dsa_switch_ops mt7530_switch_ops;
H A Dvitesse-vsc73xx-core.c1083 static const struct dsa_switch_ops vsc73xx_ds_ops = {
H A Dlan9303-core.c1362 static const struct dsa_switch_ops lan9303_switch_ops = {
H A Drzn1_a5psw.c995 static const struct dsa_switch_ops a5psw_switch_ops = {
H A Dmt7530.c3319 const struct dsa_switch_ops mt7530_switch_ops = { in mt7988_setup()
/openbmc/linux/include/net/
H A Ddsa.h452 const struct dsa_switch_ops *ops;
816 struct dsa_switch_ops { struct
1301 const struct dsa_switch_ops *ops;
/openbmc/linux/drivers/net/dsa/qca/
H A Dar9331.c241 struct dsa_switch_ops ops;
687 static const struct dsa_switch_ops ar9331_sw_ops = {
H A Dqca8k-8xxx.c1993 static const struct dsa_switch_ops qca8k_switch_ops = {
/openbmc/linux/Documentation/networking/dsa/
H A Ddsa.rst396 device, and a reference to the backing``dsa_switch_ops``
398 - ``dsa_switch_ops``: structure referencing function pointers, see below for a
520 DSA switch drivers need to implement a ``dsa_switch_ops`` structure which will
540 - ``ds->ops``: a pointer to the ``dsa_switch_ops`` structure holding the DSA
604 further callbacks via the provided ``dsa_switch_ops`` may take place, and the
624 up the ``dsa_switch_ops`` private structure with all it needs: register maps,
1053 can optionally populate ``ds->num_lag_ids`` from the ``dsa_switch_ops::setup``
/openbmc/linux/drivers/net/dsa/xrs700x/
H A Dxrs700x.c696 static const struct dsa_switch_ops xrs700x_ops = {
/openbmc/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek.c1904 static const struct dsa_switch_ops hellcreek_ds_ops = {
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_common.c2291 static const struct dsa_switch_ops b53_switch_ops = {
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_main.c3200 static const struct dsa_switch_ops sja1105_switch_ops = {
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz_common.c3424 static const struct dsa_switch_ops ksz_switch_ops = {
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c6911 static const struct dsa_switch_ops mv88e6xxx_switch_ops = {