Searched refs:good_cnt (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 1408 int i, j, k, l, lc, good_cnt, ret_val = 0; in e1000_run_loopback_test() local 1439 good_cnt = 0; in e1000_run_loopback_test() 1451 good_cnt++; in e1000_run_loopback_test() 1458 } while (good_cnt < 64 && time_after(time + 20, jiffies)); in e1000_run_loopback_test() 1460 if (good_cnt != 64) { in e1000_run_loopback_test()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 1616 int good_cnt; in e1000_run_loopback_test() local 1653 good_cnt = 0; in e1000_run_loopback_test() 1665 good_cnt++; in e1000_run_loopback_test() 1673 } while ((good_cnt < 64) && !time_after(jiffies, time + 20)); in e1000_run_loopback_test() 1674 if (good_cnt != 64) { in e1000_run_loopback_test()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 1858 u16 i, j, lc, good_cnt; in igb_run_loopback_test() local 1885 good_cnt = 0; in igb_run_loopback_test() 1892 good_cnt++; in igb_run_loopback_test() 1895 if (good_cnt != 64) { in igb_run_loopback_test() 1903 good_cnt = igb_clean_test_rings(rx_ring, tx_ring, size); in igb_run_loopback_test() 1904 if (good_cnt != 64) { in igb_run_loopback_test()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 1894 int i, j, lc, good_cnt, ret_val = 0; in ixgbe_run_loopback_test() local 1925 good_cnt = 0; in ixgbe_run_loopback_test() 1934 good_cnt++; in ixgbe_run_loopback_test() 1937 if (good_cnt != 64) { in ixgbe_run_loopback_test() 1945 good_cnt = ixgbe_clean_test_rings(rx_ring, tx_ring, size); in ixgbe_run_loopback_test() 1946 if (good_cnt != 64) { in ixgbe_run_loopback_test()
|