Searched refs:good_cnt (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/net/e1000/ |
D | e1000_ethtool.c | 1431 int i, j, k, l, lc, good_cnt, ret_val=0; in e1000_run_loopback_test() local 1460 good_cnt = 0; in e1000_run_loopback_test() 1471 good_cnt++; in e1000_run_loopback_test() 1477 } while (good_cnt < 64 && jiffies < (time + 20)); in e1000_run_loopback_test() 1478 if (good_cnt != 64) { in e1000_run_loopback_test()
|
/linux-2.6.39/drivers/net/igb/ |
D | igb_ethtool.c | 1657 int i, j, lc, good_cnt, ret_val = 0; in igb_run_loopback_test() local 1684 good_cnt = 0; in igb_run_loopback_test() 1691 good_cnt++; in igb_run_loopback_test() 1694 if (good_cnt != 64) { in igb_run_loopback_test() 1702 good_cnt = igb_clean_test_rings(rx_ring, tx_ring, size); in igb_run_loopback_test() 1703 if (good_cnt != 64) { in igb_run_loopback_test()
|
/linux-2.6.39/drivers/net/e1000e/ |
D | ethtool.c | 1551 int good_cnt; in e1000_run_loopback_test() local 1585 good_cnt = 0; in e1000_run_loopback_test() 1594 good_cnt++; in e1000_run_loopback_test() 1603 } while ((good_cnt < 64) && !time_after(jiffies, time + 20)); in e1000_run_loopback_test() 1604 if (good_cnt != 64) { in e1000_run_loopback_test()
|
/linux-2.6.39/drivers/net/ixgbe/ |
D | ixgbe_ethtool.c | 1735 int i, j, lc, good_cnt, ret_val = 0; in ixgbe_run_loopback_test() local 1762 good_cnt = 0; in ixgbe_run_loopback_test() 1771 good_cnt++; in ixgbe_run_loopback_test() 1774 if (good_cnt != 64) { in ixgbe_run_loopback_test() 1782 good_cnt = ixgbe_clean_test_rings(rx_ring, tx_ring, size); in ixgbe_run_loopback_test() 1783 if (good_cnt != 64) { in ixgbe_run_loopback_test()
|