Home
last modified time | relevance | path

Searched full:scsiid (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/scsi/aic7xxx/
H A Daic79xx.h71 #define SCSIID_TARGET(ahd, scsiid) \ argument
72 (((scsiid) & TID) >> TID_SHIFT)
73 #define SCSIID_OUR_ID(scsiid) \ argument
74 ((scsiid) & OID)
75 #define SCSIID_CHANNEL(ahd, scsiid) ('A') argument
78 SCSIID_OUR_ID((scb)->hscb->scsiid)
80 SCSIID_TARGET((ahd), (scb)->hscb->scsiid)
82 SCSIID_CHANNEL(ahd, (scb)->hscb->scsiid)
104 #define BUILD_TCL(scsiid, lun) \ argument
105 ((lun) | (((scsiid) & TID) << 4))
[all …]
H A Daic79xx_inline.h151 dst->hscb->scsiid = src->hscb->scsiid; \
H A Daic7xxx_core.c1172 printk("SCSIID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, " in ahc_handle_seqint()
1174 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID), in ahc_handle_seqint()
1500 printk("SCSIID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, " in ahc_handle_seqint()
1502 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID), in ahc_handle_seqint()
2083 printk("scb:%p control:0x%x scsiid:0x%x lun:%d cdb_len:%d\n",
2086 hscb->scsiid,
2765 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_fetch_devinfo()
2823 our_id = SCSIID_OUR_ID(scb->hscb->scsiid); in ahc_scb_devinfo()
2915 printk("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid, in ahc_setup_initiator_msgout()
4104 ahc_busy_tcl(ahc, BUILD_TCL(scb->hscb->scsiid, devinfo->lun), in ahc_handle_msg_reject()
[all …]
H A Daic79xx_core.c874 SCB_GET_TAG(scb), scb->hscb->scsiid, in ahd_queue_scb()
1816 ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid); in ahd_handle_seqint()
1951 ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid); in ahd_handle_seqint()
3571 printk("scb:%p control:0x%x scsiid:0x%x lun:%d cdb_len:%d\n",
3574 hscb->scsiid,
4348 our_id = SCSIID_OUR_ID(scb->hscb->scsiid); in ahd_scb_devinfo()
4462 printk("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid, in ahd_setup_initiator_msgout()
5613 ahd_busy_tcl(ahd, BUILD_TCL(scb->hscb->scsiid, devinfo->lun), in ahd_handle_msg_reject()
10403 ahd_outb(ahd, SCSIID, target); in ahd_handle_en_lun()
10538 u_int scsiid; in ahd_update_scsiid() local
[all …]
H A Daic7xxx_osm.c806 unsigned int scsiid = (sdev->id << TID_SHIFT) & TID; in ahc_build_scsiid() local
809 scsiid |= ahc->our_id; in ahc_build_scsiid()
811 scsiid |= ahc->our_id_b | TWIN_CHNLB; in ahc_build_scsiid()
812 return scsiid; in ahc_build_scsiid()
1468 hscb->scsiid = ahc_build_scsiid(ahc, cmd->device); in ahc_linux_run_command()
2190 && ahc_inb(ahc, SAVED_SCSIID) == pending_scb->hscb->scsiid in ahc_linux_queue_recovery_cmd()
H A Daic7xxx.seq217 and A, OID, SCSIID;
343 and A, OID, SCSIID;
379 and SCSIID, TWIN_TID|OID, SCB_SCSIID;
381 mov SCSIID, SCB_SCSIID;
H A Daic7xxx_reg.h_shipped239 #define SCSIID 0x05
H A Daic79xx.seq1081 #define INDEX_DISC_LIST(scsiid, lun) \
1082 and A, 0xC0, scsiid; \
1085 and SINDEX, 0x30, scsiid; \
H A Daic79xx.reg1379 * Scb offset to the value to place in the SCSIID register
4059 * Saved SCSIID of MK_MESSAGE_SCB to avoid
H A Daic7xxx.reg196 register SCSIID {
H A Daic79xx_osm.c826 reset_scb->hscb->scsiid = ahd_build_scsiid(ahd, cmd->device); in ahd_linux_dev_reset()
1585 hscb->scsiid = ahd_build_scsiid(ahd, cmd->device); in ahd_linux_run_command()
H A Daic7xxx_pci.c791 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_pci_config()
/linux/Documentation/scsi/
H A Daha152x.rst100 scsiid=SCSIID0[,SCSIID1]
101 SCSIID for first and second controller
/linux/drivers/scsi/
H A Daha152x.h22 #define SCSIID SELID /* SCSI ID */ macro
321 int scsiid; member
H A DFlashPoint.c2136 unsigned char scsiID, qtag; in FPT_SccbMgrTableInitCard() local
2142 for (scsiID = 0; scsiID < MAX_SCSI_TAR; scsiID++) { in FPT_SccbMgrTableInitCard()
2143 FPT_sccbMgrTbl[p_card][scsiID].TarStatus = 0; in FPT_SccbMgrTableInitCard()
2144 FPT_sccbMgrTbl[p_card][scsiID].TarEEValue = 0; in FPT_SccbMgrTableInitCard()
2145 FPT_SccbMgrTableInitTarget(p_card, scsiID); in FPT_SccbMgrTableInitCard()
3577 unsigned char scsiID, i; in FPT_sresb() local
3587 scsiID = RD_HARPOON(port + hp_seltimeout); in FPT_sresb()
3596 WR_HARPOON(port + hp_seltimeout, scsiID); in FPT_sresb()
3606 for (scsiID = 0; scsiID < MAX_SCSI_TAR; scsiID++) { in FPT_sresb()
3607 currTar_Info = &FPT_sccbMgrTbl[p_card][scsiID]; in FPT_sresb()
[all …]
/linux/drivers/scsi/pcmcia/
H A Daha152x_stub.c169 s.scsiid = host_id; in aha152x_config_cs()
/linux/drivers/message/fusion/lsi/
H A Dmpi_init.h259 MPI_SCSI_IO32_BUS_TARGET_ID_FORM SCSIID; member