Searched refs:fwd_entry_ref (Results 1 – 1 of 1) sorted by relevance
539 struct mlxsw_afa_fwd_entry_ref *fwd_entry_ref) in mlxsw_afa_fwd_entry_ref_destroy() argument541 mlxsw_afa_resource_del(&fwd_entry_ref->resource); in mlxsw_afa_fwd_entry_ref_destroy()542 mlxsw_afa_fwd_entry_put(block->afa, fwd_entry_ref->fwd_entry); in mlxsw_afa_fwd_entry_ref_destroy()543 kfree(fwd_entry_ref); in mlxsw_afa_fwd_entry_ref_destroy()550 struct mlxsw_afa_fwd_entry_ref *fwd_entry_ref; in mlxsw_afa_fwd_entry_ref_destructor() local552 fwd_entry_ref = container_of(resource, struct mlxsw_afa_fwd_entry_ref, in mlxsw_afa_fwd_entry_ref_destructor()554 mlxsw_afa_fwd_entry_ref_destroy(block, fwd_entry_ref); in mlxsw_afa_fwd_entry_ref_destructor()560 struct mlxsw_afa_fwd_entry_ref *fwd_entry_ref; in mlxsw_afa_fwd_entry_ref_create() local564 fwd_entry_ref = kzalloc(sizeof(*fwd_entry_ref), GFP_KERNEL); in mlxsw_afa_fwd_entry_ref_create()565 if (!fwd_entry_ref) in mlxsw_afa_fwd_entry_ref_create()[all …]