Searched refs:phy_info (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptsas.c189 struct mptsas_phyinfo *phy_info; member in struct:mptsas_portinfo
327 if (port_info->phy_info[i].identify.handle == handle) {
360 struct mptsas_phyinfo *phy_info; local
367 phy_info = port_info->phy_info;
374 for (i = 0; i < port_info->num_phys; i++, phy_info++) {
375 if(phy_info->port_details != port_details)
377 memset(&phy_info->attached, 0, sizeof(struct mptsas_devinfo));
378 phy_info->port_details = NULL;
384 mptsas_get_rphy(struct mptsas_phyinfo *phy_info) argument
393 mptsas_set_rphy(struct mptsas_phyinfo *phy_info, struct sas_rphy *rphy) argument
410 mptsas_get_port(struct mptsas_phyinfo *phy_info) argument
419 mptsas_set_port(struct mptsas_phyinfo *phy_info, struct sas_port *port) argument
434 mptsas_get_starget(struct mptsas_phyinfo *phy_info) argument
443 mptsas_set_starget(struct mptsas_phyinfo *phy_info, struct scsi_target * starget) argument
461 struct mptsas_phyinfo *phy_info, *phy_info_cmp; local
1411 mptsas_sas_phy_pg0(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info, u32 form, u32 form_specific) argument
1623 mptsas_sas_expander_pg1(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info, u32 form, u32 form_specific) argument
1752 mptsas_probe_one_phy(struct device *dev, struct mptsas_phyinfo *phy_info, int index, int local) argument
2152 struct mptsas_phyinfo *phy_info; local
2291 struct mptsas_phyinfo *phy_info = NULL; local
2315 struct mptsas_phyinfo *phy_info = NULL; local
2340 struct mptsas_phyinfo *phy_info = NULL; local
2470 struct mptsas_phyinfo *phy_info; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_mii.c235 static const struct phy_info phy_info[] = { variable in typeref:struct:phy_info
271 const struct phy_info *phy;
308 for (i = 0, phy = phy_info; i < sizeof(phy_info) / sizeof(phy_info[0]);
313 if (i >= sizeof(phy_info) / sizeof(phy_info[0])) {
H A Dfec_8xx.h65 typedef struct phy_info { struct
124 const struct phy_info *phy;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dfs_enet.h65 struct phy_info { struct
142 const struct phy_info *phy;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_hw.c71 static int32_t e1000_phy_ife_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info);
72 static int32_t e1000_phy_igp_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info);
76 static int32_t e1000_phy_m88_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info);
4137 * phy_info - PHY information structure
4141 struct e1000_phy_info *phy_info)
4151 phy_info->downshift = (e1000_downshift)hw->speed_downgraded;
4154 phy_info->extended_10bt_distance = e1000_10bt_ext_dist_enable_normal;
4157 phy_info->polarity_correction = e1000_polarity_reversal_enabled;
4164 phy_info->cable_polarity = polarity;
4170 phy_info
4140 e1000_phy_igp_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) argument
4217 e1000_phy_ife_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) argument
4267 e1000_phy_m88_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) argument
4346 e1000_phy_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) argument
[all...]
H A De1000.h329 struct e1000_phy_info phy_info; member in struct:e1000_adapter
H A De1000_hw.h329 int32_t e1000_phy_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info);
H A De1000_main.c826 e1000_phy_get_info(&adapter->hw, &adapter->phy_info);
2504 e1000_phy_get_info(&adapter->hw, &adapter->phy_info);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Dfec.c1180 static phy_info_t *phy_info[] = { variable
1332 for(i = 0; phy_info[i]; i++)
1333 if(phy_info[i]->id == (fep->phy_id >> 4))
1336 if(!phy_info[i])
1340 fep->phy = phy_info[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Dfcc_enet.c1335 static phy_info_t *phy_info[] = { variable
1497 for(i = 0; phy_info[i]; i++)
1498 if((phy_info[i]->id == (fep->phy_id >> 4)) || !phy_info[i]->id)
1501 if(!phy_info[i])
1505 fep->phy = phy_info[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfec.c1208 static phy_info_t const * const phy_info[] = { variable
2047 for(i = 0; phy_info[i]; i++) {
2048 if(phy_info[i]->id == (fep->phy_id >> 4))
2052 if (phy_info[i])
2053 printk(" -- %s\n", phy_info[i]->name);
2057 fep->phy = phy_info[i];
H A Dr8169.c1191 } phy_info[] = { local
1196 }, *p = phy_info;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dde4x5.c536 static struct phy_table phy_info[] = { variable in typeref:struct:phy_table
5079 int i, j, k, n, limit=sizeof(phy_info)/sizeof(struct phy_table);
5093 if (id != phy_info[j].id) continue; /* ID match? */
5097 (char *)&phy_info[j], sizeof(struct phy_table));

Completed in 178 milliseconds