Lines Matching refs:intr
601 ha->func.intr = ips_intr_morpheus; in ips_setup_funclist()
611 ha->func.intr = ips_intr_copperhead; in ips_setup_funclist()
628 ha->func.intr = ips_intr_copperhead; in ips_setup_funclist()
1245 (*ha->func.intr) (ha); in do_ipsintr()
1256 irqstatus = (*ha->func.intr) (ha); in do_ipsintr()
1568 ips_make_passthru(ips_ha_t *ha, struct scsi_cmnd *SC, ips_scb_t *scb, int intr) in ips_make_passthru() argument
2240 ips_get_bios_version(ips_ha_t * ha, int intr) in ips_get_bios_version() argument
2364 intr)) == IPS_FAILURE) in ips_get_bios_version()
2539 ips_next(ips_ha_t * ha, int intr) in ips_next() argument
2557 if (intr == IPS_INTR_ON) in ips_next()
2584 if (intr == IPS_INTR_ON) in ips_next()
2589 ret = ips_make_passthru(ha, scb->scsi_cmd, scb, intr); in ips_next()
2591 if (intr == IPS_INTR_ON) in ips_next()
2661 if (intr == IPS_INTR_ON) in ips_next()
2718 if (intr == IPS_INTR_ON) in ips_next()
2757 if (intr == IPS_INTR_ON) in ips_next()
3401 ips_send_wait(ips_ha_t * ha, ips_scb_t * scb, int timeout, int intr) in ips_send_wait() argument
3407 if (intr != IPS_FFDC) { /* Won't be Waiting if this is a Time Stamp */ in ips_send_wait()
3417 if (intr != IPS_FFDC) /* Don't Wait around if this is a Time Stamp */ in ips_send_wait()
3418 ret = ips_wait(ha, timeout, intr); in ips_send_wait()
5552 ips_wait(ips_ha_t * ha, int time, int intr) in ips_wait() argument
5565 if (intr == IPS_INTR_ON) { in ips_wait()
5571 } else if (intr == IPS_INTR_IORL) { in ips_wait()
5589 (*ha->func.intr) (ha); in ips_wait()
5610 ips_write_driver_status(ips_ha_t * ha, int intr) in ips_write_driver_status() argument
5614 if (!ips_readwrite_page5(ha, FALSE, intr)) { in ips_write_driver_status()
5639 ips_get_bios_version(ha, intr); in ips_write_driver_status()
5652 if (!ips_readwrite_page5(ha, TRUE, intr)) { in ips_write_driver_status()
5675 ips_read_adapter_status(ips_ha_t * ha, int intr) in ips_read_adapter_status() argument
5700 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE) in ips_read_adapter_status()
5718 ips_read_subsystem_parameters(ips_ha_t * ha, int intr) in ips_read_subsystem_parameters() argument
5743 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE) in ips_read_subsystem_parameters()
5762 ips_read_config(ips_ha_t * ha, int intr) in ips_read_config() argument
5788 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE) in ips_read_config()
5820 ips_readwrite_page5(ips_ha_t * ha, int write, int intr) in ips_readwrite_page5() argument
5847 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE) in ips_readwrite_page5()
5870 ips_clear_adapter(ips_ha_t * ha, int intr) in ips_clear_adapter() argument
5894 ips_send_wait(ha, scb, ips_reset_timeout, intr)) == IPS_FAILURE) in ips_clear_adapter()
5915 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE) in ips_clear_adapter()
5933 ips_ffdc_reset(ips_ha_t * ha, int intr) in ips_ffdc_reset() argument
5954 ips_send_wait(ha, scb, ips_cmd_timeout, intr); in ips_ffdc_reset()