Searched defs:mlxsw_sp_qdisc_ops (Results 1 – 1 of 1) sorted by relevance
29 struct mlxsw_sp_qdisc_ops { struct30 enum mlxsw_sp_qdisc_type type;31 int (*check_params)(struct mlxsw_sp_port *mlxsw_sp_port,35 int (*destroy)(struct mlxsw_sp_port *mlxsw_sp_port,37 int (*get_stats)(struct mlxsw_sp_port *mlxsw_sp_port,40 int (*get_xstats)(struct mlxsw_sp_port *mlxsw_sp_port,43 void (*clean_stats)(struct mlxsw_sp_port *mlxsw_sp_port,48 void (*unoffload)(struct mlxsw_sp_port *mlxsw_sp_port,52 unsigned int num_classes;54 u8 (*get_prio_bitmap)(struct mlxsw_sp_qdisc *mlxsw_sp_qdisc,[all …]