Lines Matching defs:shost
2313 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2314 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata);
2318 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2327 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2328 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata);
2333 shost->this_id, starget->id, &tstate);
2353 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2372 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2373 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata);
2378 shost->this_id, starget->id, &tstate);
2385 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2401 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2402 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata);
2407 shost->this_id, starget->id, &tstate);
2423 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2440 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2441 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata);
2446 shost->this_id, starget->id, &tstate);
2457 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2469 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2470 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata);
2475 shost->this_id, starget->id, &tstate);
2486 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2497 static void ahc_linux_get_signalling(struct Scsi_Host *shost)
2499 struct ahc_softc *ahc = *(struct ahc_softc **)shost->hostdata;
2505 spi_signalling(shost) =
2519 spi_signalling(shost) = SPI_SIGNAL_LVD;
2521 spi_signalling(shost) = SPI_SIGNAL_SE;
2523 spi_signalling(shost) = SPI_SIGNAL_UNKNOWN;