Lines Matching defs:shost
2315 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2316 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata);
2320 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2329 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2330 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata);
2335 shost->this_id, starget->id, &tstate);
2355 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2373 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2374 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata);
2379 shost->this_id, starget->id, &tstate);
2386 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,
2439 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2440 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata);
2445 shost->this_id, starget->id, &tstate);
2456 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2467 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2468 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata);
2473 shost->this_id, starget->id, &tstate);
2484 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2494 static void ahc_linux_get_signalling(struct Scsi_Host *shost)
2496 struct ahc_softc *ahc = *(struct ahc_softc **)shost->hostdata;
2502 spi_signalling(shost) =
2516 spi_signalling(shost) = SPI_SIGNAL_LVD;
2518 spi_signalling(shost) = SPI_SIGNAL_SE;
2520 spi_signalling(shost) = SPI_SIGNAL_UNKNOWN;