Home
last modified time | relevance | path

Searched refs:mcdi_fec_caps_to_ethtool (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/sfc/
Dmcdi_port_common.h45 u32 mcdi_fec_caps_to_ethtool(u32 caps, bool is_25g);
Dmcdi_port_common.c357 u32 mcdi_fec_caps_to_ethtool(u32 caps, bool is_25g) in mcdi_fec_caps_to_ethtool() function
515 efx->fec_config = mcdi_fec_caps_to_ethtool(caps, in efx_mcdi_phy_probe()
637 fec->fec = mcdi_fec_caps_to_ethtool(caps, is_25g); in efx_mcdi_phy_get_fecparam()
Def100_nic.c346 efx->fec_config = mcdi_fec_caps_to_ethtool(phy_data->supported_cap, in ef100_phy_probe()