Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-trng.c69 cet->t_id = cpu_to_le32(flow); in sun8i_ce_trng_read()
Dsun8i-ce-prng.c124 cet->t_id = cpu_to_le32(flow); in sun8i_ce_prng_generate()
Dsun8i-ce.h166 __le32 t_id; member
Dsun8i-ce-hash.c307 cet->t_id = cpu_to_le32(flow); in sun8i_ce_hash_run()
Dsun8i-ce-cipher.c116 cet->t_id = cpu_to_le32(flow); in sun8i_ce_cipher_prepare()
/Linux-v5.10/tools/lib/bpf/
Dbtf.c3960 __u32 t_id, c_id; in btf_dedup_merge_hypot_map() local
3966 t_id = resolve_type_id(d, targ_type_id); in btf_dedup_merge_hypot_map()
3968 t_kind = btf_kind(btf__type_by_id(d->btf, t_id)); in btf_dedup_merge_hypot_map()
3983 d->map[c_id] = t_id; in btf_dedup_merge_hypot_map()
3985 d->map[t_id] = c_id; in btf_dedup_merge_hypot_map()
3990 !is_type_mapped(d, t_id)) { in btf_dedup_merge_hypot_map()
3997 d->map[t_id] = c_id; in btf_dedup_merge_hypot_map()