Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/dsa/microchip/
H A Dksz_common.h344 struct ksz_dev_ops { struct
345 int (*setup)(struct dsa_switch *ds);
346 void (*teardown)(struct dsa_switch *ds);
347 u32 (*get_port_addr)(int port, int offset);
409 int (*fdb_add)(struct ksz_device *dev, int port,
411 int (*fdb_del)(struct ksz_device *dev, int port,
438 void (*config_cpu_port)(struct dsa_switch *ds);
439 int (*enable_stp_addr)(struct ksz_device *dev);
440 int (*reset)(struct ksz_device *dev);
441 int (*init)(struct ksz_device *dev);
[all …]