Searched refs:sym_eh_handler (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/scsi/sym53c8xx_2/ |
| A D | sym_glue.c | 570 static int sym_eh_handler(int op, char *opname, struct scsi_cmnd *cmd) in sym_eh_handler() function 673 return sym_eh_handler(SYM_EH_ABORT, "ABORT", cmd); in sym53c8xx_eh_abort_handler() 678 return sym_eh_handler(SYM_EH_DEVICE_RESET, "DEVICE RESET", cmd); in sym53c8xx_eh_device_reset_handler() 683 return sym_eh_handler(SYM_EH_BUS_RESET, "BUS RESET", cmd); in sym53c8xx_eh_bus_reset_handler() 688 return sym_eh_handler(SYM_EH_HOST_RESET, "HOST RESET", cmd); in sym53c8xx_eh_host_reset_handler()
|
Completed in 7 milliseconds