Home
last modified time | relevance | path

Searched refs:supported_cap (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Dmcdi_port_common.c37 cfg->supported_cap = in efx_mcdi_get_phy_cfg()
335 (1 << MC_CMD_PHY_CAP_RS_FEC_LBN)) & supported_cap; in ethtool_fec_caps_to_mcdi()
337 supported_cap & (1 << MC_CMD_PHY_CAP_RS_FEC_LBN)) in ethtool_fec_caps_to_mcdi()
341 if (supported_cap & (1 << MC_CMD_PHY_CAP_BASER_FEC_LBN)) in ethtool_fec_caps_to_mcdi()
344 if (supported_cap & (1 << MC_CMD_PHY_CAP_25G_BASER_FEC_LBN)) in ethtool_fec_caps_to_mcdi()
383 if (~phy_cfg->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_check_fcntl()
520 if (phy_data->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_siena_mcdi_phy_probe()
554 mcdi_to_ethtool_linkset(phy_cfg->media, phy_cfg->supported_cap, in efx_siena_mcdi_phy_get_link_ksettings()
673 static int ethtool_fec_supported(u32 supported_cap, u32 ethtool_cap) in ethtool_fec_supported() argument
679 !ethtool_fec_caps_to_mcdi(supported_cap, ethtool_cap)) in ethtool_fec_supported()
[all …]
A Dmcdi_port_common.h20 u32 supported_cap; member
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dmcdi_port_common.c36 cfg->supported_cap = in efx_mcdi_get_phy_cfg()
324 u32 ethtool_fec_caps_to_mcdi(u32 supported_cap, u32 ethtool_cap) in ethtool_fec_caps_to_mcdi() argument
334 (1 << MC_CMD_PHY_CAP_RS_FEC_LBN)) & supported_cap; in ethtool_fec_caps_to_mcdi()
336 supported_cap & (1 << MC_CMD_PHY_CAP_RS_FEC_LBN)) in ethtool_fec_caps_to_mcdi()
340 if (supported_cap & (1 << MC_CMD_PHY_CAP_BASER_FEC_LBN)) in ethtool_fec_caps_to_mcdi()
343 if (supported_cap & (1 << MC_CMD_PHY_CAP_25G_BASER_FEC_LBN)) in ethtool_fec_caps_to_mcdi()
382 if (~phy_cfg->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_check_fcntl()
519 if (phy_data->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_probe()
552 mcdi_to_ethtool_linkset(phy_cfg->media, phy_cfg->supported_cap, in efx_mcdi_phy_get_link_ksettings()
674 !ethtool_fec_caps_to_mcdi(supported_cap, ethtool_cap)) in ethtool_fec_supported()
[all …]
A Dmcdi_port_common.h20 u32 supported_cap; member
44 u32 ethtool_fec_caps_to_mcdi(u32 supported_cap, u32 ethtool_cap);
A Dmcdi_port.c77 return phy_data->supported_cap; in efx_mcdi_phy_get_caps()
A Def100_nic.c359 mcdi_to_ethtool_linkset(phy_data->media, phy_data->supported_cap, in ef100_phy_probe()
361 efx->fec_config = mcdi_fec_caps_to_ethtool(phy_data->supported_cap, in ef100_phy_probe()
366 if (phy_data->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in ef100_phy_probe()

Completed in 15 milliseconds