Home
last modified time | relevance | path

Searched refs:SCSIID_TARGET (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/aic7xxx/
H A Daic79xx.h71 #define SCSIID_TARGET(ahd, scsiid) \ macro
80 SCSIID_TARGET((ahd), (scb)->hscb->scsiid)
H A Daic7xxx_core.c1655 SCSIID_TARGET(ahc, ahc_inb(ahc, SAVED_SCSIID))); in ahc_handle_scsiint()
1809 target = SCSIID_TARGET(ahc, saved_scsiid); in ahc_handle_scsiint()
2770 SCSIID_TARGET(ahc, saved_scsiid), in ahc_fetch_devinfo()
7799 initiator = SCSIID_TARGET(ahc, cmd->scsiid); in ahc_handle_target_cmd()
H A Daic79xx_core.c2167 SCSIID_TARGET(ahd, ahd_inb(ahd, SAVED_SCSIID)), in ahd_handle_seqint()
2179 SCSIID_TARGET(ahd, ahd_inb(ahd, SAVED_SCSIID)), in ahd_handle_seqint()
3036 target = SCSIID_TARGET(ahd, saved_scsiid); in ahd_handle_nonpkt_busfree()
4294 SCSIID_TARGET(ahd, saved_scsiid), in ahd_fetch_devinfo()
10622 initiator = SCSIID_TARGET(ahd, cmd->scsiid); in ahd_handle_target_cmd()
H A Daic7xxx_osm.c2209 || (!cmd && SCSIID_TARGET(ahc, saved_scsiid) == sdev->id))) { in ahc_linux_queue_recovery_cmd()