Searched refs:LOOPBACK_NONE (Results 1 - 12 of 12) sorted by relevance

/drivers/net/ethernet/sfc/
H A Denum.h15 * @LOOPBACK_NONE: no loopback
45 LOOPBACK_NONE = 0, enumerator in enum:efx_loopback_mode
110 ~(1 << LOOPBACK_NONE))
H A Dmcdi_phy.c351 BUILD_BUG_ON(LOOPBACK_NONE != MC_CMD_LOOPBACK_NONE);
382 /* The MC indicates that LOOPBACK_NONE is a valid loopback mode,
384 efx->loopback_modes &= ~(1 << LOOPBACK_NONE);
H A Dselftest.c645 for (mode = LOOPBACK_NONE; mode <= LOOPBACK_TEST_MAX; mode++) {
766 efx->loopback_mode = LOOPBACK_NONE;
H A Dqt202x_phy.c233 phy_op_mode = (efx->loopback_mode == LOOPBACK_NONE) ? 0x0038 : 0x0020;
H A Dtxc43128_phy.c502 if (efx->link_state.up || (efx->loopback_mode != LOOPBACK_NONE)) {
H A Dethtool.c420 for (mode = LOOPBACK_NONE; mode <= LOOPBACK_TEST_MAX; mode++) {
H A Dfalcon.c502 (efx->loopback_mode != LOOPBACK_NONE))
H A Defx.c43 [LOOPBACK_NONE] = "NONE",
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.h220 #define LOOPBACK_NONE 0 macro
H A Dbnx2x_cmn.c3585 if (bp->link_params.loopback_mode != LOOPBACK_NONE) {
3586 bp->link_params.loopback_mode = LOOPBACK_NONE;
H A Dbnx2x_ethtool.c2000 bp->link_params.loopback_mode = LOOPBACK_NONE;
/drivers/staging/cxt1e1/
H A Dlibsbew.h389 #define LOOPBACK_NONE 0 macro

Completed in 178 milliseconds