Searched refs:phy (Results 1 - 25 of 160) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_phy.c37 struct asd_sas_phy *phy = ev->phy; local
39 sas_begin_event(PHYE_LOSS_OF_SIGNAL, &phy->ha->event_lock,
40 &phy->phy_events_pending);
41 phy->error = 0;
42 sas_deform_port(phy);
49 struct asd_sas_phy *phy = ev->phy; local
51 sas_begin_event(PHYE_OOB_DONE, &phy->ha->event_lock,
52 &phy
60 struct asd_sas_phy *phy = ev->phy; local
93 struct asd_sas_phy *phy = ev->phy; local
129 struct asd_sas_phy *phy = sas_ha->sas_phy[i]; local
[all...]
H A Dsas_port.c32 * sas_form_port -- add this phy to a port
33 * @phy: the phy of interest
35 * This function adds this phy to an existing port, thus creating a wide
36 * port, or it creates a port and adds the phy to the port.
38 static void sas_form_port(struct asd_sas_phy *phy) argument
41 struct sas_ha_struct *sas_ha = phy->ha;
42 struct asd_sas_port *port = phy->port;
48 if (memcmp(port->attached_sas_addr, phy->attached_sas_addr,
50 sas_deform_port(phy);
135 sas_deform_port(struct asd_sas_phy *phy) argument
190 struct asd_sas_phy *phy = ev->phy; local
202 struct asd_sas_phy *phy = ev->phy; local
221 struct asd_sas_phy *phy = ev->phy; local
233 struct asd_sas_phy *phy = ev->phy; local
245 struct asd_sas_phy *phy = ev->phy; local
[all...]
H A Dsas_event.c37 static void notify_port_event(struct asd_sas_phy *phy, enum port_event event) argument
39 struct sas_ha_struct *ha = phy->ha;
43 sas_queue_event(event, &ha->event_lock, &phy->port_events_pending,
44 &phy->port_events[event].work, ha);
47 static void notify_phy_event(struct asd_sas_phy *phy, enum phy_event event) argument
49 struct sas_ha_struct *ha = phy->ha;
53 sas_queue_event(event, &ha->event_lock, &phy->phy_events_pending,
54 &phy->phy_events[event].work, ha);
H A Dsas_init.c152 static int sas_get_linkerrors(struct sas_phy *phy) argument
154 if (scsi_is_sas_phy_local(phy))
157 return sas_smp_get_phy_events(phy);
160 int sas_phy_enable(struct sas_phy *phy, int enable) argument
170 if (scsi_is_sas_phy_local(phy)) {
171 struct Scsi_Host *shost = dev_to_shost(phy->dev.parent);
173 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number];
183 struct sas_rphy *rphy = dev_to_rphy(phy->dev.parent);
185 ret = sas_smp_phy_control(ddev, phy->number, command, NULL);
190 int sas_phy_reset(struct sas_phy *phy, in argument
216 sas_set_phy_speed(struct sas_phy *phy, struct sas_phy_linkrates *rates) argument
[all...]
H A Dsas_expander.c151 struct ex_phy *phy = &ex->ex_phy[phy_id]; local
155 int rediscover = (phy->phy != NULL);
158 phy->phy = sas_phy_alloc(&rphy->dev, phy_id);
160 BUG_ON(!phy->phy);
165 phy->phy_state = PHY_VACANT;
168 phy->phy_state = PHY_NOT_PRESENT;
171 phy
445 struct ex_phy *phy = &ex->ex_phy[phy_id]; local
457 struct ex_phy *phy = &ex->ex_phy[i]; local
484 sas_smp_get_phy_events(struct sas_phy *phy) argument
551 struct ex_phy *phy = &parent_ex->ex_phy[i]; local
576 struct ex_phy *phy = &parent_ex->ex_phy[phy_id]; local
676 struct ex_phy *phy = &parent->ex_dev.ex_phy[phy_id]; local
700 struct ex_phy *phy = &parent->ex_dev.ex_phy[phy_id]; local
882 struct ex_phy *phy = &ex->ex_phy[i]; local
989 struct ex_phy *phy = &ex->ex_phy[i]; local
1166 struct ex_phy *phy = &ex->ex_phy[phy_id]; local
1319 struct ex_phy *phy = &ex_parent->ex_phy[i]; local
1625 struct ex_phy *phy = &ex_dev->ex_phy[phy_id]; local
1718 struct ex_phy *phy = &ex->ex_phy[phy_id]; local
1762 struct ex_phy *phy = &ex->ex_phy[i]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_phy.c28 static inline int phy_read(struct mii_phy *phy, int reg) argument
30 return phy->mdio_read(phy->dev, phy->address, reg);
33 static inline void phy_write(struct mii_phy *phy, int reg, int val) argument
35 phy->mdio_write(phy->dev, phy->address, reg, val);
46 static int mii_spin_reset_complete(struct mii_phy *phy) argument
52 val = phy_read(phy, MII_BMC
67 mii_reset_phy(struct mii_phy *phy) argument
85 genmii_setup_aneg(struct mii_phy *phy, u32 advertise) argument
142 genmii_setup_forced(struct mii_phy *phy, int speed, int fd) argument
179 genmii_poll_link(struct mii_phy *phy) argument
193 genmii_read_link(struct mii_phy *phy) argument
279 cis8201_init(struct mii_phy *phy) argument
338 mii_phy_probe(struct mii_phy *phy, int address) argument
[all...]
H A Dibm_emac_phy.h28 int (*init) (struct mii_phy * phy);
29 int (*suspend) (struct mii_phy * phy, int wol_options);
30 int (*setup_aneg) (struct mii_phy * phy, u32 advertise);
31 int (*setup_forced) (struct mii_phy * phy, int speed, int fd);
32 int (*poll_link) (struct mii_phy * phy);
33 int (*read_link) (struct mii_phy * phy);
77 int mii_phy_probe(struct mii_phy *phy, int address);
78 int mii_reset_phy(struct mii_phy *phy);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsungem_phy.c50 static inline int __phy_read(struct mii_phy* phy, int id, int reg) argument
52 return phy->mdio_read(phy->dev, id, reg);
55 static inline void __phy_write(struct mii_phy* phy, int id, int reg, int val) argument
57 phy->mdio_write(phy->dev, id, reg, val);
60 static inline int phy_read(struct mii_phy* phy, int reg) argument
62 return phy->mdio_read(phy->dev, phy
65 phy_write(struct mii_phy* phy, int reg, int val) argument
70 reset_one_mii_phy(struct mii_phy* phy, int phy_id) argument
94 bcm5201_init(struct mii_phy* phy) argument
107 bcm5201_suspend(struct mii_phy* phy) argument
115 bcm5221_init(struct mii_phy* phy) argument
138 bcm5221_suspend(struct mii_phy* phy) argument
153 bcm5241_init(struct mii_phy* phy) argument
176 bcm5241_suspend(struct mii_phy* phy) argument
191 bcm5400_init(struct mii_phy* phy) argument
220 bcm5400_suspend(struct mii_phy* phy) argument
225 bcm5401_init(struct mii_phy* phy) argument
273 bcm5401_suspend(struct mii_phy* phy) argument
278 bcm5411_init(struct mii_phy* phy) argument
307 genmii_setup_aneg(struct mii_phy *phy, u32 advertise) argument
338 genmii_setup_forced(struct mii_phy *phy, int speed, int fd) argument
371 genmii_poll_link(struct mii_phy *phy) argument
384 genmii_read_link(struct mii_phy *phy) argument
408 generic_suspend(struct mii_phy* phy) argument
415 bcm5421_init(struct mii_phy* phy) argument
462 bcm54xx_setup_aneg(struct mii_phy *phy, u32 advertise) argument
506 bcm54xx_setup_forced(struct mii_phy *phy, int speed, int fd) argument
540 bcm54xx_read_link(struct mii_phy *phy) argument
566 marvell88e1111_init(struct mii_phy* phy) argument
590 bcm5421_poll_link(struct mii_phy* phy) argument
614 bcm5421_read_link(struct mii_phy* phy) argument
642 bcm5421_enable_fiber(struct mii_phy* phy, int autoneg) argument
663 bcm5461_poll_link(struct mii_phy* phy) argument
689 bcm5461_read_link(struct mii_phy* phy) argument
718 bcm5461_enable_fiber(struct mii_phy* phy, int autoneg) argument
737 marvell_setup_aneg(struct mii_phy *phy, u32 advertise) argument
782 marvell_setup_forced(struct mii_phy *phy, int speed, int fd) argument
831 marvell_read_link(struct mii_phy *phy) argument
1145 mii_phy_probe(struct mii_phy *phy, int mii_id) argument
[all...]
H A Dsungem_phy.h9 int (*init)(struct mii_phy *phy);
10 int (*suspend)(struct mii_phy *phy);
11 int (*setup_aneg)(struct mii_phy *phy, u32 advertise);
12 int (*setup_forced)(struct mii_phy *phy, int speed, int fd);
13 int (*poll_link)(struct mii_phy *phy);
14 int (*read_link)(struct mii_phy *phy);
15 int (*enable_fiber)(struct mii_phy *phy, int autoneg);
64 extern int mii_phy_probe(struct mii_phy *phy, int mii_id);
H A Dsmc911x.h756 #define SMC_GET_MII(a,phy,v) \
762 SMC_SET_MII_ACC( ((phy)<<11) | ((a)<<6) | \
769 #define SMC_SET_MII(a,phy,v) \
776 SMC_SET_MII_ACC( ((phy)<<11) | ((a)<<6) | \
783 #define SMC_GET_PHY_BMCR(phy,x) SMC_GET_MII( MII_BMCR, phy, x )
784 #define SMC_SET_PHY_BMCR(phy,x) SMC_SET_MII( MII_BMCR, phy, x )
785 #define SMC_GET_PHY_BMSR(phy,x) SMC_GET_MII( MII_BMSR, phy,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dael1002.c47 static void ael100x_txon(struct cphy *phy) argument
49 int tx_on_gpio = phy->addr == 0 ? F_GPIO7_OUT_VAL : F_GPIO2_OUT_VAL;
52 t3_set_reg_field(phy->adapter, A_T3DBG_GPIO_EN, 0, tx_on_gpio);
56 static int ael1002_power_down(struct cphy *phy, int enable) argument
60 err = mdio_write(phy, MDIO_DEV_PMA_PMD, AEL100X_TX_DISABLE, !!enable);
62 err = t3_mdio_change_bits(phy, MDIO_DEV_PMA_PMD, MII_BMCR,
67 static int ael1002_reset(struct cphy *phy, int wait) argument
71 if ((err = ael1002_power_down(phy, 0)) ||
72 (err = mdio_write(phy, MDIO_DEV_PMA_PMD, AEL100X_TX_CONFIG1, 1)) ||
73 (err = mdio_write(phy, MDIO_DEV_PMA_PM
82 ael1002_intr_noop(struct cphy *phy) argument
87 ael100x_get_link_status(struct cphy *phy, int *link_ok, int *speed, int *duplex, int *fc) argument
122 t3_ael1002_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr, const struct mdio_ops *mdio_ops) argument
129 ael1006_reset(struct cphy *phy, int wait) argument
134 ael1006_intr_enable(struct cphy *phy) argument
139 ael1006_intr_disable(struct cphy *phy) argument
144 ael1006_intr_clear(struct cphy *phy) argument
151 ael1006_intr_handler(struct cphy *phy) argument
161 ael1006_power_down(struct cphy *phy, int enable) 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
210 xaui_direct_reset(struct cphy *phy, int wait) argument
215 xaui_direct_get_link_status(struct cphy *phy, int *link_ok, int *speed, int *duplex, int *fc) argument
238 xaui_direct_power_down(struct cphy *phy, int enable) 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.h180 void (*phy_prep)(struct cphy *phy, struct adapter *adapter,
519 void (*destroy)(struct cphy *phy);
520 int (*reset)(struct cphy *phy, int wait);
522 int (*intr_enable)(struct cphy *phy);
523 int (*intr_disable)(struct cphy *phy);
524 int (*intr_clear)(struct cphy *phy);
525 int (*intr_handler)(struct cphy *phy);
527 int (*autoneg_enable)(struct cphy *phy);
528 int (*autoneg_restart)(struct cphy *phy);
530 int (*advertise)(struct cphy *phy, unsigne
551 mdio_read(struct cphy *phy, int mmd, int reg, unsigned int *valp) argument
557 mdio_write(struct cphy *phy, int mmd, int reg, unsigned int val) argument
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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dpcmplc.c205 static void pcm_fsm(struct s_smc *smc, struct s_phy *phy, int cmd);
206 static void pc_rcode_actions(struct s_smc *smc, int bit, struct s_phy *phy);
207 static void pc_tcode_actions(struct s_smc *smc, const int bit, struct s_phy *phy);
208 static void reset_lem_struct(struct s_phy *phy);
212 static void sm_ph_linestate(struct s_smc *smc, int phy, int ls);
220 struct s_phy *phy)
222 phy->timer0_exp = FALSE ; /* clear timer event flag */
223 smt_timer_start(smc,&phy->pcm_timer0,value,
224 EV_TOKEN(EVENT_PCM+phy->np,event)) ;
230 static void stop_pcm_timer0(struct s_smc *smc, struct s_phy *phy) argument
219 start_pcm_timer0(struct s_smc *smc, u_long value, int event, struct s_phy *phy) argument
244 struct s_phy *phy ; local
504 sm_pm_get_ls(struct s_smc *smc, int phy) argument
537 plc_send_bits(struct s_smc *smc, struct s_phy *phy, int len) argument
597 struct s_phy *phy ; local
672 pcm_fsm(struct s_smc *smc, struct s_phy *phy, int cmd) argument
1009 sm_ph_linestate(struct s_smc *smc, int phy, int ls) argument
1038 reset_lem_struct(struct s_phy *phy) argument
1049 lem_evaluate(struct s_smc *smc, struct s_phy *phy) argument
1157 lem_check_lct(struct s_smc *smc, struct s_phy *phy) argument
1228 sm_pm_ls_latch(struct s_smc *smc, int phy, int on_off) argument
1246 pc_rcode_actions(struct s_smc *smc, int bit, struct s_phy *phy) argument
1382 pc_tcode_actions(struct s_smc *smc, const int bit, struct s_phy *phy) argument
1583 struct s_phy *phy = &smc->y[np] ; local
1622 struct s_phy *phy = &smc->y[np] ; local
1824 struct s_phy *phy ; local
1953 struct s_phy *phy ; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dcphy.h81 int (*advertise)(struct cphy *phy, unsigned int advertise_map);
83 int (*set_speed_duplex)(struct cphy *phy, int speed, int duplex);
84 int (*get_link_status)(struct cphy *phy, int *link_ok, int *speed,
137 static inline void cphy_init(struct cphy *phy, adapter_t *adapter, argument
141 phy->adapter = adapter;
142 phy->addr = phy_addr;
143 phy->ops = phy_ops;
145 phy->mdio_read = mdio_ops->read;
146 phy->mdio_write = mdio_ops->write;
H A Dsubr.c154 struct cphy *phy = adapter->port[port_id].phy; local
157 phy->ops->get_link_status(phy, &link_ok, &speed, &duplex, &fc);
204 struct cphy *phy = adapter->port[p].phy; local
205 int phy_cause = phy->ops->interrupt_handler(phy);
626 int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc) argument
642 phy
672 struct cphy *phy; local
1041 struct cphy *phy = adapter->port[i].phy; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_scb.c53 static inline void get_lrate_mode(struct asd_phy *phy, u8 oob_mode) argument
55 struct sas_phy *sas_phy = phy->sas_phy.phy;
59 phy->sas_phy.linkrate = SAS_LINK_RATE_6_0_GBPS;
60 phy->sas_phy.phy->negotiated_linkrate = SAS_LINK_RATE_6_0_GBPS;
63 phy->sas_phy.linkrate = SAS_LINK_RATE_3_0_GBPS;
64 phy->sas_phy.phy->negotiated_linkrate = SAS_LINK_RATE_3_0_GBPS;
67 phy
89 struct asd_phy *phy = &asd_ha->phys[phy_id]; local
127 ord_phy(struct asd_ha_struct *asd_ha, struct asd_phy *phy) argument
153 asd_get_attached_sas_addr(struct asd_phy *phy, u8 *sas_addr) argument
170 asd_form_port(struct asd_ha_struct *asd_ha, struct asd_phy *phy) argument
219 asd_deform_port(struct asd_ha_struct *asd_ha, struct asd_phy *phy) argument
241 struct asd_phy *phy = &ascb->ha->phys[phy_id]; local
264 struct asd_phy *phy = &asd_ha->phys[phy_id]; local
318 struct asd_phy *phy = &asd_ha->phys[phy_id]; local
423 struct asd_phy *phy = &asd_ha->phys[phy_id]; local
642 struct asd_phy *phy = &ascb->ha->phys[phy_id]; local
770 struct asd_phy *phy = &ascb->ha->phys[phy_id]; local
887 asd_control_phy(struct asd_sas_phy *phy, enum phy_func func, void *arg) argument
[all...]
H A Daic94xx_dump.h36 void asd_dump_frame_rcvd(struct asd_phy *phy,
47 static inline void asd_dump_frame_rcvd(struct asd_phy *phy, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dtsi108_dev.c78 struct device_node *phy; local
114 ph = of_get_property(np, "phy-handle", NULL);
115 phy = of_find_node_by_phandle(*ph);
117 if (phy == NULL) {
122 id = of_get_property(phy, "reg", NULL);
123 phy_id = of_get_property(phy, "phy-id", NULL);
124 ret = of_address_to_resource(phy, 0, &res);
126 of_node_put(phy);
131 tsi_eth_data.phy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmrobo.c1073 * a write to bit 0 of pseudo phy register 16 is done we are
2241 uint phy; local
2243 for (phy = 0; phy < MAX_NO_PHYS; phy++) {
2244 if (robo->pwrsave_mode_auto & (1 << phy)) {
2246 __FUNCTION__, phy));
2247 robo_power_save_mode(robo, ROBO_PWRSAVE_AUTO, phy);
2255 robo_power_save_mode_clear_auto(robo_info_t *robo, int32 phy) argument
2269 robo->miiwr(robo->h, phy, REG_MII_AUTO_PWRDOW
2301 robo_power_save_mode_clear_manual(robo_info_t *robo, int32 phy) argument
2354 int32 phy; local
2400 robo_power_save_mode_normal(robo_info_t *robo, int32 phy) argument
2428 robo_power_save_mode_auto(robo_info_t *robo, int32 phy) argument
2476 robo_power_save_mode_manual(robo_info_t *robo, int32 phy) argument
2533 robo_power_save_mode(robo_info_t *robo, int32 mode, int32 phy) argument
2580 robo_power_save_mode_get(robo_info_t *robo, int32 phy) argument
2594 robo_power_save_mode_set(robo_info_t *robo, int32 mode, int32 phy) argument
2665 robo_link_down(robo_info_t *robo, int32 phy) argument
2679 robo_link_up(robo_info_t *robo, int32 phy) argument
2695 int32 phy; local
2730 int32 phy; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_phy.h52 #define has_loopback_gain(phy) \
53 (((phy)->rev > 1) || ((phy)->connected))
H A Dbcm43xx_phy.c96 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
100 phy->is_locked = 0;
105 spin_lock(&phy->lock);
110 phy->is_locked = 1;
115 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
119 if (phy->is_locked) {
120 spin_unlock(&phy->lock);
127 phy->is_locked = 0;
145 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
148 if (phy
163 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
198 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
248 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
335 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
430 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
458 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
574 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
741 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
848 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
984 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
1185 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
1317 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
1410 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
1485 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
1631 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
1656 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
1884 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
1899 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
1930 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
2111 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
2190 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
2233 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
[all...]
H A Dbcm43xx_radio.c117 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
120 switch (phy->type) {
154 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
160 if (phy->rev <= 1) {
186 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
191 if (phy->rev <= 1) {
270 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
277 if (!((phy->type == BCM43xx_PHYTYPE_G) && (phy->rev > 0)))
368 struct bcm43xx_phyinfo *phy local
533 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
781 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
949 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
1187 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
1289 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
1347 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
1445 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
1950 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
1992 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
2097 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
2130 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
2151 struct bcm43xx_phyinfo *phy = bcm43xx_current_phy(bcm); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_transport_sas.c242 struct sas_phy *phy = transport_class_to_phy(cdev); \
244 return snprintf(buf, 20, format_string, cast phy->field); \
255 struct sas_phy *phy = transport_class_to_phy(cdev); \
257 if (!phy->field) \
259 return get_sas_protocol_names(phy->field, buf); \
270 struct sas_phy *phy = transport_class_to_phy(cdev); \
272 return get_sas_linkspeed_names(phy->field, buf); \
281 struct sas_phy *phy = transport_class_to_phy(cdev); \
282 struct Scsi_Host *shost = dev_to_shost(phy->dev.parent); \
292 error = i->f->set_phy_speed(phy,
331 struct sas_phy *phy = transport_class_to_phy(cdev); local
342 struct sas_phy *phy = transport_class_to_phy(cdev); local
376 struct sas_phy *phy = transport_class_to_phy(cdev); local
387 struct sas_phy *phy = transport_class_to_phy(cdev); local
455 struct sas_phy *phy = dev_to_phy(dev); local
476 struct sas_phy *phy; local
508 sas_phy_add(struct sas_phy *phy) argument
532 sas_phy_free(struct sas_phy *phy) argument
547 sas_phy_delete(struct sas_phy *phy) argument
625 sas_port_create_link(struct sas_port *port, struct sas_phy *phy) argument
643 sas_port_delete_link(struct sas_port *port, struct sas_phy *phy) argument
778 struct sas_phy *phy, *tmp_phy; local
832 sas_port_add_phy(struct sas_port *port, struct sas_phy *phy) argument
865 sas_port_delete_phy(struct sas_port *port, struct sas_phy *phy) argument
947 struct sas_phy *phy = dev_to_phy(rphy->dev.parent); local
973 struct sas_phy *phy = dev_to_phy(rphy->dev.parent); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_mii.c271 const struct phy_info *phy; local
279 fep->phy = NULL;
308 for (i = 0, phy = phy_info; i < sizeof(phy_info) / sizeof(phy_info[0]);
309 i++, phy++)
310 if (phy->id == (phy_hwid >> 4) || phy->id == 0)
320 fep->phy = phy;
324 dev->name, phy_id, fep->phy->name, phy_hwid);
334 if (!fpi->use_mdio || fep->phy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/phy/
H A DMakefile3 libphy-objs := phy.o phy_device.o mdio_bus.o

Completed in 223 milliseconds

1234567