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

/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_scsi.c87 tgtp = cpqary3p->cpqary3_tgtp[tid];
197 cpqtgtp = cpqary3p->cpqary3_tgtp[target_id];
486 if (!(cpqary3p->cpqary3_tgtp[i] = (cpqary3_tgt_t *)
494 cpqary3p->cpqary3_tgtp[i]->logical_id =
497 cpqary3p->cpqary3_tgtp[i]->type =
501 cpqary3_tgt_t *, cpqary3p->cpqary3_tgtp[i],
509 * cpqary3_tgtp[],
510 * Check given during memory allocation of cpqary3_tgtp
513 * Check given while freeing the memory of the cpqary3_tgtp[]
525 if (cpqary3p->cpqary3_tgtp[
[all...]
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;
294 cpqary3_tgt_t *tgtp = ctlr->cpqary3_tgtp[SA2TGT(sa)];
659 ctlr->cpqary3_tgtp[i]->logical_id;
673 (ctlr->cpqary3_tgtp[i]->logical_id) >> 16;
709 ctlr->cpqary3_tgtp[i]->properties.drive.heads =
711 ctlr->cpqary3_tgtp[i]->properties.drive.sectors =
731 ctlr->cpqary3_tgtp[i] == NULL)
736 ctlr->cpqary3_tgtp[
[all...]
H A Dcpqary3_noe.c470 if (ctlr && ctlr->cpqary3_tgtp[drive]) {
471 ctlr->cpqary3_tgtp[drive]->type =
H A Dcpqary3_transport.c152 if (!(ctlr->cpqary3_tgtp[tid])) {
157 ctlr->cpqary3_tgtp[tid]->tgt_dip = tgt_dip;
158 ctlr->cpqary3_tgtp[tid]->ctlr_flags = CPQARY3_CAP_DISCON_ENABLED |
589 tgtp = ctlr->cpqary3_tgtp[SA2TGT(sa)];
830 cpqary3_tgt_t *tgtp = ctlr->cpqary3_tgtp[SA2TGT(sa)];
H A Dcpqary3.c696 if (cpqary3p->cpqary3_tgtp[targ] == NULL)
698 MEM_SFREE(cpqary3p->cpqary3_tgtp[targ],
H A Dcpqary3_ioctl.c663 if (cpqary3p && cpqary3p->cpqary3_tgtp[drive]) {
664 cpqary3p->cpqary3_tgtp[drive]->type =
H A Dcpqary3.h316 cpqary3_tgt_t *cpqary3_tgtp[CPQARY3_MAX_TGT]; member in struct:cpqary3_per_controller

Completed in 84 milliseconds