Searched refs:nvme_auth_submit (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/nvme/host/
H A Dauth.c57 static int nvme_auth_submit(struct nvme_ctrl *ctrl, int qid, function
709 ret = nvme_auth_submit(ctrl, chap->qid, chap->buf, tl, true);
720 ret = nvme_auth_submit(ctrl, chap->qid, chap->buf, CHAP_BUF_SIZE,
775 ret = nvme_auth_submit(ctrl, chap->qid, chap->buf, tl, true);
786 ret = nvme_auth_submit(ctrl, chap->qid, chap->buf, CHAP_BUF_SIZE,
830 ret = nvme_auth_submit(ctrl, chap->qid, chap->buf, tl, true);
845 ret = nvme_auth_submit(ctrl, chap->qid, chap->buf, tl, true);

Completed in 122 milliseconds