Searched defs:nvme_dhchap_queue_context (Results 1 – 1 of 1) sorted by relevance
16 struct nvme_dhchap_queue_context { struct17 struct list_head entry;18 struct work_struct auth_work;19 struct nvme_ctrl *ctrl;20 struct crypto_shash *shash_tfm;21 struct crypto_kpp *dh_tfm;22 void *buf;23 size_t buf_size;24 int qid;25 int error;[all …]