Lines Matching defs:shost

2355 	struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2356 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2360 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2369 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2370 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2375 shost->this_id, starget->id, &tstate);
2402 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2422 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2423 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2428 shost->this_id, starget->id, &tstate);
2440 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2457 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2458 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2463 shost->this_id, starget->id, &tstate);
2486 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2499 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2500 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2505 shost->this_id, starget->id, &tstate);
2525 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2538 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2539 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2544 shost->this_id, starget->id, &tstate);
2565 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2578 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2579 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2584 shost->this_id, starget->id, &tstate);
2601 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2614 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2615 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2620 shost->this_id, starget->id, &tstate);
2637 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2650 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2651 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2656 shost->this_id, starget->id, &tstate);
2681 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2694 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2695 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2700 shost->this_id, starget->id, &tstate);
2731 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2744 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
2745 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata);
2750 shost->this_id, starget->id, &tstate);
2761 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0,
2772 static void ahd_linux_get_signalling(struct Scsi_Host *shost)
2774 struct ahd_softc *ahd = *(struct ahd_softc **)shost->hostdata;
2785 spi_signalling(shost) = SPI_SIGNAL_LVD;
2787 spi_signalling(shost) = SPI_SIGNAL_SE;
2789 spi_signalling(shost) = SPI_SIGNAL_UNKNOWN;