Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dfabrics-cmd-auth.c45 req->sq->dhchap_tid = le16_to_cpu(data->t_id); in nvmet_auth_negotiate()
276 if (le16_to_cpu(data->t_id) != req->sq->dhchap_tid) { in nvmet_execute_auth_send()
279 le16_to_cpu(data->t_id), in nvmet_execute_auth_send()
372 data->t_id = cpu_to_le16(req->sq->dhchap_tid); in nvmet_auth_challenge()
403 data->t_id = cpu_to_le16(req->sq->dhchap_tid); in nvmet_auth_success1()
427 data->t_id = cpu_to_le16(req->sq->dhchap_tid); in nvmet_auth_failure1()
/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/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/include/linux/
H A Dnvme.h1689 __le16 t_id; member
1699 __le16 t_id; member
1715 __le16 t_id; member
1736 __le16 t_id; member
1749 __le16 t_id; member
1757 __le16 t_id; member
/linux/tools/lib/bpf/
H A Dbtf.c4461 __u32 t_id, c_id; in btf_dedup_merge_hypot_map() local
4467 t_id = resolve_type_id(d, targ_type_id); in btf_dedup_merge_hypot_map()
4469 t_kind = btf_kind(btf__type_by_id(d->btf, t_id)); in btf_dedup_merge_hypot_map()
4492 d->map[c_id] = t_id; in btf_dedup_merge_hypot_map()
4503 d->map[t_id] = c_id; in btf_dedup_merge_hypot_map()
4508 !is_type_mapped(d, t_id)) { in btf_dedup_merge_hypot_map()
4515 d->map[t_id] = c_id; in btf_dedup_merge_hypot_map()