Searched refs:saved_scsiid (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 1783 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 D | aic7xxx_osm.c | 2062 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 D | aic79xx_core.c | 3039 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 D | aic79xx_osm.c | 2157 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 177 milliseconds