Searched refs:fwd_entry_ref (Results 1 – 1 of 1) sorted by relevance
631 struct mlxsw_afa_fwd_entry_ref *fwd_entry_ref) in mlxsw_afa_fwd_entry_ref_destroy() argument633 mlxsw_afa_resource_del(&fwd_entry_ref->resource); in mlxsw_afa_fwd_entry_ref_destroy()634 mlxsw_afa_fwd_entry_put(block->afa, fwd_entry_ref->fwd_entry); in mlxsw_afa_fwd_entry_ref_destroy()635 kfree(fwd_entry_ref); in mlxsw_afa_fwd_entry_ref_destroy()642 struct mlxsw_afa_fwd_entry_ref *fwd_entry_ref; in mlxsw_afa_fwd_entry_ref_destructor() local644 fwd_entry_ref = container_of(resource, struct mlxsw_afa_fwd_entry_ref, in mlxsw_afa_fwd_entry_ref_destructor()646 mlxsw_afa_fwd_entry_ref_destroy(block, fwd_entry_ref); in mlxsw_afa_fwd_entry_ref_destructor()652 struct mlxsw_afa_fwd_entry_ref *fwd_entry_ref; in mlxsw_afa_fwd_entry_ref_create() local656 fwd_entry_ref = kzalloc(sizeof(*fwd_entry_ref), GFP_KERNEL); in mlxsw_afa_fwd_entry_ref_create()657 if (!fwd_entry_ref) in mlxsw_afa_fwd_entry_ref_create()[all …]