Searched refs:schedule_resp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debug.c | 5397 static int schedule_resp(struct scsi_cmnd *cmnd, struct sdebug_dev_info *devip, in schedule_resp() function 7395 return schedule_resp(scp, devip, errsts, pfp, 0, 0); in scsi_debug_queuecommand() 7408 return schedule_resp(scp, devip, errsts, pfp, jdelay, 0); in scsi_debug_queuecommand() 7410 return schedule_resp(scp, devip, errsts, pfp, sdebug_jdelay, in scsi_debug_queuecommand() 7413 return schedule_resp(scp, devip, check_condition_result, NULL, 0, 0); in scsi_debug_queuecommand() 7415 return schedule_resp(scp, NULL, DID_NO_CONNECT << 16, NULL, 0, 0); in scsi_debug_queuecommand()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 5536 static int schedule_resp(struct scsi_cmnd *cmnd, struct sdebug_dev_info *devip, in schedule_resp() function 7424 * aborted polled commands from schedule_resp() 7643 return schedule_resp(scp, devip, errsts, pfp, 0, 0); in scsi_debug_queuecommand() 7656 return schedule_resp(scp, devip, errsts, pfp, jdelay, 0); in scsi_debug_queuecommand() 7658 return schedule_resp(scp, devip, errsts, pfp, sdebug_jdelay, in scsi_debug_queuecommand() 7661 return schedule_resp(scp, devip, check_condition_result, NULL, 0, 0); in scsi_debug_queuecommand() 7663 return schedule_resp(scp, NULL, DID_NO_CONNECT << 16, NULL, 0, 0); in scsi_debug_queuecommand()
|
Completed in 21 milliseconds