Lines Matching defs:ints
423 printf("sc%d: abort phase=0x%x, ssts=0x%x, ints=0x%x\n",
654 uint8_t ints, temp;
662 if ((ints = hd->scsi_ints) != 0)
677 ints, hd->scsi_ssts, hd->scsi_pctl, hd->scsi_psns, hs->sc_phase);
679 if (ints & INTS_RESEL) {
689 } else if (ints & INTS_DISCON) {
701 hd->scsi_ints = ints;
705 } else if (ints & INTS_CMD_DONE) {
710 hd->scsi_ints = ints;
716 } else if (ints & INTS_SRV_REQ) {
719 } else if (ints & INTS_TIMEOUT) {
727 hd->scsi_ints = ints;
736 hd->scsi_ints = ints;
744 hd->scsi_ints = ints;
785 hd->scsi_ints = ints;