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,34 int (*replace)(struct mlxsw_sp_port *mlxsw_sp_port, u32 handle,36 int (*destroy)(struct mlxsw_sp_port *mlxsw_sp_port,38 int (*get_stats)(struct mlxsw_sp_port *mlxsw_sp_port,41 int (*get_xstats)(struct mlxsw_sp_port *mlxsw_sp_port,44 void (*clean_stats)(struct mlxsw_sp_port *mlxsw_sp_port,68 struct mlxsw_sp_qdisc_ops *ops; argument