Lines Matching refs:sqe
1910 struct nvme_command *sqe = &op->cmd_iu.sqe; in nvme_fc_fcpio_done() local
2014 sqe->common.command_id != cqe->command_id)) { in nvme_fc_fcpio_done()
2024 sqe->common.command_id, in nvme_fc_fcpio_done()
2139 struct nvme_command *sqe; in nvme_fc_init_aen_ops() local
2153 sqe = &cmdiu->sqe; in nvme_fc_init_aen_ops()
2165 memset(sqe, 0, sizeof(*sqe)); in nvme_fc_init_aen_ops()
2166 sqe->common.opcode = nvme_admin_async_event; in nvme_fc_init_aen_ops()
2168 sqe->common.command_id = NVME_AQ_BLK_MQ_DEPTH + i; in nvme_fc_init_aen_ops()
2554 struct nvme_command *sqe = &cmdiu->sqe; in nvme_fc_timeout() local
2563 ctrl->cnum, op->queue->qnum, sqe->common.opcode, in nvme_fc_timeout()
2564 sqe->connect.fctype, sqe->common.cdw10, sqe->common.cdw11); in nvme_fc_timeout()
2657 struct nvme_command *sqe = &cmdiu->sqe; in nvme_fc_start_fcp_op() local
2695 WARN_ON_ONCE(sqe->common.metadata); in nvme_fc_start_fcp_op()
2696 sqe->common.flags |= NVME_CMD_SGL_METABUF; in nvme_fc_start_fcp_op()
2705 sqe->rw.dptr.sgl.type = (NVME_TRANSPORT_SGL_DATA_DESC << 4) | in nvme_fc_start_fcp_op()
2707 sqe->rw.dptr.sgl.length = cpu_to_le32(data_len); in nvme_fc_start_fcp_op()
2708 sqe->rw.dptr.sgl.addr = 0; in nvme_fc_start_fcp_op()
2777 struct nvme_command *sqe = &cmdiu->sqe; in nvme_fc_queue_rq() local
2787 ret = nvme_setup_cmd(ns, rq, sqe); in nvme_fc_queue_rq()