/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 68 #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 */ global() member 621 uint8_t scsiid; /* Our ID and the initiator's ID */ global() member [all...] |
H A D | aic79xx.h | 71 #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; /* global() member 675 uint8_t scsiid; /* Our ID and the initiator's ID */ global() member [all...] |
H A D | aic79xx_inline.h | 151 dst->hscb->scsiid = src->hscb->scsiid; \
|
H A D | aic7xxx_core.c | 2085 printk("scb:%p control:0x%x scsiid:0x%x lun:%d cdb_len:%d\n", 2088 hscb->scsiid, 2825 our_id = SCSIID_OUR_ID(scb->hscb->scsiid); in ahc_scb_devinfo() 2917 printk("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid, in ahc_setup_initiator_msgout() 4106 ahc_busy_tcl(ahc, BUILD_TCL(scb->hscb->scsiid, devinfo->lun), in ahc_handle_msg_reject() 7244 ahc_scb_scsiid_print(scb->hscb->scsiid, &cur_col, 60); in ahc_dump_card_state() 7706 u_int scsiid; in ahc_update_scsiid() local 7718 scsiid = ahc_inb(ahc, SCSIID_ULTRA2); in ahc_update_scsiid() 7720 scsiid = ahc_inb(ahc, SCSIID); in ahc_update_scsiid() 7721 scsiid_mask = 0x1 << (scsiid in ahc_update_scsiid() [all...] |
H A D | aic79xx_core.c | 874 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() 3573 printk("scb:%p control:0x%x scsiid:0x%x lun:%d cdb_len:%d\n", 3576 hscb->scsiid, 4350 our_id = SCSIID_OUR_ID(scb->hscb->scsiid); in ahd_scb_devinfo() 4464 printk("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid, in ahd_setup_initiator_msgout() 5615 ahd_busy_tcl(ahd, BUILD_TCL(scb->hscb->scsiid, devinfo->lun), in ahd_handle_msg_reject() 10543 u_int scsiid; in ahd_update_scsiid() local 10555 scsiid in ahd_update_scsiid() [all...] |
H A D | aic7xxx_osm.c | 1461 hscb->scsiid = BUILD_SCSIID(ahc, cmd); in ahc_linux_run_command() 2180 && ahc_inb(ahc, SAVED_SCSIID) == pending_scb->hscb->scsiid in ahc_linux_queue_recovery_cmd()
|
H A D | aic79xx_osm.c | 827 reset_scb->hscb->scsiid = BUILD_SCSIID(ahd,cmd); in ahd_linux_dev_reset() 1586 hscb->scsiid = BUILD_SCSIID(ahd, cmd); in ahd_linux_run_command()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 68 #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 */ global() member 621 uint8_t scsiid; /* Our ID and the initiator's ID */ global() member [all...] |
H A D | aic79xx.h | 71 #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; /* global() member 675 uint8_t scsiid; /* Our ID and the initiator's ID */ global() member [all...] |
H A D | aic79xx_inline.h | 151 dst->hscb->scsiid = src->hscb->scsiid; \
|
H A D | aic7xxx_core.c | 2083 printk("scb:%p control:0x%x scsiid:0x%x lun:%d cdb_len:%d\n", 2086 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 in ahc_update_scsiid() [all...] |
H A D | aic79xx_core.c | 874 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() 10538 u_int scsiid; in ahd_update_scsiid() local 10550 scsiid in ahd_update_scsiid() [all...] |
H A D | aic7xxx_osm.c | 1460 hscb->scsiid = BUILD_SCSIID(ahc, cmd); in ahc_linux_run_command() 2178 && ahc_inb(ahc, SAVED_SCSIID) == pending_scb->hscb->scsiid in ahc_linux_queue_recovery_cmd()
|
H A D | aic79xx_osm.c | 821 reset_scb->hscb->scsiid = BUILD_SCSIID(ahd,cmd); in ahd_linux_dev_reset() 1580 hscb->scsiid = BUILD_SCSIID(ahd, cmd); in ahd_linux_run_command()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 330 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() 769 "scsiid=%d, " in aha152x_probe_one() 3042 if ((setup->scsiid < 0) || (setup->scsiid > 7)) in checksetup() 3093 override.scsiid, in aha152x_init() 3114 override.scsiid, in aha152x_init() [all...] |
H A D | aha152x.h | 321 int scsiid; member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.c | 348 static int scsiid[] = {7, 7}; variable 349 module_param_array(scsiid, int, NULL, 0); 350 MODULE_PARM_DESC(scsiid,"scsi id of controller"); 768 SETPORT(SCSIID, setup->scsiid << 4); in aha152x_probe_one() 769 shpnt->this_id = setup->scsiid; in aha152x_probe_one() 788 "scsiid=%d, " in aha152x_probe_one() 3095 if ((setup->scsiid < 0) || (setup->scsiid > 7)) in checksetup() 3146 override.scsiid, in aha152x_init() 3167 override.scsiid, in aha152x_init() [all...] |
H A D | aha152x.h | 321 int scsiid; member
|
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/ |
H A D | aha152x_stub.c | 165 s.scsiid = host_id; in aha152x_config_cs()
|
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/ |
H A D | aha152x_stub.c | 168 s.scsiid = host_id; in aha152x_config_cs()
|