Lines Matching defs:sqe
1910 struct nvme_command *sqe = &op->cmd_iu.sqe;
2014 sqe->common.command_id != cqe->command_id)) {
2024 sqe->common.command_id,
2139 struct nvme_command *sqe;
2153 sqe = &cmdiu->sqe;
2165 memset(sqe, 0, sizeof(*sqe));
2166 sqe->common.opcode = nvme_admin_async_event;
2167 /* Note: core layer may overwrite the sqe.command_id value */
2168 sqe->common.command_id = NVME_AQ_BLK_MQ_DEPTH + i;
2245 * a native NVME sqe/cqe. More reasonable if FC-NVME IU payload
2499 * to sqe's, would try to gracefully shutdown the controller by
2554 struct nvme_command *sqe = &cmdiu->sqe;
2563 ctrl->cnum, op->queue->qnum, sqe->common.opcode,
2564 sqe->connect.fctype, sqe->common.cdw10, sqe->common.cdw11);
2657 struct nvme_command *sqe = &cmdiu->sqe;
2695 WARN_ON_ONCE(sqe->common.metadata);
2696 sqe->common.flags |= NVME_CMD_SGL_METABUF;
2705 sqe->rw.dptr.sgl.type = (NVME_TRANSPORT_SGL_DATA_DESC << 4) |
2707 sqe->rw.dptr.sgl.length = cpu_to_le32(data_len);
2708 sqe->rw.dptr.sgl.addr = 0;
2777 struct nvme_command *sqe = &cmdiu->sqe;
2787 ret = nvme_setup_cmd(ns, rq, sqe);