Searched defs:mv88e6xxx_avb_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/net/dsa/mv88e6xxx/ |
D | chip.h | 679 struct mv88e6xxx_avb_ops { struct 681 int (*port_ptp_read)(struct mv88e6xxx_chip *chip, int port, int addr, 683 int (*port_ptp_write)(struct mv88e6xxx_chip *chip, int port, int addr, 687 int (*ptp_read)(struct mv88e6xxx_chip *chip, int addr, u16 *data, 689 int (*ptp_write)(struct mv88e6xxx_chip *chip, int addr, u16 data); 692 int (*tai_read)(struct mv88e6xxx_chip *chip, int addr, u16 *data, 694 int (*tai_write)(struct mv88e6xxx_chip *chip, int addr, u16 data);
|