Home
last modified time | relevance | path

Searched refs:nvme_auth_negotiate (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/nvme/host/
Dauth.c849 int nvme_auth_negotiate(struct nvme_ctrl *ctrl, int qid) in nvme_auth_negotiate() function
902 EXPORT_SYMBOL_GPL(nvme_auth_negotiate);
944 ret = nvme_auth_negotiate(ctrl, 0); in nvme_dhchap_auth_work()
958 ret = nvme_auth_negotiate(ctrl, q); in nvme_dhchap_auth_work()
Dnvme.h1024 int nvme_auth_negotiate(struct nvme_ctrl *ctrl, int qid);
1031 static inline int nvme_auth_negotiate(struct nvme_ctrl *ctrl, int qid) in nvme_auth_negotiate() function
Dfabrics.c415 ret = nvme_auth_negotiate(ctrl, 0); in nvmf_connect_admin_queue()
491 ret = nvme_auth_negotiate(ctrl, qid); in nvmf_connect_io_queue()