Searched defs:nvme_dhchap_queue_context (Results 1 – 1 of 1) sorted by relevance
20 struct nvme_dhchap_queue_context { struct21 struct list_head entry;22 struct work_struct auth_work;23 struct nvme_ctrl *ctrl;24 struct crypto_shash *shash_tfm;25 struct crypto_kpp *dh_tfm;26 void *buf;27 int qid;28 int error;29 u32 s1;[all …]