Searched defs:phy_info (Results 1 - 12 of 12) sorted by relevance

/drivers/message/fusion/
H A Dmptsas.h176 struct mptsas_phyinfo *phy_info; member in struct:mptsas_portinfo
H A Dmptsas.c113 struct mptsas_phyinfo *phy_info, struct sas_rphy *rphy);
121 struct mptsas_phyinfo *phy_info);
123 struct mptsas_phyinfo *phy_info);
389 if (port_info->phy_info[i].identify.handle == handle) {
419 if (port_info->phy_info[i].identify.sas_address ==
454 struct mptsas_phyinfo *phy_info; local
461 phy_info = port_info->phy_info;
468 for (i = 0; i < port_info->num_phys; i++, phy_info++) {
469 if(phy_info
479 mptsas_get_rphy(struct mptsas_phyinfo *phy_info) argument
488 mptsas_set_rphy(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info, struct sas_rphy *rphy) argument
505 mptsas_get_port(struct mptsas_phyinfo *phy_info) argument
514 mptsas_set_port(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info, struct sas_port *port) argument
528 mptsas_get_starget(struct mptsas_phyinfo *phy_info) argument
537 mptsas_set_starget(struct mptsas_phyinfo *phy_info, struct scsi_target * starget) argument
760 struct mptsas_phyinfo *phy_info = NULL; local
834 struct mptsas_phyinfo *phy_info, *phy_info_cmp; local
1419 mptsas_add_end_device(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info) argument
1495 mptsas_del_end_device(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info) argument
1582 struct mptsas_phyinfo *phy_info; local
2500 mptsas_sas_phy_pg0(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info, u32 form, u32 form_specific) argument
2728 mptsas_sas_expander_pg1(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info, u32 form, u32 form_specific) argument
3040 mptsas_probe_one_phy(struct device *dev, struct mptsas_phyinfo *phy_info, int index, int local) argument
3469 struct mptsas_phyinfo *phy_info; local
3523 struct mptsas_phyinfo *phy_info; local
3691 struct mptsas_phyinfo *phy_info = NULL; local
3786 struct mptsas_phyinfo *phy_info; local
3961 struct mptsas_phyinfo *phy_info; local
4123 struct mptsas_phyinfo *phy_info = NULL; local
4155 struct mptsas_phyinfo *phy_info = NULL; local
4242 struct mptsas_phyinfo *phy_info; local
4316 struct mptsas_phyinfo *phy_info; local
[all...]
/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c429 struct be_phy_info phy_info; local
464 status = be_cmd_get_phy_info(adapter, &phy_info);
466 switch (phy_info.interface_type) {
477 switch (phy_info.interface_type) {
H A Dbe_cmds.c2142 struct be_phy_info *phy_info)
2175 phy_info->phy_type = le16_to_cpu(resp_phy_info->phy_type);
2176 phy_info->interface_type =
2141 be_cmd_get_phy_info(struct be_adapter *adapter, struct be_phy_info *phy_info) argument
H A Dbe_main.c2779 struct be_phy_info phy_info; local
2781 status = be_cmd_get_phy_info(adapter, &phy_info);
2784 if ((phy_info.phy_type == TN_8022) &&
2785 (phy_info.interface_type == PHY_TYPE_BASET_10GB)) {
H A Dbe_cmds.h1300 struct be_phy_info phy_info; member in struct:be_cmd_resp_get_phy_info
1569 struct be_phy_info *phy_info);
/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet.h97 struct phy_info { struct
141 const struct phy_info *phy;
/drivers/net/ethernet/intel/e1000/
H A De1000.h287 struct e1000_phy_info phy_info; member in struct:e1000_adapter
H A De1000_hw.c51 struct e1000_phy_info *phy_info);
53 struct e1000_phy_info *phy_info);
3277 * @phy_info: PHY information structure
3282 struct e1000_phy_info *phy_info)
3292 phy_info->downshift = (e1000_downshift) hw->speed_downgraded;
3295 phy_info->extended_10bt_distance = e1000_10bt_ext_dist_enable_normal;
3298 phy_info->polarity_correction = e1000_polarity_reversal_enabled;
3305 phy_info->cable_polarity = polarity;
3311 phy_info->mdix_mode =
3322 phy_info
3281 e1000_phy_igp_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) argument
3359 e1000_phy_m88_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) argument
3433 e1000_phy_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) argument
[all...]
/drivers/net/ethernet/intel/igb/
H A Digb.h342 struct e1000_phy_info phy_info; member in struct:igb_adapter
/drivers/net/ethernet/intel/e1000e/
H A De1000.h370 struct e1000_phy_info phy_info; member in struct:e1000_adapter
/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c536 static struct phy_table phy_info[] = { variable in typeref:struct:phy_table
4982 int i, j, k, n, limit=ARRAY_SIZE(phy_info);
4996 if (id != phy_info[j].id) continue; /* ID match? */
5000 (char *)&phy_info[j], sizeof(struct phy_table));

Completed in 140 milliseconds