Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/sfc/siena/
Dmcdi_port_common.c37 cfg->supported_cap = in efx_mcdi_get_phy_cfg()
325 static u32 ethtool_fec_caps_to_mcdi(u32 supported_cap, u32 ethtool_cap) in ethtool_fec_caps_to_mcdi() argument
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()
601 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, efx->fec_config); in efx_siena_mcdi_phy_set_link_ksettings()
[all …]
Dmcdi_port_common.h20 u32 supported_cap; member
/linux-6.6.21/drivers/net/ethernet/sfc/
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()
597 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, efx->fec_config); in efx_mcdi_phy_set_link_ksettings()
[all …]
Dmcdi_port_common.h20 u32 supported_cap; member
44 u32 ethtool_fec_caps_to_mcdi(u32 supported_cap, u32 ethtool_cap);
Dmcdi_port.c77 return phy_data->supported_cap; in efx_mcdi_phy_get_caps()
Def100_nic.c364 mcdi_to_ethtool_linkset(phy_data->media, phy_data->supported_cap, in ef100_phy_probe()
366 efx->fec_config = mcdi_fec_caps_to_ethtool(phy_data->supported_cap, in ef100_phy_probe()
371 if (phy_data->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in ef100_phy_probe()