Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Denum.h108 ((_efx)->loopback_modes & ~LOOPBACKS_INTERNAL & \
Dselftest.c617 unsigned int loopback_modes) in ef4_test_loopbacks() argument
638 if (!(loopback_modes & (1 << mode))) in ef4_test_loopbacks()
759 rc = ef4_test_loopbacks(efx, tests, efx->loopback_modes); in ef4_selftest()
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()
Dnet_driver.h879 u64 loopback_modes; member
Dfalcon.c1906 if (efx->loopback_modes) { in falcon_b0_test_chip()
1909 if (efx->loopback_modes & (1 << LOOPBACK_XGMII)) in falcon_b0_test_chip()
1912 efx->loopback_mode = __ffs(efx->loopback_modes); in falcon_b0_test_chip()
Dethtool.c349 if (!(efx->loopback_modes & (1 << mode))) in ef4_ethtool_fill_self_tests()
/Linux-v4.19/drivers/net/ethernet/sfc/
Denum.h109 ((_efx)->loopback_modes & ~LOOPBACKS_INTERNAL & \
Dselftest.c617 unsigned int loopback_modes) in efx_test_loopbacks() argument
638 if (!(loopback_modes & (1 << mode))) in efx_test_loopbacks()
759 rc = efx_test_loopbacks(efx, tests, efx->loopback_modes); in efx_selftest()
Dmcdi_port.c95 static int efx_mcdi_loopback_modes(struct efx_nic *efx, u64 *loopback_modes) in efx_mcdi_loopback_modes() argument
112 *loopback_modes = MCDI_QWORD(outbuf, GET_LOOPBACK_MODES_OUT_SUGGESTED); in efx_mcdi_loopback_modes()
485 rc = efx_mcdi_loopback_modes(efx, &efx->loopback_modes); in efx_mcdi_phy_probe()
490 efx->loopback_modes &= ~(1 << LOOPBACK_NONE); in efx_mcdi_phy_probe()
Dnet_driver.h1056 u64 loopback_modes; member
Dethtool.c367 if (!(efx->loopback_modes & (1 << mode))) in efx_ethtool_fill_self_tests()