Home
last modified time | relevance | path

Searched defs:ksz_dev_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/net/dsa/microchip/
A Dksz_common.h304 struct ksz_dev_ops { struct
305 int (*setup)(struct dsa_switch *ds);
306 void (*teardown)(struct dsa_switch *ds);
307 u32 (*get_port_addr)(int port, int offset);
332 int (*fdb_add)(struct ksz_device *dev, int port,
334 int (*fdb_del)(struct ksz_device *dev, int port,
359 void (*config_cpu_port)(struct dsa_switch *ds);
360 int (*enable_stp_addr)(struct ksz_device *dev);
361 int (*reset)(struct ksz_device *dev);
362 int (*init)(struct ksz_device *dev);
[all …]

Completed in 6 milliseconds