Searched refs:mcdi_fec_caps_to_ethtool (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | mcdi_port_common.h | 45 u32 mcdi_fec_caps_to_ethtool(u32 caps, bool is_25g);
|
H A D | mcdi_port_common.c | 357 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()
|
H A D | ef100_nic.c | 334 efx->fec_config = mcdi_fec_caps_to_ethtool(phy_data->supported_cap, in ef100_phy_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mcdi_port_common.h | 45 u32 mcdi_fec_caps_to_ethtool(u32 caps, bool is_25g);
|
H A D | mcdi_port_common.c | 355 u32 mcdi_fec_caps_to_ethtool(u32 caps, bool is_25g) in mcdi_fec_caps_to_ethtool() function 513 efx->fec_config = mcdi_fec_caps_to_ethtool(caps, in efx_mcdi_phy_probe() 635 fec->fec = mcdi_fec_caps_to_ethtool(caps, is_25g); in efx_mcdi_phy_get_fecparam()
|
H A D | ef100_nic.c | 366 efx->fec_config = mcdi_fec_caps_to_ethtool(phy_data->supported_cap, in ef100_phy_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi_port_common.c | 356 static u32 mcdi_fec_caps_to_ethtool(u32 caps, bool is_25g) in mcdi_fec_caps_to_ethtool() function 514 efx->fec_config = mcdi_fec_caps_to_ethtool(caps, in efx_siena_mcdi_phy_probe() 640 fec->fec = mcdi_fec_caps_to_ethtool(caps, is_25g); in efx_siena_mcdi_phy_get_fecparam()
|
Completed in 8 milliseconds