Home
last modified time | relevance | path

Searched refs:st_param (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c308 static void hns3_set_selftest_param(struct hnae3_handle *h, int (*st_param)[2]) in hns3_set_selftest_param()
310 st_param[HNAE3_LOOP_EXTERNAL][0] = HNAE3_LOOP_EXTERNAL; in hns3_set_selftest_param()
311 st_param[HNAE3_LOOP_EXTERNAL][1] = in hns3_set_selftest_param()
314 st_param[HNAE3_LOOP_APP][0] = HNAE3_LOOP_APP; in hns3_set_selftest_param()
315 st_param[HNAE3_LOOP_APP][1] = in hns3_set_selftest_param()
318 st_param[HNAE3_LOOP_SERIAL_SERDES][0] = HNAE3_LOOP_SERIAL_SERDES; in hns3_set_selftest_param()
319 st_param[HNAE3_LOOP_SERIAL_SERDES][1] = in hns3_set_selftest_param()
322 st_param[HNAE3_LOOP_PARALLEL_SERDES][0] = in hns3_set_selftest_param()
324 st_param[HNAE3_LOOP_PARALLEL_SERDES][1] = in hns3_set_selftest_param()
327 st_param[HNAE3_LOOP_PHY][0] = HNAE3_LOOP_PHY; in hns3_set_selftest_param()
[all …]