Home
last modified time | relevance | path

Searched refs:loopback_modes (Results 1 – 9 of 9) sorted by relevance

/drivers/net/ethernet/sfc/
Denum.h109 ((_efx)->loopback_modes & ~LOOPBACKS_INTERNAL & \
Dselftest.c610 unsigned int loopback_modes) in efx_test_loopbacks() argument
631 if (!(loopback_modes & (1 << mode))) in efx_test_loopbacks()
752 rc = efx_test_loopbacks(efx, tests, efx->loopback_modes); in efx_selftest()
Dmcdi_port.c96 static int efx_mcdi_loopback_modes(struct efx_nic *efx, u64 *loopback_modes) in efx_mcdi_loopback_modes() argument
113 *loopback_modes = MCDI_QWORD(outbuf, GET_LOOPBACK_MODES_OUT_SUGGESTED); in efx_mcdi_loopback_modes()
408 rc = efx_mcdi_loopback_modes(efx, &efx->loopback_modes); in efx_mcdi_phy_probe()
413 efx->loopback_modes &= ~(1 << LOOPBACK_NONE); in efx_mcdi_phy_probe()
Dtenxpress.c180 efx->loopback_modes = SFX7101_LOOPBACKS | FALCON_XMAC_LOOPBACKS; in tenxpress_phy_probe()
Dqt202x_phy.c356 efx->loopback_modes = QT202X_LOOPBACKS | FALCON_XMAC_LOOPBACKS; in qt202x_phy_probe()
Dtxc43128_phy.c338 efx->loopback_modes = TXC_LOOPBACKS | FALCON_XMAC_LOOPBACKS; in txc43128_phy_probe()
Dfalcon.c1900 if (efx->loopback_modes) { in falcon_b0_test_chip()
1903 if (efx->loopback_modes & (1 << LOOPBACK_XGMII)) in falcon_b0_test_chip()
1906 efx->loopback_mode = __ffs(efx->loopback_modes); in falcon_b0_test_chip()
Dnet_driver.h1028 u64 loopback_modes; member
Dethtool.c352 if (!(efx->loopback_modes & (1 << mode))) in efx_ethtool_fill_self_tests()