Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx.h68 #define SCSIID_TARGET(ahc, scsiid) \ argument
69 (((scsiid) & ((((ahc)->features & AHC_TWIN) != 0) ? TWIN_TID : TID)) \
71 #define SCSIID_OUR_ID(scsiid) \ argument
72 ((scsiid) & OID)
73 #define SCSIID_CHANNEL(ahc, scsiid) \ argument
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)
[all …]
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 …]
Daic79xx_inline.h151 dst->hscb->scsiid = src->hscb->scsiid; \
Daic7xxx_core.c2103 hscb->scsiid,
2841 our_id = SCSIID_OUR_ID(scb->hscb->scsiid); in ahc_scb_devinfo()
2933 printk("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid, in ahc_setup_initiator_msgout()
4122 ahc_busy_tcl(ahc, BUILD_TCL(scb->hscb->scsiid, devinfo->lun), in ahc_handle_msg_reject()
7273 ahc_scb_scsiid_print(scb->hscb->scsiid, &cur_col, 60); in ahc_dump_card_state()
7735 u_int scsiid; in ahc_update_scsiid() local
7747 scsiid = ahc_inb(ahc, SCSIID_ULTRA2); in ahc_update_scsiid()
7749 scsiid = ahc_inb(ahc, SCSIID); in ahc_update_scsiid()
7750 scsiid_mask = 0x1 << (scsiid & OID); in ahc_update_scsiid()
7760 scsiid &= TID; in ahc_update_scsiid()
[all …]
Daic79xx_core.c874 SCB_GET_TAG(scb), scb->hscb->scsiid, in ahd_queue_scb()
1818 ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid); in ahd_handle_seqint()
1962 ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid); in ahd_handle_seqint()
3601 hscb->scsiid,
4378 our_id = SCSIID_OUR_ID(scb->hscb->scsiid); in ahd_scb_devinfo()
4492 printk("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid, in ahd_setup_initiator_msgout()
5643 ahd_busy_tcl(ahd, BUILD_TCL(scb->hscb->scsiid, devinfo->lun), in ahd_handle_msg_reject()
10584 u_int scsiid; in ahd_update_scsiid() local
10596 scsiid = ahd_inb(ahd, SCSIID_ULTRA2); in ahd_update_scsiid()
10598 scsiid = ahd_inb(ahd, SCSIID); in ahd_update_scsiid()
[all …]
Daic7xxx_osm.c1477 hscb->scsiid = BUILD_SCSIID(ahc, cmd); in ahc_linux_run_command()
2196 && ahc_inb(ahc, SAVED_SCSIID) == pending_scb->hscb->scsiid in ahc_linux_queue_recovery_cmd()
Daic79xx_osm.c840 reset_scb->hscb->scsiid = BUILD_SCSIID(ahd,cmd); in ahd_linux_dev_reset()
1600 hscb->scsiid = BUILD_SCSIID(ahd, cmd); in ahd_linux_run_command()
Daic79xx.seq1081 #define INDEX_DISC_LIST(scsiid, lun) \
1082 and A, 0xC0, scsiid; \
1085 and SINDEX, 0x30, scsiid; \
/Linux-v5.4/drivers/scsi/
Daha152x.c330 static int scsiid[] = {7, 7}; variable
331 module_param_array(scsiid, int, NULL, 0);
332 MODULE_PARM_DESC(scsiid,"scsi id of controller");
749 SETPORT(SCSIID, setup->scsiid << 4); in aha152x_probe_one()
750 shpnt->this_id = setup->scsiid; in aha152x_probe_one()
3043 if ((setup->scsiid < 0) || (setup->scsiid > 7)) in checksetup()
3094 override.scsiid, in aha152x_init()
3115 override.scsiid, in aha152x_init()
3133 setup[setup_count].scsiid = aha152x[2]; in aha152x_init()
3143 setup[setup_count].scsiid = scsiid[0]; in aha152x_init()
[all …]
Daha152x.h321 int scsiid; member
/Linux-v5.4/drivers/scsi/pcmcia/
Daha152x_stub.c165 s.scsiid = host_id; in aha152x_config_cs()
/Linux-v5.4/Documentation/scsi/
Daha152x.txt82 scsiid=SCSIID0[,SCSIID1]