Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c656 struct mlx5_fs_id *fs_id_found; in macsec_fs_id_del() local
670 fs_id_found = xa_load(fs_id_xa, fs_id); in macsec_fs_id_del()
671 WARN_ON(!fs_id_found); in macsec_fs_id_del()
673 if (!refcount_dec_and_test(&fs_id_found->refcnt)) { in macsec_fs_id_del()
678 if (fs_id_found->id) { in macsec_fs_id_del()
680 rhashtable_remove_fast(hash_table, &fs_id_found->hash, *rhash); in macsec_fs_id_del()
681 fs_id_found->id = 0; in macsec_fs_id_del()
687 kfree(fs_id_found); in macsec_fs_id_del()