Home
last modified time | relevance | path

Searched refs:ETH_TEST_FL_EXTERNAL_LB (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dethtool.h882 ETH_TEST_FL_EXTERNAL_LB = (1 << 2), enumerator
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h937 ETH_TEST_FL_EXTERNAL_LB = (1 << 2), enumerator
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c1597 if (!(flags & ETH_TEST_FL_EXTERNAL_LB)) { in do_lp_test()
1623 if (!(flags & ETH_TEST_FL_EXTERNAL_LB)) { in do_lp_test()
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c921 if (test->flags & ETH_TEST_FL_EXTERNAL_LB) { in be_self_test()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c3032 (etest->flags & ETH_TEST_FL_EXTERNAL_LB)>>2); in bnx2x_self_test()
3086 if (etest->flags & ETH_TEST_FL_EXTERNAL_LB) { in bnx2x_self_test()
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ethtool.c1181 if (eth_test->flags & ETH_TEST_FL_EXTERNAL_LB) { in qlcnic_diag_test()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c453 if (eth_test->flags & ETH_TEST_FL_EXTERNAL_LB) { in hns3_self_test()
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_ethtool.c1719 (etest->flags & ETH_TEST_FL_EXTERNAL_LB) >> 2); in qede_self_test()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c3709 if ((etest->flags & ETH_TEST_FL_EXTERNAL_LB) && in bnxt_self_test()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c13748 bool doextlpbk = etest->flags & ETH_TEST_FL_EXTERNAL_LB; in tg3_self_test()