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

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1783 u_int saved_scsiid; ahc_handle_scsiint() local
1815 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID); ahc_handle_scsiint()
1817 target = SCSIID_TARGET(ahc, saved_scsiid); ahc_handle_scsiint()
1818 initiator_role_id = SCSIID_OUR_ID(saved_scsiid); ahc_handle_scsiint()
1819 channel = SCSIID_CHANNEL(ahc, saved_scsiid); ahc_handle_scsiint()
2772 u_int saved_scsiid; ahc_fetch_devinfo() local
2792 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID); ahc_fetch_devinfo()
2795 SCSIID_TARGET(ahc, saved_scsiid), ahc_fetch_devinfo()
2797 SCSIID_CHANNEL(ahc, saved_scsiid), ahc_fetch_devinfo()
H A Daic7xxx_osm.c2062 u_int saved_scsiid; ahc_linux_queue_recovery_cmd() local
2216 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID); ahc_linux_queue_recovery_cmd()
2220 && SCSIID_TARGET(ahc, saved_scsiid) == scmd_id(cmd)))) { ahc_linux_queue_recovery_cmd()
H A Daic79xx_core.c3039 u_int saved_scsiid; ahd_handle_nonpkt_busfree() local
3053 saved_scsiid = ahd_inb(ahd, SAVED_SCSIID); ahd_handle_nonpkt_busfree()
3055 target = SCSIID_TARGET(ahd, saved_scsiid); ahd_handle_nonpkt_busfree()
3056 initiator_role_id = SCSIID_OUR_ID(saved_scsiid); ahd_handle_nonpkt_busfree()
4306 u_int saved_scsiid; ahd_fetch_devinfo() local
4327 saved_scsiid = ahd_inb(ahd, SAVED_SCSIID); ahd_fetch_devinfo()
4330 SCSIID_TARGET(ahd, saved_scsiid), ahd_fetch_devinfo()
4332 SCSIID_CHANNEL(ahd, saved_scsiid), ahd_fetch_devinfo()
H A Daic79xx_osm.c2157 u_int saved_scsiid; ahd_linux_queue_abort_cmd() local
2273 saved_scsiid = ahd_inb(ahd, SAVED_SCSIID); ahd_linux_queue_abort_cmd()

Completed in 181 milliseconds