Searched refs:scsi_id (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/sys/cam/scsi/ |
| HD | scsi_sg.h | 108 int scsi_id; member
|
| HD | scsi_sg.c | 622 id->scsi_id = xpt_path_target_id(periph->path); in sgioctl()
|
| /freebsd-14-stable/sys/dev/ida/ |
| HD | idareg.h | 250 u_int8_t scsi_id; /* SCSI ID */ member
|
| /freebsd-14-stable/sys/dev/aic7xxx/ |
| HD | aic7xxx.c | 151 u_int scsi_id, char channel); 154 u_int scsi_id, char channel, int force); 1571 ahc_alloc_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel) in ahc_alloc_tstate() argument 1579 scsi_id += 8; in ahc_alloc_tstate() 1582 if (ahc->enabled_targets[scsi_id] != NULL in ahc_alloc_tstate() 1583 && ahc->enabled_targets[scsi_id] != master_tstate) in ahc_alloc_tstate() 1609 ahc->enabled_targets[scsi_id] = tstate; in ahc_alloc_tstate() 1619 ahc_free_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel, int force) in ahc_free_tstate() argument 1627 if (((channel == 'B' && scsi_id == ahc->our_id_b) in ahc_free_tstate() 1628 || (channel == 'A' && scsi_id == ahc->our_id)) in ahc_free_tstate() [all …]
|
| HD | aic79xx.c | 123 u_int scsi_id, char channel); 126 u_int scsi_id, char channel, int force); 2798 ahd_alloc_tstate(struct ahd_softc *ahd, u_int scsi_id, char channel) in ahd_alloc_tstate() argument 2805 if (ahd->enabled_targets[scsi_id] != NULL in ahd_alloc_tstate() 2806 && ahd->enabled_targets[scsi_id] != master_tstate) in ahd_alloc_tstate() 2830 ahd->enabled_targets[scsi_id] = tstate; in ahd_alloc_tstate() 2840 ahd_free_tstate(struct ahd_softc *ahd, u_int scsi_id, char channel, int force) in ahd_free_tstate() argument 2848 if (scsi_id == ahd->our_id in ahd_free_tstate() 2852 tstate = ahd->enabled_targets[scsi_id]; in ahd_free_tstate() 2855 ahd->enabled_targets[scsi_id] = NULL; in ahd_free_tstate()
|
| /freebsd-14-stable/sys/dev/ciss/ |
| HD | cissreg.h | 741 u_int8_t scsi_id; member
|
| /freebsd-14-stable/sys/dev/smartpqi/ |
| HD | smartpqi_structures.h | 1081 uint8_t scsi_id; /* SCSI ID on this bus */ member
|
| /freebsd-14-stable/sys/compat/linux/ |
| HD | linux_ioctl.c | 1647 idl.dev_id = (id.scsi_id & 0xff) + ((id.lun & 0xff) << 8) + in linux_ioctl_cdrom()
|