Searched refs:IPS_INTR_IORL (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | ips.c | 953 ret = ips_send_wait(ha, scb, ips_cmd_timeout, IPS_INTR_IORL); in ips_eh_reset() 1002 if (!ips_clear_adapter(ha, IPS_INTR_IORL)) { in ips_eh_reset() 1038 ips_ffdc_reset(ha, IPS_INTR_IORL); in ips_eh_reset() 1058 ips_next(ha, IPS_INTR_IORL); in ips_eh_reset() 1164 ips_next(ha, IPS_INTR_IORL); in ips_queue() 2594 ips_ffdc_reset(ha, IPS_INTR_IORL); 2596 if (!ips_read_config(ha, IPS_INTR_IORL)) { 2603 if (!ips_read_adapter_status(ha, IPS_INTR_IORL)) { 2613 if (!ips_read_subsystem_parameters(ha, IPS_INTR_IORL)) { 2621 if (!ips_write_driver_status(ha, IPS_INTR_IORL)) { [all …]
|
D | ips.h | 235 #define IPS_INTR_IORL 1 macro
|