Lines Matching defs:sqe
1935 struct nvme_command *sqe = &op->cmd_iu.sqe;
2039 sqe->common.command_id != cqe->command_id)) {
2049 sqe->common.command_id,
2156 nvme_req(rq)->cmd = &op->op.cmd_iu.sqe;
2165 struct nvme_command *sqe;
2179 sqe = &cmdiu->sqe;
2191 memset(sqe, 0, sizeof(*sqe));
2192 sqe->common.opcode = nvme_admin_async_event;
2193 /* Note: core layer may overwrite the sqe.command_id value */
2194 sqe->common.command_id = NVME_AQ_BLK_MQ_DEPTH + i;
2263 * a native NVME sqe/cqe. More reasonable if FC-NVME IU payload
2512 * to sqe's, would try to gracefully shutdown the controller by
2571 struct nvme_command *sqe = &cmdiu->sqe;
2580 ctrl->cnum, op->queue->qnum, sqe->common.opcode,
2581 sqe->connect.fctype, sqe->common.cdw10, sqe->common.cdw11);
2674 struct nvme_command *sqe = &cmdiu->sqe;
2712 WARN_ON_ONCE(sqe->common.metadata);
2713 sqe->common.flags |= NVME_CMD_SGL_METABUF;
2722 sqe->rw.dptr.sgl.type = (NVME_TRANSPORT_SGL_DATA_DESC << 4) |
2724 sqe->rw.dptr.sgl.length = cpu_to_le32(data_len);
2725 sqe->rw.dptr.sgl.addr = 0;