Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Denum.h105 ((_efx)->loopback_modes & ~LOOPBACKS_INTERNAL & \
H A Dselftest.c626 unsigned int loopback_modes) in ef4_test_loopbacks() argument
647 if (!(loopback_modes & (1 << mode))) in ef4_test_loopbacks()
768 rc = ef4_test_loopbacks(efx, tests, efx->loopback_modes); in ef4_selftest()
H A Dtenxpress.c177 efx->loopback_modes = SFX7101_LOOPBACKS | FALCON_XMAC_LOOPBACKS; in tenxpress_phy_probe()
H A Dqt202x_phy.c353 efx->loopback_modes = QT202X_LOOPBACKS | FALCON_XMAC_LOOPBACKS; in qt202x_phy_probe()
H A Dtxc43128_phy.c335 efx->loopback_modes = TXC_LOOPBACKS | FALCON_XMAC_LOOPBACKS; in txc43128_phy_probe()
H A Dnet_driver.h876 u64 loopback_modes; member
H A 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()
H A Dethtool.c346 if (!(efx->loopback_modes & (1 << mode))) in ef4_ethtool_fill_self_tests()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Denum.h105 ((_efx)->loopback_modes & ~LOOPBACKS_INTERNAL & \
H A Dmcdi_port_common.h36 int efx_mcdi_loopback_modes(struct efx_nic *efx, u64 *loopback_modes);
H A Dselftest.c619 unsigned int loopback_modes) in efx_test_loopbacks() argument
640 if (!(loopback_modes & (1 << mode))) in efx_test_loopbacks()
761 rc = efx_test_loopbacks(efx, tests, efx->loopback_modes); in efx_selftest()
H A Dmcdi_port_common.c86 int efx_mcdi_loopback_modes(struct efx_nic *efx, u64 *loopback_modes) in efx_mcdi_loopback_modes() argument
103 *loopback_modes = MCDI_QWORD(outbuf, GET_LOOPBACK_MODES_OUT_SUGGESTED); in efx_mcdi_loopback_modes()
496 rc = efx_mcdi_loopback_modes(efx, &efx->loopback_modes); in efx_mcdi_phy_probe()
502 efx->loopback_modes &= ~(1 << LOOPBACK_NONE); in efx_mcdi_phy_probe()
H A Dnet_driver.h1107 u64 loopback_modes; member
H A Dethtool_common.c389 if (!(efx->loopback_modes & (1 << mode))) in efx_ethtool_fill_self_tests()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Denum.h105 ((_efx)->loopback_modes & ~LOOPBACKS_INTERNAL & \
H A Dselftest.c624 unsigned int loopback_modes) in efx_test_loopbacks() argument
645 if (!(loopback_modes & (1 << mode))) in efx_test_loopbacks()
766 rc = efx_test_loopbacks(efx, tests, efx->loopback_modes); in efx_siena_selftest()
H A Dmcdi_port_common.c87 static int efx_mcdi_loopback_modes(struct efx_nic *efx, u64 *loopback_modes) in efx_mcdi_loopback_modes() argument
104 *loopback_modes = MCDI_QWORD(outbuf, GET_LOOPBACK_MODES_OUT_SUGGESTED); in efx_mcdi_loopback_modes()
497 rc = efx_mcdi_loopback_modes(efx, &efx->loopback_modes); in efx_siena_mcdi_phy_probe()
503 efx->loopback_modes &= ~(1 << LOOPBACK_NONE); in efx_siena_mcdi_phy_probe()
H A Dnet_driver.h1075 u64 loopback_modes; member
H A Dethtool_common.c340 if (!(efx->loopback_modes & (1 << mode))) in efx_ethtool_fill_self_tests()