Home
last modified time | relevance | path

Searched refs:scsiid (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.h78 #define SCSIID_TARGET(ahc, scsiid) \ argument
79 (((scsiid) & ((((ahc)->features & AHC_TWIN) != 0) ? TWIN_TID : TID)) \
81 #define SCSIID_OUR_ID(scsiid) \ argument
82 ((scsiid) & OID)
83 #define SCSIID_CHANNEL(ahc, scsiid) \ argument
85 ? ((((scsiid) & TWIN_CHNLB) != 0) ? 'B' : 'A') \
88 (SCSIID_CHANNEL(ahc, (scb)->hscb->scsiid) == 'B')
90 SCSIID_OUR_ID((scb)->hscb->scsiid)
92 SCSIID_TARGET((ahc), (scb)->hscb->scsiid)
94 SCSIID_CHANNEL(ahc, (scb)->hscb->scsiid)
[all …]
Daic79xx.h82 #define SCSIID_TARGET(ahd, scsiid) \ argument
83 (((scsiid) & TID) >> TID_SHIFT)
84 #define SCSIID_OUR_ID(scsiid) \ argument
85 ((scsiid) & OID)
86 #define SCSIID_CHANNEL(ahd, scsiid) ('A') argument
89 SCSIID_OUR_ID((scb)->hscb->scsiid)
91 SCSIID_TARGET((ahd), (scb)->hscb->scsiid)
93 SCSIID_CHANNEL(ahd, (scb)->hscb->scsiid)
115 #define BUILD_TCL(scsiid, lun) \ argument
116 ((lun) | (((scsiid) & TID) << 4))
[all …]
Daic7xxx_core.c1526 hscb->scsiid, in ahc_print_scb()
2242 our_id = SCSIID_OUR_ID(scb->hscb->scsiid); in ahc_scb_devinfo()
2334 printf("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid, in ahc_setup_initiator_msgout()
3533 ahc_busy_tcl(ahc, BUILD_TCL(scb->hscb->scsiid, devinfo->lun), in ahc_handle_msg_reject()
6786 ahc_scb_scsiid_print(scb->hscb->scsiid, &cur_col, 60); in ahc_dump_card_state()
7250 u_int scsiid; in ahc_update_scsiid() local
7262 scsiid = ahc_inb(ahc, SCSIID_ULTRA2); in ahc_update_scsiid()
7264 scsiid = ahc_inb(ahc, SCSIID); in ahc_update_scsiid()
7265 scsiid_mask = 0x1 << (scsiid & OID); in ahc_update_scsiid()
7275 scsiid &= TID; in ahc_update_scsiid()
[all …]
Daic79xx_core.c596 ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid); in ahd_handle_seqint()
735 ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid); in ahd_handle_seqint()
2281 hscb->scsiid, in ahd_print_scb()
3083 our_id = SCSIID_OUR_ID(scb->hscb->scsiid); in ahd_scb_devinfo()
3197 printf("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid, in ahd_setup_initiator_msgout()
4353 ahd_busy_tcl(ahd, BUILD_TCL(scb->hscb->scsiid, devinfo->lun), in ahd_handle_msg_reject()
9355 u_int scsiid; in ahd_update_scsiid() local
9367 scsiid = ahd_inb(ahd, SCSIID_ULTRA2); in ahd_update_scsiid()
9369 scsiid = ahd_inb(ahd, SCSIID); in ahd_update_scsiid()
9370 scsiid_mask = 0x1 << (scsiid & OID); in ahd_update_scsiid()
[all …]
Daic79xx_inline.h516 dst->hscb->scsiid = src->hscb->scsiid; \
Daic79xx.seq888 #define INDEX_DISC_LIST(scsiid, lun) \
889 and A, 0xC0, scsiid; \
892 and SINDEX, 0x30, scsiid; \
Daic79xx_osm.c1600 hscb->scsiid = BUILD_SCSIID(ahd, cmd);
4087 hscb->scsiid = BUILD_SCSIID(ahd, cmd);
Daic7xxx_osm.c3703 hscb->scsiid = BUILD_SCSIID(ahc, cmd);
4898 && ahc_inb(ahc, SAVED_SCSIID) == pending_scb->hscb->scsiid
/linux-2.4.37.9/drivers/scsi/
Daha152x.c355 MODULE_PARM(scsiid, "1-2i");
356 MODULE_PARM_DESC(scsiid,"scsi id of controller");
357 static int scsiid[] = {7, 7}; variable
416 int scsiid; member
827 setup[setup_count].scsiid = ints[0] >= 3 ? ints[3] : 7;
933 if ((setup->scsiid < 0) || (setup->scsiid > 7))
1015 override.scsiid,
1036 override.scsiid,
1054 setup[setup_count].scsiid = aha152x[2];
1067 setup[setup_count].scsiid = scsiid[0];
[all …]
DREADME.aha152x82 scsiid=SCSIID0[,SCSIID1]