Lines Matching refs:rq_flags
156 if (cmd->request->rq_flags & RQF_DONTPREP) { in scsi_mq_requeue_cmd()
157 cmd->request->rq_flags &= ~RQF_DONTPREP; in scsi_mq_requeue_cmd()
243 int timeout, int retries, u64 flags, req_flags_t rq_flags, in __scsi_execute() argument
253 rq_flags & RQF_PM ? BLK_MQ_REQ_PM : 0); in __scsi_execute()
267 req->rq_flags |= rq_flags | RQF_QUIET; in __scsi_execute()
804 if (!(req->rq_flags & RQF_QUIET)) { in scsi_io_completion_action()
893 else if (req->rq_flags & RQF_QUIET) in scsi_io_completion_nz_result()
1127 if (rq->rq_flags & RQF_DONTPREP) { in scsi_cleanup_rq()
1129 rq->rq_flags &= ~RQF_DONTPREP; in scsi_cleanup_rq()
1237 if (req && WARN_ON_ONCE(!(req->rq_flags & RQF_PM))) in scsi_device_state_check()
1245 if (req && !(req->rq_flags & RQF_PM)) in scsi_device_state_check()
1667 if (!(req->rq_flags & RQF_DONTPREP)) { in scsi_queue_rq()
1671 req->rq_flags |= RQF_DONTPREP; in scsi_queue_rq()
1721 if (req->rq_flags & RQF_DONTPREP) in scsi_queue_rq()