Searched refs:good_cnt (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_ethtool.c | 1386 int i, j, k, l, lc, good_cnt, ret_val = 0; in e1000_run_loopback_test() local 1417 good_cnt = 0; in e1000_run_loopback_test() 1429 good_cnt++; in e1000_run_loopback_test() 1436 } while (good_cnt < 64 && time_after(time + 20, jiffies)); in e1000_run_loopback_test() 1438 if (good_cnt != 64) { in e1000_run_loopback_test()
|
/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | ethtool.c | 1637 int good_cnt; in e1000_run_loopback_test() local 1674 good_cnt = 0; in e1000_run_loopback_test() 1686 good_cnt++; in e1000_run_loopback_test() 1694 } while ((good_cnt < 64) && !time_after(jiffies, time + 20)); in e1000_run_loopback_test() 1695 if (good_cnt != 64) { in e1000_run_loopback_test()
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_ethtool.c | 1891 u16 i, j, lc, good_cnt; in igb_run_loopback_test() local 1918 good_cnt = 0; in igb_run_loopback_test() 1925 good_cnt++; in igb_run_loopback_test() 1928 if (good_cnt != 64) { in igb_run_loopback_test() 1936 good_cnt = igb_clean_test_rings(rx_ring, tx_ring, size); in igb_run_loopback_test() 1937 if (good_cnt != 64) { in igb_run_loopback_test()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ethtool.c | 2097 int i, j, lc, good_cnt, ret_val = 0; in ixgbe_run_loopback_test() local 2128 good_cnt = 0; in ixgbe_run_loopback_test() 2137 good_cnt++; in ixgbe_run_loopback_test() 2140 if (good_cnt != 64) { in ixgbe_run_loopback_test() 2148 good_cnt = ixgbe_clean_test_rings(rx_ring, tx_ring, size); in ixgbe_run_loopback_test() 2149 if (good_cnt != 64) { in ixgbe_run_loopback_test()
|