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() local 398 struct mlx5e_ethtool_steering *ethtool = mlx5e_fs_get_ethtool(priv->fs); in add_rule_to_list() local 511 struct mlx5e_ethtool_steering *ethtool = mlx5e_fs_get_ethtool(fs); in del_ethtool_rule() local 525 struct mlx5e_ethtool_steering *ethtool = mlx5e_fs_get_ethtool(priv->fs); find_ethtool_rule() local 793 struct mlx5e_ethtool_steering *ethtool = mlx5e_fs_get_ethtool(priv->fs); mlx5e_ethtool_get_flow() local 837 mlx5e_ethtool_alloc(struct mlx5e_ethtool_steering ** ethtool) mlx5e_ethtool_alloc() argument 845 mlx5e_ethtool_free(struct mlx5e_ethtool_steering * ethtool) mlx5e_ethtool_free() argument 852 struct mlx5e_ethtool_steering *ethtool = mlx5e_fs_get_ethtool(fs); mlx5e_ethtool_cleanup_steering() local 862 struct mlx5e_ethtool_steering *ethtool = mlx5e_fs_get_ethtool(fs); mlx5e_ethtool_init_steering() local 999 struct mlx5e_ethtool_steering *ethtool = mlx5e_fs_get_ethtool(priv->fs); mlx5e_ethtool_get_rxnfc() local [all...]
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