Searched refs:cpqary3_tgtp (Results 1 – 7 of 7) sorted by relevance
87 tgtp = cpqary3p->cpqary3_tgtp[tid]; in cpqary3_build_cmdlist()197 cpqtgtp = cpqary3p->cpqary3_tgtp[target_id]; in cpqary3_send_abortcmd()486 if (!(cpqary3p->cpqary3_tgtp[i] = (cpqary3_tgt_t *) in cpqary3_probe4LVs()494 cpqary3p->cpqary3_tgtp[i]->logical_id = in cpqary3_probe4LVs()497 cpqary3p->cpqary3_tgtp[i]->type = in cpqary3_probe4LVs()501 cpqary3_tgt_t *, cpqary3p->cpqary3_tgtp[i], in cpqary3_probe4LVs()525 if (cpqary3p->cpqary3_tgtp[i]) { in cpqary3_probe4LVs()526 MEM_SFREE(cpqary3p->cpqary3_tgtp[i], in cpqary3_probe4LVs()528 cpqary3p->cpqary3_tgtp[i] = NULL; in cpqary3_probe4LVs()531 if (cpqary3p->cpqary3_tgtp[i] == NULL && in cpqary3_probe4LVs()[all …]
254 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 …]
152 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()589 tgtp = ctlr->cpqary3_tgtp[SA2TGT(sa)]; in cpqary3_transport()830 cpqary3_tgt_t *tgtp = ctlr->cpqary3_tgtp[SA2TGT(sa)]; in cpqary3_getcap()
470 if (ctlr && ctlr->cpqary3_tgtp[drive]) { in cpqary3_NOE_handler()471 ctlr->cpqary3_tgtp[drive]->type = in cpqary3_NOE_handler()
663 if (cpqary3p && cpqary3p->cpqary3_tgtp[drive]) { in cpqary3_ioctl_send_scsicmd()664 cpqary3p->cpqary3_tgtp[drive]->type = in cpqary3_ioctl_send_scsicmd()
696 if (cpqary3p->cpqary3_tgtp[targ] == NULL) in cpqary3_cleanup()698 MEM_SFREE(cpqary3p->cpqary3_tgtp[targ], in cpqary3_cleanup()
316 cpqary3_tgt_t *cpqary3_tgtp[CPQARY3_MAX_TGT]; member