Searched defs:mt753x_info (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/net/dsa/ |
D | mt7530.h | 764 struct mt753x_info { struct 765 enum mt753x_id id; 767 const struct phylink_pcs_ops *pcs_ops; 769 int (*sw_setup)(struct dsa_switch *ds); 770 int (*phy_read)(struct mt7530_priv *priv, int port, int regnum); 771 int (*phy_write)(struct mt7530_priv *priv, int port, int regnum, u16 val); 772 int (*pad_setup)(struct dsa_switch *ds, phy_interface_t interface); 773 int (*cpu_port_config)(struct dsa_switch *ds, int port); 774 void (*mac_port_get_caps)(struct dsa_switch *ds, int port, 776 void (*mac_port_validate)(struct dsa_switch *ds, int port, [all …]
|