mlx5_fs_id
.key_len = sizeof_field(struct mlx5_fs_id, sci),
.key_offset = offsetof(struct mlx5_fs_id, sci),
.head_offset = offsetof(struct mlx5_fs_id, hash),
.key_len = sizeof_field(struct mlx5_fs_id, id),
.key_offset = offsetof(struct mlx5_fs_id, id),
.head_offset = offsetof(struct mlx5_fs_id, hash),
struct mlx5_fs_id *mlx5_fs_id;
mlx5_fs_id = rhashtable_lookup(&macsec_fs->sci_hash, sci, rhash_sci);
if (mlx5_fs_id)
fs_id = mlx5_fs_id->id;
struct mlx5_fs_id *fs_id_iter;
struct mlx5_fs_id *fs_id_found;
struct mlx5_fs_id *fs_id_iter;