Searched defs:cphy (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dmv88x201x.c50 static int led_init(struct cphy *cphy) argument
60 static int led_link(struct cphy *cphy, u32 do_enable) argument
78 static int mv88x201x_reset(struct cphy *cph argument
86 mv88x201x_interrupt_enable(struct cphy *cphy) argument
102 mv88x201x_interrupt_disable(struct cphy *cphy) argument
118 mv88x201x_interrupt_clear(struct cphy *cphy) argument
155 mv88x201x_interrupt_handler(struct cphy *cphy) argument
166 mv88x201x_set_loopback(struct cphy *cphy, int on) argument
171 mv88x201x_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
194 mv88x201x_destroy(struct cphy *cphy) argument
214 struct cphy *cphy = kzalloc(sizeof(*cphy), GFP_KERNEL); local
[all...]
H A Dmy3126.c7 static int my3126_reset(struct cphy *cphy, int wait) argument
16 static int my3126_interrupt_enable(struct cphy *cphy) argument
23 static int my3126_interrupt_disable(struct cphy *cphy) argument
29 my3126_interrupt_clear(struct cphy *cphy) argument
36 my3126_interrupt_handler(struct cphy *cphy) argument
98 struct cphy *cphy = container_of(work, struct cphy, phy_update.work); local
103 my3126_set_loopback(struct cphy *cphy, int on) argument
109 my3126_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
152 my3126_destroy(struct cphy *cphy) argument
171 struct cphy *cphy = kzalloc(sizeof (*cphy), GFP_KERNEL); local
[all...]
H A Dcphy.h89 struct cphy { struct
112 mdio_read(struct cphy *cphy, int mmd, int reg, unsigned int *valp) argument
118 mdio_write(struct cphy *cphy, int mmd, int reg, unsigned int val) argument
124 simple_mdio_read(struct cphy *cphy, int reg, unsigned int *valp) argument
130 simple_mdio_write(struct cphy *cphy, int reg, unsigned int val) argument
[all...]
H A Dmv88e1xxx.c17 static void mdio_set_bit(struct cphy *cphy, int reg, u32 bitval) argument
28 static void mdio_clear_bit(struct cphy *cphy, int reg, u32 bitval) argument
47 mv88e1xxx_reset(struct cphy *cphy, int wait) argument
64 mv88e1xxx_interrupt_enable(struct cphy *cphy) argument
83 mv88e1xxx_interrupt_disable(struct cphy *cphy) argument
101 mv88e1xxx_interrupt_clear(struct cphy *cphy) argument
147 mv88e1xxx_crossover_set(struct cphy *cphy, int crossover) argument
160 mv88e1xxx_autoneg_enable(struct cphy *cphy) argument
173 mv88e1xxx_autoneg_disable(struct cphy *cphy) argument
193 mv88e1xxx_autoneg_restart(struct cphy *cphy) argument
231 mv88e1xxx_set_loopback(struct cphy *cphy, int on) argument
240 mv88e1xxx_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
273 mv88e1xxx_downshift_set(struct cphy *cphy, int downshift_enable) argument
293 mv88e1xxx_interrupt_handler(struct cphy *cphy) argument
335 mv88e1xxx_destroy(struct cphy *cphy) argument
359 struct cphy *cphy = kzalloc(sizeof(*cphy), GFP_KERNEL); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dvsc8211.c80 static int vsc8211_reset(struct cphy *cphy, int wait) argument
85 static int vsc8211_intr_enable(struct cphy *cphy) argument
90 static int vsc8211_intr_disable(struct cphy *cphy) argument
95 static int vsc8211_intr_clear(struct cphy *cph argument
103 vsc8211_autoneg_enable(struct cphy *cphy) argument
109 vsc8211_autoneg_restart(struct cphy *cphy) argument
115 vsc8211_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
187 vsc8211_power_down(struct cphy *cphy, int enable) argument
193 vsc8211_intr_handler(struct cphy *cphy) argument
[all...]
H A Dcommon.h539 struct cphy { struct
[all...]

Completed in 106 milliseconds