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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
103 mv88x201x_interrupt_disable(struct cphy *cphy) argument
119 mv88x201x_interrupt_clear(struct cphy *cphy) argument
156 mv88x201x_interrupt_handler(struct cphy *cphy) argument
167 mv88x201x_set_loopback(struct cphy *cphy, int on) argument
172 mv88x201x_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
194 mv88x201x_destroy(struct cphy *cphy) argument
216 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
173 struct cphy *cphy = kzalloc(sizeof (*cphy), GFP_KERNEL); local
[all...]
H A Dcphy.h92 struct cphy { struct
111 cphy_mdio_read(struct cphy *cphy, int mmd, int reg, unsigned int *valp) argument
120 cphy_mdio_write(struct cphy *cphy, int mmd, int reg, unsigned int val) argument
127 simple_mdio_read(struct cphy *cphy, int reg, unsigned int *valp) argument
133 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
360 struct cphy *cphy = kzalloc(sizeof(*cphy), GFP_KERNEL); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dvsc8211.c92 static int vsc8211_reset(struct cphy *cphy, int wait) argument
97 static int vsc8211_intr_enable(struct cphy *cphy) argument
103 static int vsc8211_intr_disable(struct cphy *cphy) argument
108 static int vsc8211_intr_clear(struct cphy *cph argument
116 vsc8211_autoneg_enable(struct cphy *cphy) argument
123 vsc8211_autoneg_restart(struct cphy *cphy) argument
130 vsc8211_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
206 vsc8211_get_link_status_fiber(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
316 vsc8211_power_down(struct cphy *cphy, int enable) argument
322 vsc8211_intr_handler(struct cphy *cphy) argument
[all...]
H A Dcommon.h552 struct cphy { struct
[all...]

Completed in 130 milliseconds