Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dauth.c939 int nvme_auth_wait(struct nvme_ctrl *ctrl, int qid) in nvme_auth_wait() function
951 EXPORT_SYMBOL_GPL(nvme_auth_wait);
973 ret = nvme_auth_wait(ctrl, 0); in nvme_ctrl_auth_work()
H A Dnvme.h1290 int nvme_auth_wait(struct nvme_ctrl *ctrl, int qid);
1310 static inline int nvme_auth_wait(struct nvme_ctrl *ctrl, int qid) in nvme_auth_wait() function
H A Dfabrics.c490 ret = nvme_auth_wait(ctrl, 0); in nvmf_connect_admin_queue()
565 ret = nvme_auth_wait(ctrl, qid); in nvmf_connect_io_queue()
H A Dsysfs.c1047 error = nvme_auth_wait(ctrl, 0); in tls_configured_key_store()