Searched refs:saved_scsiid (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 2042 u_int saved_scsiid; in ahc_linux_queue_recovery_cmd() local 2196 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID); in ahc_linux_queue_recovery_cmd() 2200 && SCSIID_TARGET(ahc, saved_scsiid) == scmd_id(cmd)))) { in ahc_linux_queue_recovery_cmd()
|
D | aic7xxx_core.c | 1776 u_int saved_scsiid; in ahc_handle_scsiint() local 1808 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID); in ahc_handle_scsiint() 1810 target = SCSIID_TARGET(ahc, saved_scsiid); in ahc_handle_scsiint() 1811 initiator_role_id = SCSIID_OUR_ID(saved_scsiid); in ahc_handle_scsiint() 1812 channel = SCSIID_CHANNEL(ahc, saved_scsiid); in ahc_handle_scsiint() 2749 u_int saved_scsiid; in ahc_fetch_devinfo() local 2769 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID); in ahc_fetch_devinfo() 2772 SCSIID_TARGET(ahc, saved_scsiid), in ahc_fetch_devinfo() 2774 SCSIID_CHANNEL(ahc, saved_scsiid), in ahc_fetch_devinfo()
|
D | aic79xx_core.c | 3021 u_int saved_scsiid; in ahd_handle_nonpkt_busfree() local 3035 saved_scsiid = ahd_inb(ahd, SAVED_SCSIID); in ahd_handle_nonpkt_busfree() 3037 target = SCSIID_TARGET(ahd, saved_scsiid); in ahd_handle_nonpkt_busfree() 3038 initiator_role_id = SCSIID_OUR_ID(saved_scsiid); in ahd_handle_nonpkt_busfree() 4272 u_int saved_scsiid; in ahd_fetch_devinfo() local 4293 saved_scsiid = ahd_inb(ahd, SAVED_SCSIID); in ahd_fetch_devinfo() 4296 SCSIID_TARGET(ahd, saved_scsiid), in ahd_fetch_devinfo() 4298 SCSIID_CHANNEL(ahd, saved_scsiid), in ahd_fetch_devinfo()
|
D | aic79xx_osm.c | 2143 u_int saved_scsiid; in ahd_linux_queue_abort_cmd() local 2257 saved_scsiid = ahd_inb(ahd, SAVED_SCSIID); in ahd_linux_queue_abort_cmd()
|