Searched refs:scsi_id (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/sys/dev/ahb/
H A Dahb.c497 ahb->scsi_id = ahb_inb(ahb, SCSIDEF) & HSCSIID;
513 ATTN_STARTECB|ahb->scsi_id);
529 ahb->scsi_id, ahb->num_ecbs);
603 || target_id == ahb->scsi_id) {
612 else if (target_id == ahb->scsi_id)
629 } else if (target_id == ahb->scsi_id)
872 if ((intstat & INTSTAT_TARGET_MASK) == ahb->scsi_id) {
1155 ahbqueuembox(ahb, IMMED_RESET, ATTN_IMMED|ahb->scsi_id);
1179 cpi->initiator_id = ahb->scsi_id;
1288 ahbqueuembox(ahb, IMMED_RESET, ATTN_IMMED|ahb->scsi_id);
[all...]
H A Dahbreg.h279 u_int scsi_id; member in struct:ahb_softc
/freebsd-10-stable/sys/dev/buslogic/
H A Dbtreg.h228 u_int8_t scsi_id; member in struct:__anon7943
340 u_int8_t scsi_id; member in struct:__anon7958
640 u_int scsi_id; member in struct:bt_softc
H A Dbt.c683 bt->scsi_id = config_data.scsi_id;
710 printf("SCSI Host Adapter, SCSI ID %d, %d CCBs\n", bt->scsi_id,
1369 cpi->initiator_id = bt->scsi_id;
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_sg.h110 int scsi_id; member in struct:sg_scsi_id
H A Dscsi_sg.c631 id->scsi_id = xpt_path_target_id(periph->path);
/freebsd-10-stable/sys/dev/aha/
H A Dahareg.h183 uint8_t scsi_id; member in struct:__anon7664
349 u_int scsi_id; member in struct:aha_softc
H A Daha.c425 aha->scsi_id = config_data.scsi_id;
442 printf("SCSI Host Adapter, SCSI ID %d, %d CCBs\n", aha->scsi_id,
949 cpi->initiator_id = aha->scsi_id;
/freebsd-10-stable/sys/dev/advansys/
H A Dadvansys.c429 cpi->initiator_id = adv->scsi_id;
802 adv->scsi_id = EEPROM_SCSIID(eeprom_config) & ADV_MAX_TID;
803 EEPROM_SET_SCSIID(eeprom_config, adv->scsi_id);
833 adv->scsi_id = 7;
891 adv_set_chip_scsiid(adv, adv->scsi_id);
922 adv->scsi_id, adv->max_openings);
H A Dadvlib.h548 u_int8_t scsi_id; member in struct:adv_softc
H A Dadvlib.c1508 adv_write_lram_8(adv, ADVV_HOSTSCSI_ID_B, 0x01 << adv->scsi_id);
/freebsd-10-stable/sys/dev/ida/
H A Didareg.h267 u_int8_t scsi_id; /* SCSI ID */ member in struct:ida_phys_drv_info
/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic7xxx.c150 u_int scsi_id, char channel);
153 u_int scsi_id, char channel, int force);
1574 ahc_alloc_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel) argument
1582 scsi_id += 8;
1585 if (ahc->enabled_targets[scsi_id] != NULL
1586 && ahc->enabled_targets[scsi_id] != master_tstate)
1612 ahc->enabled_targets[scsi_id] = tstate;
1622 ahc_free_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel, int force) argument
1630 if (((channel == 'B' && scsi_id == ahc->our_id_b)
1631 || (channel == 'A' && scsi_id
[all...]
H A Daic79xx.c122 u_int scsi_id, char channel);
125 u_int scsi_id, char channel, int force);
2820 ahd_alloc_tstate(struct ahd_softc *ahd, u_int scsi_id, char channel) argument
2827 if (ahd->enabled_targets[scsi_id] != NULL
2828 && ahd->enabled_targets[scsi_id] != master_tstate)
2852 ahd->enabled_targets[scsi_id] = tstate;
2862 ahd_free_tstate(struct ahd_softc *ahd, u_int scsi_id, char channel, int force) argument
2870 if (scsi_id == ahd->our_id
2874 tstate = ahd->enabled_targets[scsi_id];
2877 ahd->enabled_targets[scsi_id]
[all...]
/freebsd-10-stable/sys/dev/ciss/
H A Dcissreg.h741 u_int8_t scsi_id; member in struct:ciss_bmic_id_pdrive
/freebsd-10-stable/sys/dev/wds/
H A Dwd7000.c271 u_int8_t scsi_id; member in struct:wds_setup
1316 init.scsi_id = WDS_HBA_ID;
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_ioctl.c1678 idl.dev_id = (id.scsi_id & 0xff) + ((id.lun & 0xff) << 8) +

Completed in 294 milliseconds