Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dauth.c857 int nvme_auth_negotiate(struct nvme_ctrl *ctrl, int qid) in nvme_auth_negotiate() function
876 EXPORT_SYMBOL_GPL(nvme_auth_negotiate);
906 ret = nvme_auth_negotiate(ctrl, 0); in nvme_ctrl_auth_work()
920 ret = nvme_auth_negotiate(ctrl, q); in nvme_ctrl_auth_work()
H A Dnvme.h1095 int nvme_auth_negotiate(struct nvme_ctrl *ctrl, int qid);
1111 static inline int nvme_auth_negotiate(struct nvme_ctrl *ctrl, int qid) in nvme_auth_negotiate() function
H A Dfabrics.c471 ret = nvme_auth_negotiate(ctrl, 0); in nvmf_connect_admin_queue()
543 ret = nvme_auth_negotiate(ctrl, qid); in nvmf_connect_io_queue()