Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/target/
Dfabrics-cmd-auth.c45 req->sq->dhchap_tid = le16_to_cpu(data->t_id); in nvmet_auth_negotiate()
273 if (le16_to_cpu(data->t_id) != req->sq->dhchap_tid) { in nvmet_execute_auth_send()
276 le16_to_cpu(data->t_id), in nvmet_execute_auth_send()
374 data->t_id = cpu_to_le16(req->sq->dhchap_tid); in nvmet_auth_challenge()
405 data->t_id = cpu_to_le16(req->sq->dhchap_tid); in nvmet_auth_success1()
429 data->t_id = cpu_to_le16(req->sq->dhchap_tid); in nvmet_auth_failure1()
/linux-6.1.9/drivers/nvme/host/
Dauth.c100 if (le16_to_cpu(data->t_id) != transaction) { in nvme_auth_receive_validate()
103 qid, le16_to_cpu(data->t_id)); in nvme_auth_receive_validate()
122 data->t_id = cpu_to_le16(chap->transaction); in nvme_auth_set_dhchap_negotiate_data()
313 data->t_id = cpu_to_le16(chap->transaction); in nvme_auth_set_dhchap_reply_data()
403 data->t_id = cpu_to_le16(chap->transaction); in nvme_auth_set_dhchap_success2_data()
417 data->t_id = cpu_to_le16(chap->transaction); in nvme_auth_set_dhchap_failure2_data()
/linux-6.1.9/include/linux/
Dnvme.h1630 __le16 t_id; member
1640 __le16 t_id; member
1656 __le16 t_id; member
1677 __le16 t_id; member
1690 __le16 t_id; member
1698 __le16 t_id; member
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-trng.c67 cet->t_id = cpu_to_le32(flow); in sun8i_ce_trng_read()
Dsun8i-ce-prng.c121 cet->t_id = cpu_to_le32(flow); in sun8i_ce_prng_generate()
Dsun8i-ce.h168 __le32 t_id; member
Dsun8i-ce-hash.c383 cet->t_id = cpu_to_le32(flow); in sun8i_ce_hash_run()
Dsun8i-ce-cipher.c155 cet->t_id = cpu_to_le32(flow); in sun8i_ce_cipher_prepare()
/linux-6.1.9/tools/lib/bpf/
Dbtf.c4214 __u32 t_id, c_id; in btf_dedup_merge_hypot_map() local
4220 t_id = resolve_type_id(d, targ_type_id); in btf_dedup_merge_hypot_map()
4222 t_kind = btf_kind(btf__type_by_id(d->btf, t_id)); in btf_dedup_merge_hypot_map()
4245 d->map[c_id] = t_id; in btf_dedup_merge_hypot_map()
4256 d->map[t_id] = c_id; in btf_dedup_merge_hypot_map()
4261 !is_type_mapped(d, t_id)) { in btf_dedup_merge_hypot_map()
4268 d->map[t_id] = c_id; in btf_dedup_merge_hypot_map()