Home
last modified time | relevance | path

Searched refs:mall_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_matchall.c122 err = mlxsw_sp->mall_ops->sample_add(mlxsw_sp, mlxsw_sp_port, in mlxsw_sp_mall_port_sample_add()
146 mlxsw_sp->mall_ops->sample_del(mlxsw_sp, mlxsw_sp_port, mall_entry); in mlxsw_sp_mall_port_sample_del()
Dspectrum.c2972 mlxsw_sp->mall_ops = &mlxsw_sp1_mall_ops; in mlxsw_sp1_init()
3003 mlxsw_sp->mall_ops = &mlxsw_sp2_mall_ops; in mlxsw_sp2_init()
3032 mlxsw_sp->mall_ops = &mlxsw_sp2_mall_ops; in mlxsw_sp3_init()
Dspectrum.h199 const struct mlxsw_sp_mall_ops *mall_ops; member