Searched refs:ETH_TEST_FL_OFFLINE (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_selftest.c175 if (*flags & ETH_TEST_FL_OFFLINE) {
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dtenxpress.c427 if (!(flags & ETH_TEST_FL_OFFLINE))
H A Dtxc43128_phy.c527 if (!(flags & ETH_TEST_FL_OFFLINE))
H A Dselftest.c732 if (!(flags & ETH_TEST_FL_OFFLINE))
H A Dethtool.c512 (test->flags & ETH_TEST_FL_OFFLINE) ? "off" : "on");
532 (test->flags & ETH_TEST_FL_OFFLINE) ? "off" : "on");
/linux-master/net/core/
H A Dselftests.c377 if (etest->flags != ETH_TEST_FL_OFFLINE) {
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dselftest.c730 if (!(flags & ETH_TEST_FL_OFFLINE))
H A Dethtool_common.c368 (test->flags & ETH_TEST_FL_OFFLINE) ? "off" : "on");
388 (test->flags & ETH_TEST_FL_OFFLINE) ? "off" : "on");
H A Dmcdi_port_common.c840 if ((flags & ETH_TEST_FL_OFFLINE) &&
/linux-master/drivers/net/ethernet/sfc/
H A Dselftest.c725 if (!(flags & ETH_TEST_FL_OFFLINE))
H A Dethtool_common.c147 (test->flags & ETH_TEST_FL_OFFLINE) ? "off" : "on");
167 (test->flags & ETH_TEST_FL_OFFLINE) ? "off" : "on");
H A Dmcdi_port_common.c833 if ((flags & ETH_TEST_FL_OFFLINE) &&
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_selftests.c774 if (eth_test->flags != ETH_TEST_FL_OFFLINE) {
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dethtool.c739 if (eth_test->flags == ETH_TEST_FL_OFFLINE) {
/linux-master/include/uapi/linux/
H A Dethtool.h871 * @ETH_TEST_FL_OFFLINE: if set perform online and offline tests, otherwise
880 ETH_TEST_FL_OFFLINE = (1 << 0), enumerator in enum:ethtool_test_flags
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_ethtool.c1698 (etest->flags & ETH_TEST_FL_OFFLINE),
1703 if (etest->flags & ETH_TEST_FL_OFFLINE) {
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c914 if (test->flags & ETH_TEST_FL_OFFLINE) {
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ethtool.c600 if (eth_test->flags == ETH_TEST_FL_OFFLINE) {
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c1518 if (eth_test->flags == ETH_TEST_FL_OFFLINE) {
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ethtool.c1172 if (eth_test->flags & ETH_TEST_FL_OFFLINE) {
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c3029 (etest->flags & ETH_TEST_FL_OFFLINE),
3050 if ((etest->flags & ETH_TEST_FL_OFFLINE) && !IS_MF(bp)) {
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c2025 eth_test->flags &= ~ETH_TEST_FL_OFFLINE;
2026 if (eth_test->flags == ETH_TEST_FL_OFFLINE) {
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c1968 if (etest->flags != ETH_TEST_FL_OFFLINE) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c2166 if (eth_test->flags & ETH_TEST_FL_OFFLINE)
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c1941 if (eth_test->flags == ETH_TEST_FL_OFFLINE) {

Completed in 353 milliseconds

12