Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dauth.c111 if (le16_to_cpu(data->t_id) != transaction) { in nvme_auth_receive_validate()
114 qid, le16_to_cpu(data->t_id)); in nvme_auth_receive_validate()
133 data->t_id = cpu_to_le16(chap->transaction); in nvme_auth_set_dhchap_negotiate_data()
310 data->t_id = cpu_to_le16(chap->transaction); in nvme_auth_set_dhchap_reply_data()
397 data->t_id = cpu_to_le16(chap->transaction); in nvme_auth_set_dhchap_success2_data()
411 data->t_id = cpu_to_le16(chap->transaction); in nvme_auth_set_dhchap_failure2_data()
/linux/include/linux/
H A Dnvme.h1783 __le16 t_id; member
1793 __le16 t_id; member
1809 __le16 t_id; member
1830 __le16 t_id; member
1843 __le16 t_id; member
1851 __le16 t_id; member
/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-trng.c67 cet->t_id = cpu_to_le32(flow); in sun8i_ce_trng_read()
H A Dsun8i-ce-prng.c121 cet->t_id = cpu_to_le32(flow); in sun8i_ce_prng_generate()
H A Dsun8i-ce.h169 __le32 t_id; member
H A Dsun8i-ce-hash.c389 cet->t_id = cpu_to_le32(flow); in sun8i_ce_hash_run()
H A Dsun8i-ce-cipher.c160 cet->t_id = cpu_to_le32(flow); in sun8i_ce_cipher_prepare()
/linux/tools/lib/bpf/
H A Dbtf.c4625 __u32 t_id, c_id; in btf_dedup_merge_hypot_map() local
4631 t_id = resolve_type_id(d, targ_type_id); in btf_dedup_merge_hypot_map()
4633 t_kind = btf_kind(btf__type_by_id(d->btf, t_id)); in btf_dedup_merge_hypot_map()
4656 d->map[c_id] = t_id; in btf_dedup_merge_hypot_map()
4667 d->map[t_id] = c_id; in btf_dedup_merge_hypot_map()
4672 !is_type_mapped(d, t_id)) { in btf_dedup_merge_hypot_map()
4679 d->map[t_id] = c_id; in btf_dedup_merge_hypot_map()