Home
last modified time | relevance | path

Searched refs:phy_cfg (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/sfc/
Dmcdi_phy.c261 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; in efx_get_mcdi_phy_flags() local
267 if (phy_cfg->flags & (1 << MC_CMD_GET_PHY_CFG_OUT_TXDIS_LBN)) in efx_get_mcdi_phy_flags()
269 if (phy_cfg->flags & (1 << MC_CMD_GET_PHY_CFG_OUT_LOWPOWER_LBN)) in efx_get_mcdi_phy_flags()
271 if (phy_cfg->flags & (1 << MC_CMD_GET_PHY_CFG_OUT_POWEROFF_LBN)) in efx_get_mcdi_phy_flags()
408 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; in efx_mcdi_phy_reconfigure() local
411 phy_cfg->forced_cap); in efx_mcdi_phy_reconfigure()
449 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; in efx_mcdi_phy_check_fcntl() local
454 if (~phy_cfg->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_check_fcntl()
509 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; in efx_mcdi_phy_get_settings() local
514 mcdi_to_ethtool_cap(phy_cfg->media, phy_cfg->supported_cap); in efx_mcdi_phy_get_settings()
[all …]
/drivers/scsi/mvsas/
Dmv_94xx.c182 union reg_phy_cfg phy_cfg, phy_cfg_tmp; in set_phy_rate() local
185 phy_cfg.v = 0; in set_phy_rate()
186 phy_cfg.u.disable_phy = phy_cfg_tmp.u.disable_phy; in set_phy_rate()
187 phy_cfg.u.sas_support = 1; in set_phy_rate()
188 phy_cfg.u.sata_support = 1; in set_phy_rate()
189 phy_cfg.u.sata_host_mode = 1; in set_phy_rate()
194 phy_cfg.u.speed_support = 1; in set_phy_rate()
195 phy_cfg.u.snw_3_support = 0; in set_phy_rate()
196 phy_cfg.u.tx_lnk_parity = 1; in set_phy_rate()
197 phy_cfg.u.tx_spt_phs_lnk_rate = 0x30; in set_phy_rate()
[all …]