Searched refs:saved_scsiid (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/scsi/aic7xxx/ | 
| D | aic7xxx_osm.c | 2058 	u_int  saved_scsiid;  in ahc_linux_queue_recovery_cmd()  local 2212 	saved_scsiid = ahc_inb(ahc, SAVED_SCSIID);  in ahc_linux_queue_recovery_cmd() 2216 	   && 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() 2765 	u_int	saved_scsiid;  in ahc_fetch_devinfo()  local 2785 	saved_scsiid = ahc_inb(ahc, SAVED_SCSIID);  in ahc_fetch_devinfo() 2788 			    SCSIID_TARGET(ahc, saved_scsiid),  in ahc_fetch_devinfo() 2790 			    SCSIID_CHANNEL(ahc, saved_scsiid),  in ahc_fetch_devinfo()
  | 
| D | aic79xx_core.c | 3033 	u_int	saved_scsiid;  in ahd_handle_nonpkt_busfree()  local 3047 	saved_scsiid = ahd_inb(ahd, SAVED_SCSIID);  in ahd_handle_nonpkt_busfree() 3049 	target = SCSIID_TARGET(ahd, saved_scsiid);  in ahd_handle_nonpkt_busfree() 3050 	initiator_role_id = SCSIID_OUR_ID(saved_scsiid);  in ahd_handle_nonpkt_busfree() 4300 	u_int		saved_scsiid;  in ahd_fetch_devinfo()  local 4321 	saved_scsiid = ahd_inb(ahd, SAVED_SCSIID);  in ahd_fetch_devinfo() 4324 			    SCSIID_TARGET(ahd, saved_scsiid),  in ahd_fetch_devinfo() 4326 			    SCSIID_CHANNEL(ahd, saved_scsiid),  in ahd_fetch_devinfo()
  | 
| D | aic79xx_osm.c | 2155 	u_int  saved_scsiid;  in ahd_linux_queue_abort_cmd()  local 2271 	saved_scsiid = ahd_inb(ahd, SAVED_SCSIID);  in ahd_linux_queue_abort_cmd()
  |