Lines Matching defs:shost
2367 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2368 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2372 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2381 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2382 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2387 shost->this_id, starget->id, &tstate);
2414 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2434 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2435 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2440 shost->this_id, starget->id, &tstate);
2452 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2469 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2470 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2475 shost->this_id, starget->id, &tstate);
2498 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2511 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2512 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2517 shost->this_id, starget->id, &tstate);
2537 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2550 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2551 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2556 shost->this_id, starget->id, &tstate);
2577 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2590 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2591 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2596 shost->this_id, starget->id, &tstate);
2613 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2626 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2627 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2632 shost->this_id, starget->id, &tstate);
2649 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2662 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2663 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2668 shost->this_id, starget->id, &tstate);
2693 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2706 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2707 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2712 shost->this_id, starget->id, &tstate);
2743 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2756 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2757 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2762 shost->this_id, starget->id, &tstate);
2773 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2784 static void ahd_linux_get_signalling(struct Scsi_Host *shost)
2786 struct ahd_softc *ahd = *(struct ahd_softc **)shost->hostdata;
2797 spi_signalling(shost) = SPI_SIGNAL_LVD;
2799 spi_signalling(shost) = SPI_SIGNAL_SE;
2801 spi_signalling(shost) = SPI_SIGNAL_UNKNOWN;