Searched refs:SCSIID_TARGET (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/sys/dev/ic/ |
| D | aic7xxxvar.h | 81 #define SCSIID_TARGET(ahc, scsiid) \ macro 95 SCSIID_TARGET((ahc), (scb)->hscb->scsiid)
|
| D | aic79xx.h | 110 #define SCSIID_TARGET(ahd, scsiid) \ macro 119 SCSIID_TARGET((ahd), (scb)->hscb->scsiid)
|
| D | aic79xx_openbsd.c | 373 SCSIID_TARGET(ahd, scb->hscb->scsiid), in ahd_execute_scb()
|
| D | aic7xxx_openbsd.c | 373 SCSIID_TARGET(ahc, scb->hscb->scsiid), in ahc_execute_scb()
|
| D | aic7xxx.c | 1127 SCSIID_TARGET(ahc, ahc_inb(ahc, SAVED_SCSIID))); in ahc_handle_scsiint() 1281 target = SCSIID_TARGET(ahc, saved_scsiid); in ahc_handle_scsiint() 2232 SCSIID_TARGET(ahc, saved_scsiid), in ahc_fetch_devinfo() 7125 initiator = SCSIID_TARGET(ahc, cmd->scsiid); in ahc_handle_target_cmd()
|
| D | aic79xx.c | 1336 SCSIID_TARGET(ahd, ahd_inb(ahd, SAVED_SCSIID)), in ahd_handle_seqint() 1348 SCSIID_TARGET(ahd, ahd_inb(ahd, SAVED_SCSIID)), in ahd_handle_seqint() 2188 target = SCSIID_TARGET(ahd, saved_scsiid); in ahd_handle_nonpkt_busfree() 3487 SCSIID_TARGET(ahd, saved_scsiid), in ahd_fetch_devinfo() 9702 initiator = SCSIID_TARGET(ahd, cmd->scsiid); in ahd_handle_target_cmd()
|