Searched defs:ethtool (Results 1 – 15 of 15) sorted by relevance
85 struct mlx5e_ethtool_steering *ethtool = mlx5e_fs_get_ethtool(priv->fs); in get_flow_table() local398 struct mlx5e_ethtool_steering *ethtool = mlx5e_fs_get_ethtool(priv->fs); in add_rule_to_list() local511 struct mlx5e_ethtool_steering *ethtool = mlx5e_fs_get_ethtool(fs); in del_ethtool_rule() local525 struct mlx5e_ethtool_steering *ethtool = mlx5e_fs_get_ethtool(priv->fs); in find_ethtool_rule() local793 struct mlx5e_ethtool_steering *ethtool = mlx5e_fs_get_ethtool(priv->fs); in mlx5e_ethtool_get_flow() local837 int mlx5e_ethtool_alloc(struct mlx5e_ethtool_steering **ethtool) in mlx5e_ethtool_alloc()845 void mlx5e_ethtool_free(struct mlx5e_ethtool_steering *ethtool) in mlx5e_ethtool_free()852 struct mlx5e_ethtool_steering *ethtool = mlx5e_fs_get_ethtool(fs); in mlx5e_ethtool_cleanup_steering() local862 struct mlx5e_ethtool_steering *ethtool = mlx5e_fs_get_ethtool(fs); in mlx5e_ethtool_init_steering() local999 struct mlx5e_ethtool_steering *ethtool = mlx5e_fs_get_ethtool(priv->fs); in mlx5e_ethtool_get_rxnfc() local
23 static inline int mlx5e_ethtool_alloc(struct mlx5e_ethtool_steering **ethtool) in mlx5e_ethtool_alloc()25 static inline void mlx5e_ethtool_free(struct mlx5e_ethtool_steering *ethtool) { } in mlx5e_ethtool_free()
44 ethtool section in Additional Features and Configurations
32 ethtool section in Additional Features and Configurations
131 ethtool section in Additional Configurations
123 ethtool section in Additional Features and Configurations
312 ethtool section in Additional Features and Configurations
63 ethtool section in Additional Features and Configurations
431 ethtool section in Additional Configurations
490 ethtool section in Additional Features and Configurations
90 ethtool section in Additional Features and Configurations
167 ethtool chapter
57 ethtool section in Configuration
188 def ethtool(args, json=None, ns=None, host=None): global() function
246 def ethtool(dev, opt, args, fail=True): function