Searched defs:mlxsw_sp_qdisc_ops (Results 1 – 1 of 1) sorted by relevance
23 struct mlxsw_sp_qdisc_ops { struct24 enum mlxsw_sp_qdisc_type type;25 int (*check_params)(struct mlxsw_sp_port *mlxsw_sp_port,28 int (*replace)(struct mlxsw_sp_port *mlxsw_sp_port,30 int (*destroy)(struct mlxsw_sp_port *mlxsw_sp_port,32 int (*get_stats)(struct mlxsw_sp_port *mlxsw_sp_port,35 int (*get_xstats)(struct mlxsw_sp_port *mlxsw_sp_port,38 void (*clean_stats)(struct mlxsw_sp_port *mlxsw_sp_port,62 struct mlxsw_sp_qdisc_ops *ops; argument