Searched refs:saved_scsiid (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 2040 u_int saved_scsiid; in ahc_linux_queue_recovery_cmd() local 2194 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID); in ahc_linux_queue_recovery_cmd() 2198 && SCSIID_TARGET(ahc, saved_scsiid) == scmd_id(cmd)))) { in ahc_linux_queue_recovery_cmd()
|
D | aic7xxx_core.c | 1775 u_int saved_scsiid; in ahc_handle_scsiint() local 1807 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID); in ahc_handle_scsiint() 1809 target = SCSIID_TARGET(ahc, saved_scsiid); in ahc_handle_scsiint() 1810 initiator_role_id = SCSIID_OUR_ID(saved_scsiid); in ahc_handle_scsiint() 1811 channel = SCSIID_CHANNEL(ahc, saved_scsiid); in ahc_handle_scsiint() 2747 u_int saved_scsiid; in ahc_fetch_devinfo() local 2767 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID); in ahc_fetch_devinfo() 2770 SCSIID_TARGET(ahc, saved_scsiid), in ahc_fetch_devinfo() 2772 SCSIID_CHANNEL(ahc, saved_scsiid), in ahc_fetch_devinfo()
|
D | aic79xx_core.c | 3020 u_int saved_scsiid; in ahd_handle_nonpkt_busfree() local 3034 saved_scsiid = ahd_inb(ahd, SAVED_SCSIID); in ahd_handle_nonpkt_busfree() 3036 target = SCSIID_TARGET(ahd, saved_scsiid); in ahd_handle_nonpkt_busfree() 3037 initiator_role_id = SCSIID_OUR_ID(saved_scsiid); in ahd_handle_nonpkt_busfree() 4270 u_int saved_scsiid; in ahd_fetch_devinfo() local 4291 saved_scsiid = ahd_inb(ahd, SAVED_SCSIID); in ahd_fetch_devinfo() 4294 SCSIID_TARGET(ahd, saved_scsiid), in ahd_fetch_devinfo() 4296 SCSIID_CHANNEL(ahd, saved_scsiid), in ahd_fetch_devinfo()
|