Home
last modified time | relevance | path

Searched refs:schedule_resp (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/
H A Dscsi_debug.c6403 static int schedule_resp(struct scsi_cmnd *cmnd, struct sdebug_dev_info *devip, in schedule_resp() function
8506 *retval = schedule_resp(cmnd, devip, result, NULL, 0, 0); in sdebug_fail_cmd()
8680 return schedule_resp(scp, devip, errsts, pfp, 0, 0); in scsi_debug_queuecommand()
8693 return schedule_resp(scp, devip, errsts, pfp, jdelay, 0); in scsi_debug_queuecommand()
8695 return schedule_resp(scp, devip, errsts, pfp, sdebug_jdelay, in scsi_debug_queuecommand()
8698 return schedule_resp(scp, devip, check_condition_result, NULL, 0, 0); in scsi_debug_queuecommand()
8700 return schedule_resp(scp, NULL, DID_NO_CONNECT << 16, NULL, 0, 0); in scsi_debug_queuecommand()