Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx/
Daic7xxx_core.c1783 u_int saved_scsiid; in ahc_handle_scsiint() local
1815 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID); in ahc_handle_scsiint()
1817 target = SCSIID_TARGET(ahc, saved_scsiid); in ahc_handle_scsiint()
1818 initiator_role_id = SCSIID_OUR_ID(saved_scsiid); in ahc_handle_scsiint()
1819 channel = SCSIID_CHANNEL(ahc, saved_scsiid); in ahc_handle_scsiint()
2772 u_int saved_scsiid; in ahc_fetch_devinfo() local
2792 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID); in ahc_fetch_devinfo()
2795 SCSIID_TARGET(ahc, saved_scsiid), in ahc_fetch_devinfo()
2797 SCSIID_CHANNEL(ahc, saved_scsiid), in ahc_fetch_devinfo()
Daic7xxx_osm.c2088 u_int saved_scsiid; in ahc_linux_queue_recovery_cmd() local
2241 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID); in ahc_linux_queue_recovery_cmd()
2245 && SCSIID_TARGET(ahc, saved_scsiid) == scmd_id(cmd)))) { in ahc_linux_queue_recovery_cmd()
Daic79xx_core.c3039 u_int saved_scsiid; in ahd_handle_nonpkt_busfree() local
3053 saved_scsiid = ahd_inb(ahd, SAVED_SCSIID); in ahd_handle_nonpkt_busfree()
3055 target = SCSIID_TARGET(ahd, saved_scsiid); in ahd_handle_nonpkt_busfree()
3056 initiator_role_id = SCSIID_OUR_ID(saved_scsiid); in ahd_handle_nonpkt_busfree()
4306 u_int saved_scsiid; in ahd_fetch_devinfo() local
4327 saved_scsiid = ahd_inb(ahd, SAVED_SCSIID); in ahd_fetch_devinfo()
4330 SCSIID_TARGET(ahd, saved_scsiid), in ahd_fetch_devinfo()
4332 SCSIID_CHANNEL(ahd, saved_scsiid), in ahd_fetch_devinfo()
Daic79xx_osm.c2174 u_int saved_scsiid; in ahd_linux_queue_abort_cmd() local
2290 saved_scsiid = ahd_inb(ahd, SAVED_SCSIID); in ahd_linux_queue_abort_cmd()