Searched refs:scsi_ctlr (Results 1 – 4 of 4) sorted by relevance
42 struct wd33c93_softc *sc = &wd33c93_softc[scsi_ctlr]; in scsi_test_unit_rdy()54 struct wd33c93_softc *sc = &wd33c93_softc[scsi_ctlr]; in scsi_read_capacity()66 struct wd33c93_softc *sc = &wd33c93_softc[scsi_ctlr]; in scsi_read()92 struct wd33c93_softc *sc = &wd33c93_softc[scsi_ctlr]; in scsi_write()
39 uint8_t scsi_ctlr = 255, scsi_id = 255, scsi_part = 255; variable71 scsi_ctlr = atoi(&disksetting[i]); in parse()80 if ((scsi_ctlr == 255) || (scsi_id == 255) || (scsi_part == 255)) in parse()
66 extern uint8_t scsi_ctlr, scsi_id, scsi_part;
88 sc = &wd33c93_softc[scsi_ctlr]; in wd33c93_init()