Lines Matching refs:intr
597 ha->func.intr = ips_intr_morpheus; in ips_setup_funclist()
607 ha->func.intr = ips_intr_copperhead; in ips_setup_funclist()
624 ha->func.intr = ips_intr_copperhead; in ips_setup_funclist()
1241 (*ha->func.intr) (ha); in do_ipsintr()
1252 irqstatus = (*ha->func.intr) (ha); in do_ipsintr()
1564 ips_make_passthru(ips_ha_t *ha, struct scsi_cmnd *SC, ips_scb_t *scb, int intr) in ips_make_passthru() argument
2236 ips_get_bios_version(ips_ha_t * ha, int intr) in ips_get_bios_version() argument
2360 intr)) == IPS_FAILURE) in ips_get_bios_version()
2535 ips_next(ips_ha_t * ha, int intr) in ips_next() argument
2553 if (intr == IPS_INTR_ON) in ips_next()
2580 if (intr == IPS_INTR_ON) in ips_next()
2585 ret = ips_make_passthru(ha, scb->scsi_cmd, scb, intr); in ips_next()
2587 if (intr == IPS_INTR_ON) in ips_next()
2657 if (intr == IPS_INTR_ON) in ips_next()
2714 if (intr == IPS_INTR_ON) in ips_next()
2753 if (intr == IPS_INTR_ON) in ips_next()
3397 ips_send_wait(ips_ha_t * ha, ips_scb_t * scb, int timeout, int intr) in ips_send_wait() argument
3403 if (intr != IPS_FFDC) { /* Won't be Waiting if this is a Time Stamp */ in ips_send_wait()
3413 if (intr != IPS_FFDC) /* Don't Wait around if this is a Time Stamp */ in ips_send_wait()
3414 ret = ips_wait(ha, timeout, intr); in ips_send_wait()
5548 ips_wait(ips_ha_t * ha, int time, int intr) in ips_wait() argument
5561 if (intr == IPS_INTR_ON) { in ips_wait()
5567 } else if (intr == IPS_INTR_IORL) { in ips_wait()
5585 (*ha->func.intr) (ha); in ips_wait()
5606 ips_write_driver_status(ips_ha_t * ha, int intr) in ips_write_driver_status() argument
5610 if (!ips_readwrite_page5(ha, FALSE, intr)) { in ips_write_driver_status()
5635 ips_get_bios_version(ha, intr); in ips_write_driver_status()
5648 if (!ips_readwrite_page5(ha, TRUE, intr)) { in ips_write_driver_status()
5671 ips_read_adapter_status(ips_ha_t * ha, int intr) in ips_read_adapter_status() argument
5696 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE) in ips_read_adapter_status()
5714 ips_read_subsystem_parameters(ips_ha_t * ha, int intr) in ips_read_subsystem_parameters() argument
5739 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE) in ips_read_subsystem_parameters()
5758 ips_read_config(ips_ha_t * ha, int intr) in ips_read_config() argument
5784 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE) in ips_read_config()
5816 ips_readwrite_page5(ips_ha_t * ha, int write, int intr) in ips_readwrite_page5() argument
5843 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE) in ips_readwrite_page5()
5866 ips_clear_adapter(ips_ha_t * ha, int intr) in ips_clear_adapter() argument
5890 ips_send_wait(ha, scb, ips_reset_timeout, intr)) == IPS_FAILURE) in ips_clear_adapter()
5911 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE) in ips_clear_adapter()
5929 ips_ffdc_reset(ips_ha_t * ha, int intr) in ips_ffdc_reset() argument
5950 ips_send_wait(ha, scb, ips_cmd_timeout, intr); in ips_ffdc_reset()