test_index        587 drivers/net/ethernet/hisilicon/hns/hns_ethtool.c 	int test_index = 0;
test_index        607 drivers/net/ethernet/hisilicon/hns/hns_ethtool.c 			data[test_index] = __lb_up(ndev,
test_index        609 drivers/net/ethernet/hisilicon/hns/hns_ethtool.c 			if (!data[test_index]) {
test_index        610 drivers/net/ethernet/hisilicon/hns/hns_ethtool.c 				data[test_index] = __lb_run_test(
test_index        616 drivers/net/ethernet/hisilicon/hns/hns_ethtool.c 			if (data[test_index])
test_index        619 drivers/net/ethernet/hisilicon/hns/hns_ethtool.c 			test_index++;
test_index        307 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 	int test_index = 0;
test_index        364 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 		data[test_index] = hns3_lp_up(ndev, loop_type);
test_index        365 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 		if (!data[test_index])
test_index        366 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 			data[test_index] = hns3_lp_run_test(ndev, loop_type);
test_index        370 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 		if (data[test_index])
test_index        373 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 		test_index++;
test_index        227 drivers/net/ethernet/sfc/ethtool.c static void efx_fill_test(unsigned int test_index, u8 *strings, u64 *data,
test_index        235 drivers/net/ethernet/sfc/ethtool.c 		data[test_index] = *test;
test_index        245 drivers/net/ethernet/sfc/ethtool.c 		snprintf(strings + test_index * ETH_GSTRING_LEN,
test_index        272 drivers/net/ethernet/sfc/ethtool.c 				  unsigned int test_index,
test_index        280 drivers/net/ethernet/sfc/ethtool.c 		efx_fill_test(test_index++, strings, data,
test_index        284 drivers/net/ethernet/sfc/ethtool.c 		efx_fill_test(test_index++, strings, data,
test_index        289 drivers/net/ethernet/sfc/ethtool.c 	efx_fill_test(test_index++, strings, data,
test_index        293 drivers/net/ethernet/sfc/ethtool.c 	efx_fill_test(test_index++, strings, data,
test_index        298 drivers/net/ethernet/sfc/ethtool.c 	return test_index;
test_index        209 drivers/net/ethernet/sfc/falcon/ethtool.c static void ef4_fill_test(unsigned int test_index, u8 *strings, u64 *data,
test_index        217 drivers/net/ethernet/sfc/falcon/ethtool.c 		data[test_index] = *test;
test_index        227 drivers/net/ethernet/sfc/falcon/ethtool.c 		snprintf(strings + test_index * ETH_GSTRING_LEN,
test_index        254 drivers/net/ethernet/sfc/falcon/ethtool.c 				  unsigned int test_index,
test_index        262 drivers/net/ethernet/sfc/falcon/ethtool.c 		ef4_fill_test(test_index++, strings, data,
test_index        266 drivers/net/ethernet/sfc/falcon/ethtool.c 		ef4_fill_test(test_index++, strings, data,
test_index        271 drivers/net/ethernet/sfc/falcon/ethtool.c 	ef4_fill_test(test_index++, strings, data,
test_index        275 drivers/net/ethernet/sfc/falcon/ethtool.c 	ef4_fill_test(test_index++, strings, data,
test_index        280 drivers/net/ethernet/sfc/falcon/ethtool.c 	return test_index;