Searched refs:good_cnt (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ethtool.c485 int i, j, lc, good_cnt, ret_val = 0; local
505 good_cnt = 0;
514 good_cnt++;
518 if (good_cnt != NIC_LB_TEST_PKT_NUM_PER_CYCLE) {
521 hns_nic_test_strs[loop_mode], good_cnt,
529 good_cnt = __lb_clean_rings(priv,
532 if (good_cnt != NIC_LB_TEST_PKT_NUM_PER_CYCLE) {
535 hns_nic_test_strs[loop_mode], good_cnt,
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c256 u32 i, good_cnt; local
268 good_cnt = 0;
275 good_cnt++;
282 if (good_cnt != HNS3_NIC_LB_TEST_PKT_NUM) {
285 mode, good_cnt, HNS3_NIC_LB_TEST_PKT_NUM);
292 good_cnt = hns3_lb_check_rx_ring(priv, HNS3_NIC_LB_TEST_PKT_NUM);
293 if (good_cnt != HNS3_NIC_LB_TEST_PKT_NUM) {
296 mode, good_cnt, HNS3_NIC_LB_TEST_PKT_NUM);
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c1386 int i, j, k, l, lc, good_cnt, ret_val = 0; local
1417 good_cnt = 0;
1429 good_cnt++;
1436 } while (good_cnt < 64 && time_after(time + 20, jiffies));
1438 if (good_cnt != 64) {
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c1661 int good_cnt; local
1698 good_cnt = 0;
1710 good_cnt++;
1718 } while ((good_cnt < 64) && !time_after(jiffies, time + 20));
1719 if (good_cnt != 64) {
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2097 int i, j, lc, good_cnt, ret_val = 0; local
2128 good_cnt = 0;
2137 good_cnt++;
2140 if (good_cnt != 64) {
2148 good_cnt = ixgbe_clean_test_rings(rx_ring, tx_ring, size);
2149 if (good_cnt != 64) {
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c1891 u16 i, j, lc, good_cnt; local
1918 good_cnt = 0;
1925 good_cnt++;
1928 if (good_cnt != 64) {
1936 good_cnt = igb_clean_test_rings(rx_ring, tx_ring, size);
1937 if (good_cnt != 64) {

Completed in 156 milliseconds