Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dips.c889 ret = ips_send_wait(ha, scb, ips_cmd_timeout, IPS_INTR_IORL); in __ips_eh_reset()
938 if (!ips_clear_adapter(ha, IPS_INTR_IORL)) { in __ips_eh_reset()
971 ips_ffdc_reset(ha, IPS_INTR_IORL); in __ips_eh_reset()
990 ips_next(ha, IPS_INTR_IORL); in __ips_eh_reset()
1105 ips_next(ha, IPS_INTR_IORL); in ips_queue_lck()
2391 ips_ffdc_reset(ha, IPS_INTR_IORL); in ips_hainit()
2393 if (!ips_read_config(ha, IPS_INTR_IORL)) { in ips_hainit()
2400 if (!ips_read_adapter_status(ha, IPS_INTR_IORL)) { in ips_hainit()
2410 if (!ips_read_subsystem_parameters(ha, IPS_INTR_IORL)) { in ips_hainit()
2418 if (!ips_write_driver_status(ha, IPS_INTR_IORL)) { in ips_hainit()
[all...]
H A Dips.h192 #define IPS_INTR_IORL 1 macro