Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_actions.c954 kfree(policer_ref); in mlxsw_afa_policer_ref_destroy()
961 struct mlxsw_afa_policer_ref *policer_ref; in mlxsw_afa_policer_ref_destructor() local
973 struct mlxsw_afa_policer_ref *policer_ref; in mlxsw_afa_policer_ref_create() local
977 policer_ref = kzalloc(sizeof(*policer_ref), GFP_KERNEL); in mlxsw_afa_policer_ref_create()
978 if (!policer_ref) in mlxsw_afa_policer_ref_create()
988 policer_ref->policer = policer; in mlxsw_afa_policer_ref_create()
992 return policer_ref; in mlxsw_afa_policer_ref_create()
995 kfree(policer_ref); in mlxsw_afa_policer_ref_create()
1814 struct mlxsw_afa_policer_ref *policer_ref; in mlxsw_afa_block_append_police() local
1821 if (IS_ERR(policer_ref)) in mlxsw_afa_block_append_police()
[all …]