Home
last modified time | relevance | path

Searched refs:LOOPBACK_NONE (Results 1 – 18 of 18) sorted by relevance

/drivers/net/ethernet/sfc/falcon/
Denum.h45 LOOPBACK_NONE = 0, enumerator
110 ~(1 << LOOPBACK_NONE))
Dselftest.c637 for (mode = LOOPBACK_NONE; mode <= LOOPBACK_TEST_MAX; mode++) { in ef4_test_loopbacks()
751 efx->loopback_mode = LOOPBACK_NONE; in ef4_selftest()
Dqt202x_phy.c233 phy_op_mode = (efx->loopback_mode == LOOPBACK_NONE) ? 0x0038 : 0x0020; in qt2025c_select_phy_mode()
Dtxc43128_phy.c502 if (efx->link_state.up || (efx->loopback_mode != LOOPBACK_NONE)) { in txc43128_phy_poll()
Dethtool.c348 for (mode = LOOPBACK_NONE; mode <= LOOPBACK_TEST_MAX; mode++) { in ef4_ethtool_fill_self_tests()
Defx.c42 [LOOPBACK_NONE] = "NONE",
Dfalcon.c1342 (efx->loopback_mode != LOOPBACK_NONE)) in falcon_drain_tx_fifo()
/drivers/net/ethernet/sfc/
Denum.h45 LOOPBACK_NONE = 0, enumerator
110 ~(1 << LOOPBACK_NONE))
Dselftest.c637 for (mode = LOOPBACK_NONE; mode <= LOOPBACK_TEST_MAX; mode++) { in efx_test_loopbacks()
751 efx->loopback_mode = LOOPBACK_NONE; in efx_selftest()
Dmcdi_port.c380 BUILD_BUG_ON(LOOPBACK_NONE != MC_CMD_LOOPBACK_NONE); in efx_mcdi_phy_probe()
413 efx->loopback_modes &= ~(1 << LOOPBACK_NONE); in efx_mcdi_phy_probe()
Dethtool.c366 for (mode = LOOPBACK_NONE; mode <= LOOPBACK_TEST_MAX; mode++) { in efx_ethtool_fill_self_tests()
Defx.c47 [LOOPBACK_NONE] = "NONE",
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.h243 #define LOOPBACK_NONE 0 macro
Dbnx2x_cmn.c4942 if (bp->link_params.loopback_mode != LOOPBACK_NONE) { in bnx2x_set_features()
4943 bp->link_params.loopback_mode = LOOPBACK_NONE; in bnx2x_set_features()
Dbnx2x_ethtool.c2663 bp->link_params.loopback_mode = LOOPBACK_NONE; in bnx2x_run_loopback()
Dbnx2x_link.c4554 if ((params->loopback_mode == LOOPBACK_NONE) || in bnx2x_warpcore_config_init()
4818 if (params->loopback_mode != LOOPBACK_NONE && in bnx2x_link_status_update()
/drivers/infiniband/hw/hfi1/
Dplatform.c946 if (loopback != LOOPBACK_NONE || in tune_serdes()
Dchip.h581 #define LOOPBACK_NONE 0 /* no loopback - default */ macro