Searched refs:scsiid (Results 1 - 11 of 11) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic7xxx.h68 #define SCSIID_TARGET(ahc, scsiid) \
69 (((scsiid) & ((((ahc)->features & AHC_TWIN) != 0) ? TWIN_TID : TID)) \
71 #define SCSIID_OUR_ID(scsiid) \
72 ((scsiid) & OID)
73 #define SCSIID_CHANNEL(ahc, scsiid) \
75 ? ((((scsiid) & TWIN_CHNLB) != 0) ? 'B' : 'A') \
78 (SCSIID_CHANNEL(ahc, (scb)->hscb->scsiid) == 'B')
80 SCSIID_OUR_ID((scb)->hscb->scsiid)
82 SCSIID_TARGET((ahc), (scb)->hscb->scsiid)
84 SCSIID_CHANNEL(ahc, (scb)->hscb->scsiid)
463 /*25*/ uint8_t scsiid; /* what to load in the SCSIID register */ member in struct:hardware_scb
624 uint8_t scsiid; /* Our ID and the initiator's ID */ member in struct:target_cmd
[all...]
H A Daic79xx.h71 #define SCSIID_TARGET(ahd, scsiid) \
72 (((scsiid) & TID) >> TID_SHIFT)
73 #define SCSIID_OUR_ID(scsiid) \
74 ((scsiid) & OID)
75 #define SCSIID_CHANNEL(ahd, scsiid) ('A')
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) \
105 ((lun) | (((scsiid)
492 /*19*/ uint8_t scsiid; /* member in struct:hardware_scb
678 uint8_t scsiid; /* Our ID and the initiator's ID */ member in struct:target_cmd
[all...]
H A Daic79xx_inline.h151 dst->hscb->scsiid = src->hscb->scsiid; \
H A Daic7xxx_core.c2107 printk("scb:%p control:0x%x scsiid:0x%x lun:%d cdb_len:%d\n",
2110 hscb->scsiid,
2848 our_id = SCSIID_OUR_ID(scb->hscb->scsiid);
2940 printk("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid,
4129 ahc_busy_tcl(ahc, BUILD_TCL(scb->hscb->scsiid, devinfo->lun),
7307 ahc_scb_scsiid_print(scb->hscb->scsiid, &cur_col, 60);
7771 u_int scsiid; local
7783 scsiid = ahc_inb(ahc, SCSIID_ULTRA2);
7785 scsiid = ahc_inb(ahc, SCSIID);
7786 scsiid_mask = 0x1 << (scsiid
[all...]
H A Daic79xx_core.c882 SCB_GET_TAG(scb), scb->hscb->scsiid,
1826 ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid);
1970 ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid);
3604 printk("scb:%p control:0x%x scsiid:0x%x lun:%d cdb_len:%d\n",
3607 hscb->scsiid,
4384 our_id = SCSIID_OUR_ID(scb->hscb->scsiid);
4498 printk("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid,
5649 ahd_busy_tcl(ahd, BUILD_TCL(scb->hscb->scsiid, devinfo->lun),
10637 u_int scsiid; local
10649 scsiid
[all...]
H A Daic79xx.seq1081 #define INDEX_DISC_LIST(scsiid, lun) \
1082 and A, 0xC0, scsiid; \
1085 and SINDEX, 0x30, scsiid; \
H A Daic79xx_osm.c840 reset_scb->hscb->scsiid = BUILD_SCSIID(ahd,cmd);
1604 hscb->scsiid = BUILD_SCSIID(ahd, cmd);
H A Daic7xxx_osm.c1493 hscb->scsiid = BUILD_SCSIID(ahc, cmd);
2225 && ahc_inb(ahc, SAVED_SCSIID) == pending_scb->hscb->scsiid
/drivers/scsi/pcmcia/
H A Daha152x_stub.c165 s.scsiid = host_id;
/drivers/scsi/
H A Daha152x.c375 static int scsiid[] = {7, 7}; variable
376 module_param_array(scsiid, int, NULL, 0);
377 MODULE_PARM_DESC(scsiid,"scsi id of controller");
819 SETPORT(SCSIID, setup->scsiid << 4);
820 shpnt->this_id = setup->scsiid;
839 "scsiid=%d, "
3615 if ((setup->scsiid < 0) || (setup->scsiid > 7))
3666 override.scsiid,
3687 override.scsiid,
[all...]
H A Daha152x.h320 int scsiid; member in struct:aha152x_setup

Completed in 155 milliseconds