Home
last modified time | relevance | path

Searched refs:scsiid (Results 1 – 10 of 10) 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_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_core.c2086 hscb->scsiid,
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()
7238 ahc_scb_scsiid_print(scb->hscb->scsiid, &cur_col, 60); in ahc_dump_card_state()
7699 u_int scsiid; in ahc_update_scsiid() local
7711 scsiid = ahc_inb(ahc, SCSIID_ULTRA2); in ahc_update_scsiid()
7713 scsiid = ahc_inb(ahc, SCSIID); in ahc_update_scsiid()
7714 scsiid_mask = 0x1 << (scsiid & OID); in ahc_update_scsiid()
7724 scsiid &= TID; in ahc_update_scsiid()
[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()
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()
10538 u_int scsiid; in ahd_update_scsiid() local
10550 scsiid = ahd_inb(ahd, SCSIID_ULTRA2); in ahd_update_scsiid()
10552 scsiid = ahd_inb(ahd, SCSIID); in ahd_update_scsiid()
[all …]
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 Daic79xx.seq1081 #define INDEX_DISC_LIST(scsiid, lun) \
1082 and A, 0xC0, scsiid; \
1085 and SINDEX, 0x30, scsiid; \
/linux/drivers/scsi/pcmcia/
H A Daha152x_stub.c169 s.scsiid = host_id; in aha152x_config_cs()
/linux/drivers/scsi/
H A Daha152x.h321 int scsiid; member
/linux/Documentation/scsi/
H A Daha152x.rst100 scsiid=SCSIID0[,SCSIID1]