Searched defs:mdio_ops (Results  1 – 10 of 10) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ | 
| D | cphy.h | 43 struct mdio_ops {  struct44 	void (*init)(adapter_t *adapter, const struct board_info *bi);
 45 	int  (*read)(struct net_device *dev, int phy_addr, int mmd_addr,
 47 	int  (*write)(struct net_device *dev, int phy_addr, int mmd_addr,
 49 	unsigned mode_support;
 141 			     const struct mdio_ops *mdio_ops)  in cphy_init()
 
 | 
| D | my3126.c | 171 			int phy_addr, const struct mdio_ops *mdio_ops)  in my3126_phy_create()
 | 
| D | mv88x201x.c | 212 					 const struct mdio_ops *mdio_ops)  in mv88x201x_phy_create()
 | 
| D | mv88e1xxx.c | 357 					 const struct mdio_ops *mdio_ops)  in mv88e1xxx_phy_create()
 | 
| D | common.h | 287 	const struct mdio_ops  *mdio_ops;  member
 | 
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ | 
| D | ael1002.c | 213 			int phy_addr, const struct mdio_ops *mdio_ops)  in t3_ael1002_phy_prep()239 			     int phy_addr, const struct mdio_ops *mdio_ops)  in t3_ael1006_phy_prep()
 510 			int phy_addr, const struct mdio_ops *mdio_ops)  in t3_ael2005_phy_prep()
 816 			const struct mdio_ops *mdio_ops)  in t3_ael2020_phy_prep()
 871 		       int phy_addr, const struct mdio_ops *mdio_ops)  in t3_qt2045_phy_prep()
 935 			    int phy_addr, const struct mdio_ops *mdio_ops)  in t3_xaui_direct_phy_prep()
 
 | 
| D | aq100x.c | 267 		       const struct mdio_ops *mdio_ops)  in t3_aq100x_phy_prep()
 | 
| D | common.h | 156 struct mdio_ops {  struct171 	const struct mdio_ops *mdio_ops;	/* MDIO operations */  member
 579 			     const struct mdio_ops *mdio_ops,  in cphy_init()
 
 | 
| D | vsc8211.c | 368 			int phy_addr, const struct mdio_ops *mdio_ops)  in t3_vsc8211_phy_prep()
 | 
| /linux-4.4.14/drivers/net/ethernet/realtek/ | 
| D | r8169.c | 798 	struct mdio_ops {  struct799 		void (*write)(struct rtl8169_private *, int, int);
 800 		int (*read)(struct rtl8169_private *, int);
 801 	} mdio_ops;  member
 
 |