Lines Matching refs:phy_cfg
261 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()
518 ecmd->port = mcdi_to_ethtool_media(phy_cfg->media); in efx_mcdi_phy_get_settings()
519 ecmd->phy_address = phy_cfg->port; in efx_mcdi_phy_get_settings()
534 mcdi_to_ethtool_cap(phy_cfg->media, in efx_mcdi_phy_get_settings()
540 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; in efx_mcdi_phy_set_settings() local
572 phy_cfg->forced_cap = 0; in efx_mcdi_phy_set_settings()
575 phy_cfg->forced_cap = caps; in efx_mcdi_phy_set_settings()
679 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; in efx_mcdi_phy_run_tests() local
683 if (phy_cfg->flags & (1 << MC_CMD_GET_PHY_CFG_OUT_BIST_LBN)) { in efx_mcdi_phy_run_tests()
694 if (phy_cfg->flags & (1 << MC_CMD_GET_PHY_CFG_OUT_BIST_CABLE_SHORT_LBN)) { in efx_mcdi_phy_run_tests()
696 (phy_cfg->flags & in efx_mcdi_phy_run_tests()
701 } else if (phy_cfg->flags & in efx_mcdi_phy_run_tests()
718 struct efx_mcdi_phy_data *phy_cfg = efx->phy_data; in efx_mcdi_phy_test_name() local
720 if (phy_cfg->flags & (1 << MC_CMD_GET_PHY_CFG_OUT_BIST_LBN)) { in efx_mcdi_phy_test_name()
726 if (phy_cfg->flags & ((1 << MC_CMD_GET_PHY_CFG_OUT_BIST_CABLE_SHORT_LBN) | in efx_mcdi_phy_test_name()