Searched refs:saved_scsiid (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | aic7xxx.c | 1211 u_int saved_scsiid; in ahc_handle_scsiint() local 1243 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID); in ahc_handle_scsiint() 1245 target = SCSIID_TARGET(ahc, saved_scsiid); in ahc_handle_scsiint() 1246 initiator_role_id = SCSIID_OUR_ID(saved_scsiid); in ahc_handle_scsiint() 1247 channel = SCSIID_CHANNEL(ahc, saved_scsiid); in ahc_handle_scsiint() 2167 u_int saved_scsiid; in ahc_fetch_devinfo() local 2187 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID); in ahc_fetch_devinfo() 2190 SCSIID_TARGET(ahc, saved_scsiid), in ahc_fetch_devinfo() 2192 SCSIID_CHANNEL(ahc, saved_scsiid), in ahc_fetch_devinfo()
|
H A D | aic79xx.c | 2118 u_int saved_scsiid; in ahd_handle_nonpkt_busfree() local 2132 saved_scsiid = ahd_inb(ahd, SAVED_SCSIID); in ahd_handle_nonpkt_busfree() 2134 target = SCSIID_TARGET(ahd, saved_scsiid); in ahd_handle_nonpkt_busfree() 2135 initiator_role_id = SCSIID_OUR_ID(saved_scsiid); in ahd_handle_nonpkt_busfree() 3354 u_int saved_scsiid; in ahd_fetch_devinfo() local 3375 saved_scsiid = ahd_inb(ahd, SAVED_SCSIID); in ahd_fetch_devinfo() 3378 SCSIID_TARGET(ahd, saved_scsiid), in ahd_fetch_devinfo() 3380 SCSIID_CHANNEL(ahd, saved_scsiid), in ahd_fetch_devinfo()
|