Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_mv88e1xxx.c136 static int mv88e1xxx_reset(struct cphy *cphy, int wait) in mv88e1xxx_reset()
141 static int mv88e1xxx_intr_enable(struct cphy *cphy) in mv88e1xxx_intr_enable()
146 static int mv88e1xxx_intr_disable(struct cphy *cphy) in mv88e1xxx_intr_disable()
151 static int mv88e1xxx_intr_clear(struct cphy *cphy) in mv88e1xxx_intr_clear()
159 static int mv88e1xxx_crossover_set(struct cphy *cphy, int crossover) in mv88e1xxx_crossover_set()
166 static int mv88e1xxx_autoneg_enable(struct cphy *cphy) in mv88e1xxx_autoneg_enable()
175 static int mv88e1xxx_autoneg_restart(struct cphy *cphy) in mv88e1xxx_autoneg_restart()
187 static int mv88e1xxx_get_link_status(struct cphy *cphy, int *link_state, in mv88e1xxx_get_link_status()
230 static int mv88e1xxx_downshift_set(struct cphy *cphy, int downshift_enable) in mv88e1xxx_downshift_set()
241 static int mv88e1xxx_power_down(struct cphy *cphy, int enable) in mv88e1xxx_power_down()
[all …]
H A Dcxgb_vsc8211.c96 static int vsc8211_reset(struct cphy *cphy, int wait) in vsc8211_reset()
101 static int vsc8211_intr_enable(struct cphy *cphy) in vsc8211_intr_enable()
106 static int vsc8211_intr_disable(struct cphy *cphy) in vsc8211_intr_disable()
111 static int vsc8211_intr_clear(struct cphy *cphy) in vsc8211_intr_clear()
119 static int vsc8211_autoneg_enable(struct cphy *cphy) in vsc8211_autoneg_enable()
125 static int vsc8211_autoneg_restart(struct cphy *cphy) in vsc8211_autoneg_restart()
131 static int vsc8211_get_link_status(struct cphy *cphy, int *link_state, in vsc8211_get_link_status()
204 static int vsc8211_get_link_status_fiber(struct cphy *cphy, int *link_state, in vsc8211_get_link_status_fiber()
297 static int vsc8211_power_down(struct cphy *cphy, int enable) in vsc8211_power_down()
303 static int vsc8211_intr_handler(struct cphy *cphy) in vsc8211_intr_handler()
H A Dcxgb_common.h572 struct cphy { struct
582 const struct cphy_ops *ops; /* PHY operations */ argument
590 static inline int mdio_read(struct cphy *phy, int mmd, int reg, in mdio_read() argument