Lines Matching defs:test
652 /* Passing the self-test is a pretty good indication
660 /* Wait 10 msec for self-test to complete */
663 /* Interrupts are enabled after self-test */
666 /* Check results of self-test */
669 "Self-test failed: result=0x%08X\n",
674 netif_err(nic, hw, nic->netdev, "Self-test failed: timed out\n");
2350 * loopback test. A single packet is prepared and transmitted
2351 * in loopback mode, and the test passes if the received
2594 "Link test (on/offline)",
2595 "Eeprom test (on/offline)",
2596 "Self test (offline)",
2603 struct ethtool_test *test, u64 *data)
2612 if (test->flags & ETH_TEST_FL_OFFLINE) {
2630 test->flags |= data[i] ? ETH_TEST_FL_FAILED : 0;