Searched refs:nvme_auth_submit (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/nvme/host/ |
D | auth.c | 50 static int nvme_auth_submit(struct nvme_ctrl *ctrl, int qid, in nvme_auth_submit() function 713 ret = nvme_auth_submit(ctrl, chap->qid, chap->buf, tl, true); in __nvme_auth_work() 724 ret = nvme_auth_submit(ctrl, chap->qid, chap->buf, chap->buf_size, false); in __nvme_auth_work() 776 ret = nvme_auth_submit(ctrl, chap->qid, chap->buf, tl, true); in __nvme_auth_work() 787 ret = nvme_auth_submit(ctrl, chap->qid, chap->buf, chap->buf_size, false); in __nvme_auth_work() 827 ret = nvme_auth_submit(ctrl, chap->qid, chap->buf, tl, true); in __nvme_auth_work() 840 ret = nvme_auth_submit(ctrl, chap->qid, chap->buf, tl, true); in __nvme_auth_work()
|