Home
last modified time | relevance | path

Searched defs:mlxsw_sp_qdisc_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c23 struct mlxsw_sp_qdisc_ops { struct
24 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