Searched refs:scsi_end_request (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/
H A Dscsi_lib.c698 static bool scsi_end_request(struct request *req, int error, function
824 * c) We can call scsi_end_request() with -EIO to fail
875 if (scsi_end_request(req, 0, blk_rq_bytes(req),
924 if (!scsi_end_request(req, error, good_bytes, 0))
931 if (scsi_end_request(req, error, blk_rq_bytes(req), 0))
1047 if (!scsi_end_request(req, error, blk_rq_err_bytes(req), 0))

Completed in 34 milliseconds