Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.h78 #define SCSIID_TARGET(ahc, scsiid) \ macro
92 SCSIID_TARGET((ahc), (scb)->hscb->scsiid)
Daic79xx.h82 #define SCSIID_TARGET(ahd, scsiid) \ macro
91 SCSIID_TARGET((ahd), (scb)->hscb->scsiid)
Daic7xxx_core.c1081 SCSIID_TARGET(ahc, ahc_inb(ahc, SAVED_SCSIID))); in ahc_handle_scsiint()
1234 target = SCSIID_TARGET(ahc, saved_scsiid); in ahc_handle_scsiint()
2189 SCSIID_TARGET(ahc, saved_scsiid), in ahc_fetch_devinfo()
7350 initiator = SCSIID_TARGET(ahc, cmd->scsiid); in ahc_handle_target_cmd()
Daic79xx_core.c947 SCSIID_TARGET(ahd, ahd_inb(ahd, SAVED_SCSIID)), in ahd_handle_seqint()
959 SCSIID_TARGET(ahd, ahd_inb(ahd, SAVED_SCSIID)), in ahd_handle_seqint()
1784 target = SCSIID_TARGET(ahd, saved_scsiid); in ahd_handle_nonpkt_busfree()
3029 SCSIID_TARGET(ahd, saved_scsiid), in ahd_fetch_devinfo()
9439 initiator = SCSIID_TARGET(ahd, cmd->scsiid); in ahd_handle_target_cmd()
Daic7xxx_osm.c4918 && SCSIID_TARGET(ahc, saved_scsiid) == cmd->device->id))) {