Lines Matching refs:intr
596 ha->func.intr = ips_intr_morpheus;
606 ha->func.intr = ips_intr_copperhead;
623 ha->func.intr = ips_intr_copperhead;
1237 (*ha->func.intr) (ha);
1248 irqstatus = (*ha->func.intr) (ha);
1560 ips_make_passthru(ips_ha_t *ha, struct scsi_cmnd *SC, ips_scb_t *scb, int intr)
2231 ips_get_bios_version(ips_ha_t * ha, int intr)
2352 intr)) == IPS_FAILURE)
2525 ips_next(ips_ha_t * ha, int intr)
2543 if (intr == IPS_INTR_ON)
2567 if (intr == IPS_INTR_ON)
2572 ret = ips_make_passthru(ha, scb->scsi_cmd, scb, intr);
2574 if (intr == IPS_INTR_ON)
2644 if (intr == IPS_INTR_ON)
2701 if (intr == IPS_INTR_ON)
2740 if (intr == IPS_INTR_ON)
3386 ips_send_wait(ips_ha_t * ha, ips_scb_t * scb, int timeout, int intr)
3392 if (intr != IPS_FFDC) { /* Won't be Waiting if this is a Time Stamp */
3402 if (intr != IPS_FFDC) /* Don't Wait around if this is a Time Stamp */
3403 ret = ips_wait(ha, timeout, intr);
5534 ips_wait(ips_ha_t * ha, int time, int intr)
5547 if (intr == IPS_INTR_ON) {
5553 } else if (intr == IPS_INTR_IORL) {
5571 (*ha->func.intr) (ha);
5592 ips_write_driver_status(ips_ha_t * ha, int intr)
5596 if (!ips_readwrite_page5(ha, false, intr)) {
5621 ips_get_bios_version(ha, intr);
5634 if (!ips_readwrite_page5(ha, true, intr)) {
5657 ips_read_adapter_status(ips_ha_t * ha, int intr)
5682 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE)
5700 ips_read_subsystem_parameters(ips_ha_t * ha, int intr)
5725 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE)
5744 ips_read_config(ips_ha_t * ha, int intr)
5770 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE)
5802 ips_readwrite_page5(ips_ha_t * ha, int write, int intr)
5829 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE)
5852 ips_clear_adapter(ips_ha_t * ha, int intr)
5876 ips_send_wait(ha, scb, ips_reset_timeout, intr)) == IPS_FAILURE)
5897 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE)
5915 ips_ffdc_reset(ips_ha_t * ha, int intr)
5936 ips_send_wait(ha, scb, ips_cmd_timeout, intr);