Lines Matching defs:sc_cmd
68 els_req->sc_cmd = NULL;
783 if (!orig_io_req->sc_cmd) {
784 QEDF_ERR(&(fcport->qedf->dbg_ctx), "sc_cmd is NULL for "
796 new_io_req->sc_cmd = orig_io_req->sc_cmd;
799 * This keeps the sc_cmd struct from being returned to the tape
804 orig_io_req->sc_cmd = NULL;
850 struct scsi_cmnd *sc_cmd;
937 sc_cmd = orig_io_req->sc_cmd;
938 if (!sc_cmd) {
940 "sc_cmd is NULL for xid=0x%x.\n",
945 if (sc_cmd->sc_data_direction == DMA_TO_DEVICE) {