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");
2349 * loopback test. A single packet is prepared and transmitted
2350 * in loopback mode, and the test passes if the received
2597 "Link test (on/offline)",
2598 "Eeprom test (on/offline)",
2599 "Self test (offline)",
2606 struct ethtool_test *test, u64 *data)
2615 if (test->flags & ETH_TEST_FL_OFFLINE) {
2633 test->flags |= data[i] ? ETH_TEST_FL_FAILED : 0;