Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl.c707 const struct mlxsw_sp_acl_rulei_ops *acl_rulei_ops = mlxsw_sp->acl_rulei_ops; in mlxsw_sp_acl_rulei_act_mangle() local
717 return acl_rulei_ops->act_mangle_field(mlxsw_sp, in mlxsw_sp_acl_rulei_act_mangle()
Dspectrum.c3318 mlxsw_sp->acl_rulei_ops = &mlxsw_sp1_acl_rulei_ops; in mlxsw_sp1_init()
3351 mlxsw_sp->acl_rulei_ops = &mlxsw_sp2_acl_rulei_ops; in mlxsw_sp2_init()
3385 mlxsw_sp->acl_rulei_ops = &mlxsw_sp2_acl_rulei_ops; in mlxsw_sp3_init()
3419 mlxsw_sp->acl_rulei_ops = &mlxsw_sp2_acl_rulei_ops; in mlxsw_sp4_init()
Dspectrum.h192 const struct mlxsw_sp_acl_rulei_ops *acl_rulei_ops; member