Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c97 static int hclgevf_tqps_get_sset_count(struct hnae3_handle *handle, int strset) in hclgevf_tqps_get_sset_count() argument
142 static int hclgevf_get_sset_count(struct hnae3_handle *handle, int strset) in hclgevf_get_sset_count() argument
144 if (strset == ETH_SS_TEST) in hclgevf_get_sset_count()
146 else if (strset == ETH_SS_STATS) in hclgevf_get_sset_count()
147 return hclgevf_tqps_get_sset_count(handle, strset); in hclgevf_get_sset_count()
152 static void hclgevf_get_strings(struct hnae3_handle *handle, u32 strset, in hclgevf_get_strings() argument
157 if (strset == ETH_SS_STATS) in hclgevf_get_strings()