Home
last modified time | relevance | path

Searched defs:nvme_dhchap_queue_context (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/nvme/host/
H A Dauth.c21 struct nvme_dhchap_queue_context { struct
22 struct list_head entry;
23 struct work_struct auth_work;
24 struct nvme_ctrl *ctrl;
25 struct crypto_kpp *dh_tfm;
26 struct nvme_dhchap_key *transformed_key;
27 void *buf;
28 int qid;
29 int error;
30 u32 s1;
[all …]