Home
last modified time | relevance | path

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

/linux-5.19.10/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.c3234 mlxsw_sp->mall_ops = &mlxsw_sp1_mall_ops; in mlxsw_sp1_init()
3266 mlxsw_sp->mall_ops = &mlxsw_sp2_mall_ops; in mlxsw_sp2_init()
3298 mlxsw_sp->mall_ops = &mlxsw_sp2_mall_ops; in mlxsw_sp3_init()
3330 mlxsw_sp->mall_ops = &mlxsw_sp2_mall_ops; in mlxsw_sp4_init()
Dspectrum.h210 const struct mlxsw_sp_mall_ops *mall_ops; member