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

/linux-master/drivers/nvme/target/
H A Dfabrics-cmd-auth.c45 req->sq->dhchap_tid = le16_to_cpu(data->t_id);
273 if (le16_to_cpu(data->t_id) != req->sq->dhchap_tid) {
276 le16_to_cpu(data->t_id),
372 data->t_id = cpu_to_le16(req->sq->dhchap_tid);
403 data->t_id = cpu_to_le16(req->sq->dhchap_tid);
427 data->t_id = cpu_to_le16(req->sq->dhchap_tid);
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-trng.c67 cet->t_id = cpu_to_le32(flow);
H A Dsun8i-ce-prng.c121 cet->t_id = cpu_to_le32(flow);
H A Dsun8i-ce.h168 __le32 t_id; member in struct:ce_task
H A Dsun8i-ce-cipher.c160 cet->t_id = cpu_to_le32(flow);
H A Dsun8i-ce-hash.c389 cet->t_id = cpu_to_le32(flow);
/linux-master/drivers/nvme/host/
H A Dauth.c111 if (le16_to_cpu(data->t_id) != transaction) {
114 qid, le16_to_cpu(data->t_id));
133 data->t_id = cpu_to_le16(chap->transaction);
310 data->t_id = cpu_to_le16(chap->transaction);
397 data->t_id = cpu_to_le16(chap->transaction);
411 data->t_id = cpu_to_le16(chap->transaction);
/linux-master/include/linux/
H A Dnvme.h1675 __le16 t_id; member in struct:nvmf_auth_dhchap_negotiate_data
1685 __le16 t_id; member in struct:nvmf_auth_dhchap_challenge_data
1701 __le16 t_id; member in struct:nvmf_auth_dhchap_reply_data
1722 __le16 t_id; member in struct:nvmf_auth_dhchap_success1_data
1735 __le16 t_id; member in struct:nvmf_auth_dhchap_success2_data
1743 __le16 t_id; member in struct:nvmf_auth_dhchap_failure_data
/linux-master/tools/lib/bpf/
H A Dbtf.c4383 __u32 t_id, c_id; local
4389 t_id = resolve_type_id(d, targ_type_id);
4391 t_kind = btf_kind(btf__type_by_id(d->btf, t_id));
4414 d->map[c_id] = t_id;
4425 d->map[t_id] = c_id;
4430 !is_type_mapped(d, t_id)) {
4437 d->map[t_id] = c_id;

Completed in 284 milliseconds