Lines Matching refs:media
30 u32 media; member
65 cfg->media = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_MEDIA_TYPE); in efx_mcdi_get_phy_cfg()
175 static u32 mcdi_to_ethtool_cap(u32 media, u32 cap) in mcdi_to_ethtool_cap() argument
179 switch (media) { in mcdi_to_ethtool_cap()
288 static u32 mcdi_to_ethtool_media(u32 media) in mcdi_to_ethtool_media() argument
290 switch (media) { in mcdi_to_ethtool_media()
375 mcdi_to_ethtool_cap(phy_data->media, caps); in efx_mcdi_phy_probe()
513 mcdi_to_ethtool_cap(phy_cfg->media, phy_cfg->supported_cap); in efx_mcdi_phy_get_settings()
517 ecmd->port = mcdi_to_ethtool_media(phy_cfg->media); in efx_mcdi_phy_get_settings()
530 mcdi_to_ethtool_cap(phy_cfg->media, in efx_mcdi_phy_get_settings()
798 switch (phy_cfg->media) { in efx_mcdi_phy_get_module_info()