Home
last modified time | relevance | path

Searched refs:MDIO_SUPPORTS_C45 (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/
Dmdio.c191 BUILD_BUG_ON(MDIO_SUPPORTS_C45 != ETH_MDIO_SUPPORTS_C45); in mdio45_ethtool_gset_npage()
196 mdio->mode_support & (MDIO_SUPPORTS_C45 | MDIO_SUPPORTS_C22); in mdio45_ethtool_gset_npage()
363 BUILD_BUG_ON(MDIO_SUPPORTS_C45 != ETH_MDIO_SUPPORTS_C45); in mdio45_ethtool_ksettings_get_npage()
367 mdio->mode_support & (MDIO_SUPPORTS_C45 | MDIO_SUPPORTS_C22); in mdio45_ethtool_ksettings_get_npage()
549 if ((mdio->mode_support & MDIO_SUPPORTS_C45) && in mdio_mii_ioctl()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dmcdi_port.c101 efx->mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22; in efx_mcdi_port_probe()
Dmcdi_port_common.c460 efx->mdio.mode_support |= MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22; in efx_mcdi_phy_probe()
552 (MDIO_SUPPORTS_C45 | MDIO_SUPPORTS_C22)); in efx_mcdi_phy_get_link_ksettings()
/kernel/linux/linux-5.10/include/linux/
Dmdio.h146 #define MDIO_SUPPORTS_C45 2 macro
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
Dtenxpress.c175 efx->mdio.mode_support = MDIO_SUPPORTS_C45; in tenxpress_phy_probe()
Dqt202x_phy.c352 efx->mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22; in qt202x_phy_probe()
Dtxc43128_phy.c333 efx->mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22; in txc43128_phy_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
Dsubr.c379 .mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/
Dmain.c1818 hw->mdio.mode_support = MDIO_SUPPORTS_C45 | in alx_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c957 hw->phy.mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_SUPPORTS_C22; in ixgbe_mii_bus_init()
Dixgbe_main.c10760 hw->phy.mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22; in ixgbe_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c314 .mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13318 bp->mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22; in bnx2x_init_dev()