Lines Matching defs:qid
336 case (offsetof(struct nvmf_connect_command, qid)):
338 "%s, qid %d\n",
339 inv_sqe, cmd->connect.qid);
395 static void nvmf_connect_cmd_prep(struct nvme_ctrl *ctrl, u16 qid,
400 cmd->connect.qid = cpu_to_le16(qid);
402 if (qid) {
466 "qid 0: secure concatenation is not supported\n");
474 "qid 0: authentication setup failed\n");
481 "qid 0: authentication failed\n");
484 "qid 0: authenticated\n");
498 * @qid: NVMe I/O queue number for the new I/O connection between
499 * host and target (note qid == 0 is illegal as this is
512 int nvmf_connect_io_queue(struct nvme_ctrl *ctrl, u16 qid)
520 nvmf_connect_cmd_prep(ctrl, qid, &cmd);
527 data, sizeof(*data), qid, 1,
538 "qid 0: secure concatenation is not supported\n");
543 ret = nvme_auth_negotiate(ctrl, qid);
546 "qid %d: authentication setup failed\n", qid);
549 ret = nvme_auth_wait(ctrl, qid);
552 "qid %u: authentication failed\n", qid);