Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dmacsec_fs.c660 struct mlx5_fs_id *fs_id_found; in macsec_fs_id_del() local
674 fs_id_found = xa_load(fs_id_xa, fs_id); in macsec_fs_id_del()
675 WARN_ON(!fs_id_found); in macsec_fs_id_del()
677 if (!refcount_dec_and_test(&fs_id_found->refcnt)) { in macsec_fs_id_del()
682 if (fs_id_found->id) { in macsec_fs_id_del()
684 rhashtable_remove_fast(hash_table, &fs_id_found->hash, *rhash); in macsec_fs_id_del()
685 fs_id_found->id = 0; in macsec_fs_id_del()
691 kfree(fs_id_found); in macsec_fs_id_del()