Home
last modified time | relevance | path

Searched refs:CTLR_SCSI_ID (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_util.c254 ctlr->cpqary3_tgtp[CTLR_SCSI_ID] = MEM_ZALLOC(sizeof (cpqary3_tgt_t)); in cpqary3_init_ctlr_resource()
255 if (!(ctlr->cpqary3_tgtp[CTLR_SCSI_ID])) { in cpqary3_init_ctlr_resource()
261 ctlr->cpqary3_tgtp[CTLR_SCSI_ID]->type = CPQARY3_TARGET_CTLR; in cpqary3_init_ctlr_resource()
650 loop_cnt = ((ctlr->num_of_targets > CTLR_SCSI_ID) ? in cpqary3_detect_target_geometry()
654 if (i == CTLR_SCSI_ID) /* Go to Next logical target */ in cpqary3_detect_target_geometry()
730 if (i == CTLR_SCSI_ID || in cpqary3_detect_target_geometry()
H A Dcpqary3_scsi.c194 if (target_id == CTLR_SCSI_ID) in cpqary3_send_abortcmd()
484 i = ((cntr < CTLR_SCSI_ID) ? in cpqary3_probe4LVs()
521 i = ((cntr < CTLR_SCSI_ID) ? in cpqary3_probe4LVs()
566 i = ((cntr < CTLR_SCSI_ID) ? in cpqary3_probe4LVs()
H A Dcpqary3_noe.c468 drive = ((drive < CTLR_SCSI_ID) in cpqary3_NOE_handler()
H A Dcpqary3.h67 #define CTLR_SCSI_ID 7 macro
H A Dcpqary3_ioctl.c660 drive = ((drive < CTLR_SCSI_ID) ? in cpqary3_ioctl_send_scsicmd()
H A Dcpqary3_transport.c862 return (CTLR_SCSI_ID); in cpqary3_getcap()