Searched defs:cphy (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/net/chelsio/ |
D | mv88e1xxx.c | 17 static void mdio_set_bit(struct cphy *cphy, int reg, u32 bitval) in mdio_set_bit() 28 static void mdio_clear_bit(struct cphy *cphy, int reg, u32 bitval) in mdio_clear_bit() 47 static int mv88e1xxx_reset(struct cphy *cphy, int wait) in mv88e1xxx_reset() 64 static int mv88e1xxx_interrupt_enable(struct cphy *cphy) in mv88e1xxx_interrupt_enable() 83 static int mv88e1xxx_interrupt_disable(struct cphy *cphy) in mv88e1xxx_interrupt_disable() 101 static int mv88e1xxx_interrupt_clear(struct cphy *cphy) in mv88e1xxx_interrupt_clear() 147 static int mv88e1xxx_crossover_set(struct cphy *cphy, int crossover) in mv88e1xxx_crossover_set() 160 static int mv88e1xxx_autoneg_enable(struct cphy *cphy) in mv88e1xxx_autoneg_enable() 173 static int mv88e1xxx_autoneg_disable(struct cphy *cphy) in mv88e1xxx_autoneg_disable() 193 static int mv88e1xxx_autoneg_restart(struct cphy *cphy) in mv88e1xxx_autoneg_restart() [all …]
|
D | mv88x201x.c | 50 static int led_init(struct cphy *cphy) in led_init() 60 static int led_link(struct cphy *cphy, u32 do_enable) in led_link() 78 static int mv88x201x_reset(struct cphy *cphy, int wait) in mv88x201x_reset() 86 static int mv88x201x_interrupt_enable(struct cphy *cphy) in mv88x201x_interrupt_enable() 103 static int mv88x201x_interrupt_disable(struct cphy *cphy) in mv88x201x_interrupt_disable() 119 static int mv88x201x_interrupt_clear(struct cphy *cphy) in mv88x201x_interrupt_clear() 156 static int mv88x201x_interrupt_handler(struct cphy *cphy) in mv88x201x_interrupt_handler() 167 static int mv88x201x_set_loopback(struct cphy *cphy, int on) in mv88x201x_set_loopback() 172 static int mv88x201x_get_link_status(struct cphy *cphy, int *link_ok, in mv88x201x_get_link_status() 194 static void mv88x201x_destroy(struct cphy *cphy) in mv88x201x_destroy() [all …]
|
D | my3126.c | 7 static int my3126_reset(struct cphy *cphy, int wait) in my3126_reset() 16 static int my3126_interrupt_enable(struct cphy *cphy) in my3126_interrupt_enable() 23 static int my3126_interrupt_disable(struct cphy *cphy) in my3126_interrupt_disable() 29 static int my3126_interrupt_clear(struct cphy *cphy) in my3126_interrupt_clear() 36 static int my3126_interrupt_handler(struct cphy *cphy) in my3126_interrupt_handler() 98 struct cphy *cphy = container_of(work, struct cphy, phy_update.work); in my3216_poll() local 103 static int my3126_set_loopback(struct cphy *cphy, int on) in my3126_set_loopback() 109 static int my3126_get_link_status(struct cphy *cphy, in my3126_get_link_status() 152 static void my3126_destroy(struct cphy *cphy) in my3126_destroy() 173 struct cphy *cphy = kzalloc(sizeof (*cphy), GFP_KERNEL); in my3126_phy_create() local
|
D | cphy.h | 92 struct cphy { struct 105 const struct cphy_ops *ops; /* PHY operations */ argument 107 struct cphy_instance *instance; argument 111 static inline int cphy_mdio_read(struct cphy *cphy, int mmd, int reg, in cphy_mdio_read() 120 static inline int cphy_mdio_write(struct cphy *cphy, int mmd, int reg, in cphy_mdio_write() 127 static inline int simple_mdio_read(struct cphy *cphy, int reg, in simple_mdio_read() 133 static inline int simple_mdio_write(struct cphy *cphy, int reg, in simple_mdio_write()
|
/linux-2.6.39/drivers/net/cxgb3/ |
D | vsc8211.c | 92 static int vsc8211_reset(struct cphy *cphy, int wait) in vsc8211_reset() 97 static int vsc8211_intr_enable(struct cphy *cphy) in vsc8211_intr_enable() 103 static int vsc8211_intr_disable(struct cphy *cphy) in vsc8211_intr_disable() 108 static int vsc8211_intr_clear(struct cphy *cphy) in vsc8211_intr_clear() 116 static int vsc8211_autoneg_enable(struct cphy *cphy) in vsc8211_autoneg_enable() 123 static int vsc8211_autoneg_restart(struct cphy *cphy) in vsc8211_autoneg_restart() 130 static int vsc8211_get_link_status(struct cphy *cphy, int *link_ok, in vsc8211_get_link_status() 206 static int vsc8211_get_link_status_fiber(struct cphy *cphy, int *link_ok, in vsc8211_get_link_status_fiber() 316 static int vsc8211_power_down(struct cphy *cphy, int enable) in vsc8211_power_down() 322 static int vsc8211_intr_handler(struct cphy *cphy) in vsc8211_intr_handler()
|
D | common.h | 552 struct cphy { struct 559 const struct cphy_ops *ops; /* PHY operations */ argument 565 static inline int t3_mdio_read(struct cphy *phy, int mmd, int reg, in t3_mdio_read() argument
|