Searched refs:good_cnt (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_ethtool.c | 496 int i, j, lc, good_cnt, ret_val = 0; in __lb_run_test() local 515 good_cnt = 0; in __lb_run_test() 524 good_cnt++; in __lb_run_test() 528 if (good_cnt != NIC_LB_TEST_PKT_NUM_PER_CYCLE) { in __lb_run_test() 531 hns_nic_test_strs[loop_mode], good_cnt, in __lb_run_test() 539 good_cnt = __lb_clean_rings(priv, in __lb_run_test() 542 if (good_cnt != NIC_LB_TEST_PKT_NUM_PER_CYCLE) { in __lb_run_test() 545 hns_nic_test_strs[loop_mode], good_cnt, in __lb_run_test()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 1406 int i, j, k, l, lc, good_cnt, ret_val = 0; in e1000_run_loopback_test() local 1437 good_cnt = 0; in e1000_run_loopback_test() 1449 good_cnt++; in e1000_run_loopback_test() 1456 } while (good_cnt < 64 && time_after(time + 20, jiffies)); in e1000_run_loopback_test() 1458 if (good_cnt != 64) { in e1000_run_loopback_test()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 1635 int good_cnt; in e1000_run_loopback_test() local 1672 good_cnt = 0; in e1000_run_loopback_test() 1684 good_cnt++; in e1000_run_loopback_test() 1692 } while ((good_cnt < 64) && !time_after(jiffies, time + 20)); in e1000_run_loopback_test() 1693 if (good_cnt != 64) { in e1000_run_loopback_test()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 1854 u16 i, j, lc, good_cnt; in igb_run_loopback_test() local 1881 good_cnt = 0; in igb_run_loopback_test() 1888 good_cnt++; in igb_run_loopback_test() 1891 if (good_cnt != 64) { in igb_run_loopback_test() 1899 good_cnt = igb_clean_test_rings(rx_ring, tx_ring, size); in igb_run_loopback_test() 1900 if (good_cnt != 64) { in igb_run_loopback_test()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 1899 int i, j, lc, good_cnt, ret_val = 0; in ixgbe_run_loopback_test() local 1930 good_cnt = 0; in ixgbe_run_loopback_test() 1939 good_cnt++; in ixgbe_run_loopback_test() 1942 if (good_cnt != 64) { in ixgbe_run_loopback_test() 1950 good_cnt = ixgbe_clean_test_rings(rx_ring, tx_ring, size); in ixgbe_run_loopback_test() 1951 if (good_cnt != 64) { in ixgbe_run_loopback_test()
|