Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dfabrics-cmd-auth.c49 req->sq->dhchap_tid = le16_to_cpu(data->t_id); in nvmet_auth_negotiate()
345 if (le16_to_cpu(data->t_id) != req->sq->dhchap_tid) { in nvmet_execute_auth_send()
348 le16_to_cpu(data->t_id), in nvmet_execute_auth_send()
443 data->t_id = cpu_to_le16(req->sq->dhchap_tid); in nvmet_auth_challenge()
474 data->t_id = cpu_to_le16(req->sq->dhchap_tid); in nvmet_auth_success1()
498 data->t_id = cpu_to_le16(req->sq->dhchap_tid); in nvmet_auth_failure1()
/linux/drivers/nvme/host/
H A Dauth.c113 if (le16_to_cpu(data->t_id) != transaction) { in nvme_auth_receive_validate()
116 qid, le16_to_cpu(data->t_id)); in nvme_auth_receive_validate()
137 data->t_id = cpu_to_le16(chap->transaction); in nvme_auth_set_dhchap_negotiate_data()
302 data->t_id = cpu_to_le16(chap->transaction); in nvme_auth_set_dhchap_reply_data()
394 data->t_id = cpu_to_le16(chap->transaction); in nvme_auth_set_dhchap_success2_data()
408 data->t_id = cpu_to_le16(chap->transaction); in nvme_auth_set_dhchap_failure2_data()
/linux/include/linux/
H A Dnvme.h1882 __le16 t_id; member
1892 __le16 t_id; member
1908 __le16 t_id; member
1929 __le16 t_id; member
1942 __le16 t_id; member
1950 __le16 t_id; member
/linux/tools/lib/bpf/
H A Dbtf.c5180 __u32 t_id, c_id; in btf_dedup_merge_hypot_map() local
5186 t_id = resolve_type_id(d, targ_type_id); in btf_dedup_merge_hypot_map()
5188 t_kind = btf_kind(btf__type_by_id(d->btf, t_id)); in btf_dedup_merge_hypot_map()
5211 d->map[c_id] = t_id; in btf_dedup_merge_hypot_map()
5222 d->map[t_id] = c_id; in btf_dedup_merge_hypot_map()
5227 !is_type_mapped(d, t_id)) { in btf_dedup_merge_hypot_map()
5234 d->map[t_id] = c_id; in btf_dedup_merge_hypot_map()