Home | History | Annotate | Download | only in dti

Lines Matching defs:sc_link

129 	struct scsipi_link sc_link;	/* prototype for devs */
397 sc->sc_link.scsipi_scsi.channel = SCSI_CHANNEL_ONLY_ONE;
398 sc->sc_link.adapter_softc = sc;
399 sc->sc_link.scsipi_scsi.adapter_target = sc->sc_scsi_dev;
400 sc->sc_link.adapter = &sc->sc_adapter;
401 sc->sc_link.device = &bt_dev;
402 sc->sc_link.openings = 1;
403 sc->sc_link.scsipi_scsi.max_target = 7;
404 sc->sc_link.scsipi_scsi.max_lun = 7;
405 sc->sc_link.type = BUS_SCSI;
413 config_found(self, &sc->sc_link, scsiprint, CFARGS_NONE);
807 SC_DEBUG(xs->sc_link, SDEV_DB2, ("bt_done\n"));
1213 struct scsipi_link *sc_link = xs->sc_link;
1214 struct bt_softc *sc = sc_link->adapter_softc;
1222 SC_DEBUG(sc_link, SDEV_DB2, ("bt_scsi_cmd\n"));
1263 SC_DEBUG(sc_link, SDEV_DB4,
1288 SC_DEBUGN(sc_link, SDEV_DB4, ("\n"));
1303 ccb->target = sc_link->scsipi_scsi.target;
1304 ccb->lun = sc_link->scsipi_scsi.lun;
1319 sc_link, SDEV_DB3, ("cmd_sent\n"));
1375 struct scsipi_link *sc_link = xs->sc_link;
1376 struct bt_softc *sc = sc_link->adapter_softc;
1379 scsi_print_addr(sc_link);