Searched defs:cphy (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/pci/cxgb/ |
H A D | cxgb_vsc8211.c | 85 static int vsc8211_reset(struct cphy *cphy, int wait) in vsc8211_reset() 90 static int vsc8211_intr_enable(struct cphy *cphy) in vsc8211_intr_enable() 95 static int vsc8211_intr_disable(struct cphy *cphy) in vsc8211_intr_disable() 100 static int vsc8211_intr_clear(struct cphy *cphy) in vsc8211_intr_clear() 108 static int vsc8211_autoneg_enable(struct cphy *cphy) in vsc8211_autoneg_enable() 114 static int vsc8211_autoneg_restart(struct cphy *cphy) in vsc8211_autoneg_restart() 120 static int vsc8211_get_link_status(struct cphy *cphy, int *link_ok, in vsc8211_get_link_status() 192 static int vsc8211_power_down(struct cphy *cphy, int enable) in vsc8211_power_down() 198 static int vsc8211_intr_handler(struct cphy *cphy) in vsc8211_intr_handler()
|
H A D | cxgb_mv88e1xxx.c | 141 static int mv88e1xxx_reset(struct cphy *cphy, int wait) in mv88e1xxx_reset() 146 static int mv88e1xxx_intr_enable(struct cphy *cphy) in mv88e1xxx_intr_enable() 151 static int mv88e1xxx_intr_disable(struct cphy *cphy) in mv88e1xxx_intr_disable() 156 static int mv88e1xxx_intr_clear(struct cphy *cphy) in mv88e1xxx_intr_clear() 164 static int mv88e1xxx_crossover_set(struct cphy *cphy, int crossover) in mv88e1xxx_crossover_set() 171 static int mv88e1xxx_autoneg_enable(struct cphy *cphy) in mv88e1xxx_autoneg_enable() 180 static int mv88e1xxx_autoneg_restart(struct cphy *cphy) in mv88e1xxx_autoneg_restart() 186 static int mv88e1xxx_set_loopback(struct cphy *cphy, int mmd, int dir, int on) in mv88e1xxx_set_loopback() 192 static int mv88e1xxx_get_link_status(struct cphy *cphy, int *link_ok, in mv88e1xxx_get_link_status() 224 static int mv88e1xxx_downshift_set(struct cphy *cphy, int downshift_enable) in mv88e1xxx_downshift_set() [all …]
|
H A D | cxgb_common.h | 530 struct cphy { struct 534 const struct cphy_ops *ops; /* PHY operations */ argument 542 static __inline int mdio_read(struct cphy *phy, int mmd, int reg, in mdio_read() argument
|