Searched refs:mlx5e_priv_flags (Results 1 – 2 of 2) sorted by relevance
148 return ARRAY_SIZE(mlx5e_priv_flags); in mlx5e_ethtool_get_sset_count()178 for (i = 0; i < ARRAY_SIZE(mlx5e_priv_flags); i++) in mlx5e_ethtool_get_strings()179 strcpy(data + i * ETH_GSTRING_LEN, mlx5e_priv_flags[i]); in mlx5e_ethtool_get_strings()
208 static const char mlx5e_priv_flags[][ETH_GSTRING_LEN] = { variable