Searched refs:scsi_ints (Results 1 – 4 of 4) sorted by relevance
141 hd->scsi_ints = 0; in scsireset()179 if (hd->scsi_ints & INTS_DISCON) in issue_select()180 hd->scsi_ints = INTS_DISCON; in issue_select()200 while ((ints = hd->scsi_ints) == 0) { in wait_for_select()205 hd->scsi_ints = ints; in wait_for_select()222 if (hd->scsi_ints || --wait < 0) in ixfer_start()236 if (hd->scsi_ints || --wait < 0) in ixfer_out()252 if (hd->scsi_ints || --wait < 0) { in ixfer_in()353 while ((ints = hd->scsi_ints) == 0) { in scsiicmd()358 hd->scsi_ints = ints; in scsiicmd()
96 u_char p40, scsi_ints; member
156 hd->scsi_ints = 0; in screset() 424 hs->sc_ctlr, hd->scsi_psns, hd->scsi_ssts, hd->scsi_ints); in scabort() 426 if (hd->scsi_ints != 0) in scabort() 428 hd->scsi_ints = hd->scsi_ints; in scabort() 662 if ((ints = hd->scsi_ints) != 0) in scintr() 701 hd->scsi_ints = ints; in scintr() 710 hd->scsi_ints = ints; in scintr() 727 hd->scsi_ints = ints; in scintr() 736 hd->scsi_ints in scintr() [all...]
69 volatile uint8_t scsi_ints, p12, p13, p14; /* 010 */ member