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

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

Completed in 68 milliseconds