Searched refs:mdio_ops (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dcphy.h44 struct mdio_ops { struct
139 const struct mdio_ops *mdio_ops)
144 if (mdio_ops) {
145 phy->mdio_read = mdio_ops->read;
146 phy->mdio_write = mdio_ops->write;
154 const struct mdio_ops *mdio_ops);
137 cphy_init(struct cphy *phy, adapter_t *adapter, int phy_addr, struct cphy_ops *phy_ops, const struct mdio_ops *mdio_ops) argument
H A Dmv88x201x.c211 const struct mdio_ops *mdio_ops)
219 cphy_init(cphy, adapter, phy_addr, &mv88x201x_ops, mdio_ops);
210 mv88x201x_phy_create(adapter_t *adapter, int phy_addr, const struct mdio_ops *mdio_ops) argument
H A Dmy3126.c169 int phy_addr, const struct mdio_ops *mdio_ops)
176 cphy_init(cphy, adapter, phy_addr, &my3126_ops, mdio_ops);
168 my3126_phy_create(adapter_t *adapter, int phy_addr, const struct mdio_ops *mdio_ops) argument
H A Dcommon.h304 struct mdio_ops;
327 const struct mdio_ops *mdio_ops; member in struct:board_info
H A Dsubr.c324 static const struct mdio_ops mi1_mdio_ops = {
380 static const struct mdio_ops mi1_mdio_ext_ops = {
414 .mdio_ops = &mi1_mdio_ext_ops,
434 .mdio_ops = &mi1_mdio_ext_ops,
454 .mdio_ops = &mi1_mdio_ext_ops,
476 .mdio_ops = &mi1_mdio_ext_ops,
498 .mdio_ops = &mi1_mdio_ext_ops,
522 .mdio_ops = &mi1_mdio_ops,
1120 bi->mdio_ops->init(adapter, bi);
1132 bi->mdio_ops);
[all...]
H A Dmv88e1xxx.c357 const struct mdio_ops *mdio_ops)
364 cphy_init(cphy, adapter, phy_addr, &mv88e1xxx_ops, mdio_ops);
356 mv88e1xxx_phy_create(adapter_t *adapter, int phy_addr, const struct mdio_ops *mdio_ops) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dael1002.c123 int phy_addr, const struct mdio_ops *mdio_ops)
125 cphy_init(phy, adapter, phy_addr, &ael1002_ops, mdio_ops);
178 int phy_addr, const struct mdio_ops *mdio_ops)
180 cphy_init(phy, adapter, phy_addr, &ael1006_ops, mdio_ops);
195 int phy_addr, const struct mdio_ops *mdio_ops)
199 cphy_init(phy, adapter, phy_addr, &qt2045_ops, mdio_ops);
254 int phy_addr, const struct mdio_ops *mdio_op
122 t3_ael1002_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr, const struct mdio_ops *mdio_ops) argument
177 t3_ael1006_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr, const struct mdio_ops *mdio_ops) argument
194 t3_qt2045_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr, const struct mdio_ops *mdio_ops) argument
253 t3_xaui_direct_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr, const struct mdio_ops *mdio_ops) argument
[all...]
H A Dcommon.h160 struct mdio_ops { struct
175 const struct mdio_ops *mdio_ops; /* MDIO operations */ member in struct:adapter_info
181 int phy_addr, const struct mdio_ops *ops);
566 const struct mdio_ops *mdio_ops)
571 if (mdio_ops) {
572 phy->mdio_read = mdio_ops->read;
573 phy->mdio_write = mdio_ops->write;
741 int phy_addr, const struct mdio_ops *mdio_op
564 cphy_init(struct cphy *phy, struct adapter *adapter, int phy_addr, struct cphy_ops *phy_ops, const struct mdio_ops *mdio_ops) argument
[all...]
H A Dvsc8211.c225 int phy_addr, const struct mdio_ops *mdio_ops)
227 cphy_init(phy, adapter, phy_addr, &vsc8211_ops, mdio_ops);
224 t3_vsc8211_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr, const struct mdio_ops *mdio_ops) argument
H A Dt3_hw.c247 static const struct mdio_ops mi1_mdio_ops = {
298 static const struct mdio_ops mi1_mdio_ext_ops = {
3365 ai->mdio_ops);

Completed in 134 milliseconds