Lines Matching refs:intr
592 ha->func.intr = ips_intr_morpheus;
602 ha->func.intr = ips_intr_copperhead;
619 ha->func.intr = ips_intr_copperhead;
1233 (*ha->func.intr) (ha);
1244 irqstatus = (*ha->func.intr) (ha);
1557 ips_make_passthru(ips_ha_t *ha, struct scsi_cmnd *SC, ips_scb_t *scb, int intr)
2228 ips_get_bios_version(ips_ha_t * ha, int intr)
2349 intr)) == IPS_FAILURE)
2522 ips_next(ips_ha_t * ha, int intr)
2540 if (intr == IPS_INTR_ON)
2564 if (intr == IPS_INTR_ON)
2569 ret = ips_make_passthru(ha, scb->scsi_cmd, scb, intr);
2571 if (intr == IPS_INTR_ON)
2641 if (intr == IPS_INTR_ON)
2698 if (intr == IPS_INTR_ON)
2737 if (intr == IPS_INTR_ON)
3381 ips_send_wait(ips_ha_t * ha, ips_scb_t * scb, int timeout, int intr)
3387 if (intr != IPS_FFDC) { /* Won't be Waiting if this is a Time Stamp */
3397 if (intr != IPS_FFDC) /* Don't Wait around if this is a Time Stamp */
3398 ret = ips_wait(ha, timeout, intr);
5531 ips_wait(ips_ha_t * ha, int time, int intr)
5544 if (intr == IPS_INTR_ON) {
5550 } else if (intr == IPS_INTR_IORL) {
5568 (*ha->func.intr) (ha);
5589 ips_write_driver_status(ips_ha_t * ha, int intr)
5593 if (!ips_readwrite_page5(ha, FALSE, intr)) {
5618 ips_get_bios_version(ha, intr);
5631 if (!ips_readwrite_page5(ha, TRUE, intr)) {
5654 ips_read_adapter_status(ips_ha_t * ha, int intr)
5679 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE)
5697 ips_read_subsystem_parameters(ips_ha_t * ha, int intr)
5722 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE)
5741 ips_read_config(ips_ha_t * ha, int intr)
5767 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE)
5799 ips_readwrite_page5(ips_ha_t * ha, int write, int intr)
5826 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE)
5849 ips_clear_adapter(ips_ha_t * ha, int intr)
5873 ips_send_wait(ha, scb, ips_reset_timeout, intr)) == IPS_FAILURE)
5894 ips_send_wait(ha, scb, ips_cmd_timeout, intr)) == IPS_FAILURE)
5912 ips_ffdc_reset(ips_ha_t * ha, int intr)
5933 ips_send_wait(ha, scb, ips_cmd_timeout, intr);