Home
last modified time | relevance | path

Searched refs:cpqary3_tgtp (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_scsi.c88 tgtp = cpqary3p->cpqary3_tgtp[tid]; in cpqary3_build_cmdlist()
198 cpqtgtp = cpqary3p->cpqary3_tgtp[target_id]; in cpqary3_send_abortcmd()
487 if (!(cpqary3p->cpqary3_tgtp[i] = (cpqary3_tgt_t *) in cpqary3_probe4LVs()
495 cpqary3p->cpqary3_tgtp[i]->logical_id = in cpqary3_probe4LVs()
498 cpqary3p->cpqary3_tgtp[i]->type = in cpqary3_probe4LVs()
502 cpqary3_tgt_t *, cpqary3p->cpqary3_tgtp[i], in cpqary3_probe4LVs()
526 if (cpqary3p->cpqary3_tgtp[i]) { in cpqary3_probe4LVs()
527 MEM_SFREE(cpqary3p->cpqary3_tgtp[i], in cpqary3_probe4LVs()
529 cpqary3p->cpqary3_tgtp[i] = NULL; in cpqary3_probe4LVs()
532 if (cpqary3p->cpqary3_tgtp[i] == NULL && in cpqary3_probe4LVs()
[all …]
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()
294 cpqary3_tgt_t *tgtp = ctlr->cpqary3_tgtp[SA2TGT(sa)]; in cpqary3_target_geometry()
659 ctlr->cpqary3_tgtp[i]->logical_id; in cpqary3_detect_target_geometry()
673 (ctlr->cpqary3_tgtp[i]->logical_id) >> 16; in cpqary3_detect_target_geometry()
709 ctlr->cpqary3_tgtp[i]->properties.drive.heads = in cpqary3_detect_target_geometry()
711 ctlr->cpqary3_tgtp[i]->properties.drive.sectors = in cpqary3_detect_target_geometry()
731 ctlr->cpqary3_tgtp[i] == NULL) in cpqary3_detect_target_geometry()
736 ctlr->cpqary3_tgtp[i]->logical_id; in cpqary3_detect_target_geometry()
[all …]
H A Dcpqary3_transport.c152 if (!(ctlr->cpqary3_tgtp[tid])) { in cpqary3_tgt_init()
157 ctlr->cpqary3_tgtp[tid]->tgt_dip = tgt_dip; in cpqary3_tgt_init()
158 ctlr->cpqary3_tgtp[tid]->ctlr_flags = CPQARY3_CAP_DISCON_ENABLED | in cpqary3_tgt_init()
590 tgtp = ctlr->cpqary3_tgtp[SA2TGT(sa)]; in cpqary3_transport()
831 cpqary3_tgt_t *tgtp = ctlr->cpqary3_tgtp[SA2TGT(sa)]; in cpqary3_getcap()
H A Dcpqary3_noe.c470 if (ctlr && ctlr->cpqary3_tgtp[drive]) { in cpqary3_NOE_handler()
471 ctlr->cpqary3_tgtp[drive]->type = in cpqary3_NOE_handler()
H A Dcpqary3_ioctl.c663 if (cpqary3p && cpqary3p->cpqary3_tgtp[drive]) { in cpqary3_ioctl_send_scsicmd()
664 cpqary3p->cpqary3_tgtp[drive]->type = in cpqary3_ioctl_send_scsicmd()
H A Dcpqary3.c696 if (cpqary3p->cpqary3_tgtp[targ] == NULL) in cpqary3_cleanup()
698 MEM_SFREE(cpqary3p->cpqary3_tgtp[targ], in cpqary3_cleanup()
H A Dcpqary3.h316 cpqary3_tgt_t *cpqary3_tgtp[CPQARY3_MAX_TGT]; member