Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/sfc/falcon/
Denum.h105 ((_efx)->loopback_modes & ~LOOPBACKS_INTERNAL & \
Dselftest.c614 unsigned int loopback_modes) in ef4_test_loopbacks() argument
635 if (!(loopback_modes & (1 << mode))) in ef4_test_loopbacks()
756 rc = ef4_test_loopbacks(efx, tests, efx->loopback_modes); in ef4_selftest()
Dtenxpress.c177 efx->loopback_modes = SFX7101_LOOPBACKS | FALCON_XMAC_LOOPBACKS; in tenxpress_phy_probe()
Dqt202x_phy.c353 efx->loopback_modes = QT202X_LOOPBACKS | FALCON_XMAC_LOOPBACKS; in qt202x_phy_probe()
Dtxc43128_phy.c335 efx->loopback_modes = TXC_LOOPBACKS | FALCON_XMAC_LOOPBACKS; in txc43128_phy_probe()
Dnet_driver.h876 u64 loopback_modes; member
Dfalcon.c1903 if (efx->loopback_modes) { in falcon_b0_test_chip()
1906 if (efx->loopback_modes & (1 << LOOPBACK_XGMII)) in falcon_b0_test_chip()
1909 efx->loopback_mode = __ffs(efx->loopback_modes); in falcon_b0_test_chip()
Dethtool.c346 if (!(efx->loopback_modes & (1 << mode))) in ef4_ethtool_fill_self_tests()
/Linux-v5.10/drivers/net/ethernet/sfc/
Denum.h106 ((_efx)->loopback_modes & ~LOOPBACKS_INTERNAL & \
Dmcdi_port_common.h36 int efx_mcdi_loopback_modes(struct efx_nic *efx, u64 *loopback_modes);
Dselftest.c612 unsigned int loopback_modes) in efx_test_loopbacks() argument
633 if (!(loopback_modes & (1 << mode))) in efx_test_loopbacks()
754 rc = efx_test_loopbacks(efx, tests, efx->loopback_modes); in efx_selftest()
Dmcdi_port_common.c88 int efx_mcdi_loopback_modes(struct efx_nic *efx, u64 *loopback_modes) in efx_mcdi_loopback_modes() argument
105 *loopback_modes = MCDI_QWORD(outbuf, GET_LOOPBACK_MODES_OUT_SUGGESTED); in efx_mcdi_loopback_modes()
483 rc = efx_mcdi_loopback_modes(efx, &efx->loopback_modes); in efx_mcdi_phy_probe()
489 efx->loopback_modes &= ~(1 << LOOPBACK_NONE); in efx_mcdi_phy_probe()
Dnet_driver.h1073 u64 loopback_modes; member
Dethtool_common.c388 if (!(efx->loopback_modes & (1 << mode))) in efx_ethtool_fill_self_tests()