Lines Matching defs:qid
309 case (offsetof(struct nvmf_connect_command, qid)):
311 "%s, qid %d\n",
312 inv_sqe, cmd->connect.qid);
382 cmd.connect.qid = 0;
427 * @qid: NVMe I/O queue number for the new I/O connection between
428 * host and target (note qid == 0 is illegal as this is
442 int nvmf_connect_io_queue(struct nvme_ctrl *ctrl, u16 qid, bool poll)
452 cmd.connect.qid = cpu_to_le16(qid);
468 data, sizeof(*data), 0, qid, 1,