Searched defs:ctlr (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_noe.c109 cpqary3_send_NOE_command(cpqary3_t *ctlr, cpqary3_cmdpvt_t *memp, uint8_t flag) argument
122 RETURN_FAILURE_IF_NULL(ctlr);
153 databuf = (NoeBuffer *)cpqary3_alloc_phyctgs_mem(ctlr,
160 if (NULL == (memp = cpqary3_cmdlist_occupy(ctlr))) {
201 mutex_enter(&ctlr->hw_mutex);
202 rv = cpqary3_submit(ctlr, memp->cmdlist_phyaddr);
203 mutex_exit(&ctlr->hw_mutex);
224 cpqary3_disable_NOE_command(cpqary3_t *ctlr) argument
230 RETURN_FAILURE_IF_NULL(ctlr);
241 if (NULL == (memp = cpqary3_cmdlist_occupy(ctlr))) {
289 cpqary3_t *ctlr; local
[all...]
H A Dcpqary3_mem.c146 ptr->ctlr = cpqary3p;
154 cpqary3p->cmdmemlistp->max_memcnt = 0; /* Maximum commands for ctlr */
331 cpqary3_cmdlist_occupy(cpqary3_t *ctlr) argument
336 RETURN_NULL_IF_NULL(ctlr);
337 memlistp = ctlr->cmdmemlistp;
346 mutex_enter(&ctlr->sw_mutex);
349 mutex_exit(&ctlr->sw_mutex);
367 mutex_exit(&ctlr->sw_mutex);
400 (cpqary3_cmdmemlist_t *)((cpqary3_t *)memp->ctlr)->cmdmemlistp;
403 mutex_enter(&memp->ctlr
437 cpqary3_memfini(cpqary3_t *ctlr, uint8_t level) argument
510 cpqary3_alloc_phyctgs_mem(cpqary3_t *ctlr, size_t size_mempool, uint32_t *phyaddr, cpqary3_phyctg_t *phyctgp) argument
[all...]
H A Dcpqary3_q_mem.h76 struct cpqary3_per_controller *ctlr; /* to its controller */ member in struct:cpqary3_command_private
H A Dcpqary3_transport.c62 cpqary3_init_hbatran(cpqary3_t *ctlr) argument
66 ASSERT(ctlr != NULL);
68 hba_tran = ctlr->hba_tran;
75 hba_tran->tran_hba_private = (void *)ctlr;
117 cpqary3_t *ctlr; local
119 ctlr = (cpqary3_t *)hba_tran->tran_hba_private;
124 if ((CPQARY3_SUCCESS == cpqary3_probe4targets(ctlr)) &&
125 (ctlr->num_of_targets > 0)) {
126 (void) cpqary3_detect_target_geometry(ctlr);
139 cpqary3_t *, ctlr, uint32_
193 cpqary3_t *ctlr = hba_tran->tran_hba_private; local
581 cpqary3_t *ctlr; local
795 cpqary3_t *ctlr; local
829 cpqary3_t *ctlr = SA2CTLR(sa); local
963 cpqary3_t *ctlr; local
1093 cpqary3_poll(cpqary3_t *ctlr, uint32_t tag) argument
1123 cpqary3_additional_cmd(struct scsi_pkt *scsi_pktp, cpqary3_t *ctlr) argument
[all...]
H A Dcpqary3_util.c103 cpqary3_t *ctlr; local
118 if (NULL == (ctlr = (cpqary3_t *)arg))
121 ctp = (CfgTable_t *)ctlr->ct;
124 if (ctlr->heartbeat == DDI_GET32(ctlr, &ctp->HeartBeat)) {
125 if (ctlr->lockup_logged == CPQARY3_FALSE) {
127 "%s HBA firmware Locked !!!", ctlr->hba_name);
130 cpqary3_intr_onoff(ctlr, CPQARY3_INTR_DISABLE);
131 if (ctlr->host_support & 0x4)
132 cpqary3_lockup_intr_onoff(ctlr,
204 cpqary3_init_ctlr_resource(cpqary3_t *ctlr) argument
293 cpqary3_t *ctlr = SA2CTLR(sa); local
588 cpqary3_detect_target_geometry(cpqary3_t *ctlr) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_tools.h163 uint8_t ctlr; /* controller number - from kernel */ member in struct:pcitool_intr_get
186 uint32_t ctlr_version; /* Intr ctlr HW version - from kernel */
/illumos-gate/usr/src/cmd/format/
H A Dio.c2066 * This routine prints out a message describing the given ctlr.
2071 pr_ctlrline(ctlr)
2072 register struct ctlr_info *ctlr;
2076 ctlr->ctlr_cname, ctlr->ctlr_num,
2077 space2str(ctlr->ctlr_space), ctlr->ctlr_addr);
2078 if (ctlr->ctlr_vec != 0)
2079 fmt_print("vec 0x%x ", ctlr->ctlr_vec);
2081 fmt_print("pri %d ", ctlr
2096 struct ctlr_info *ctlr = disk->disk_ctlr; local
[all...]
H A Dstartup.c632 * If the attribute defined the ctlr...
634 if (strcmp(ident, "ctlr") == 0) {
636 * Match the value with a ctlr type.
666 * for the ctlr type if we can complete the
781 * Add this disk type to the list for the ctlr type
937 TOKEN token, cleaned, disk, ctlr, ident; local
1035 * If the attribute is the ctlr, save the ctlr name and
1038 if (strcmp(ident, "ctlr") == 0) {
1039 (void) strcpy(ctlr, cleane
1593 struct ctlr_type *ctlr, *tctlr; local
[all...]
H A Dauto_sense.c254 struct ctlr_info *ctlr; local
267 ctlr = find_ctlr_info(&dkinfo, cur_ctype->ctype_ctype);
270 ctlr = find_scsi_ctlr_info(&dkinfo);
322 assert(disk_info->disk_ctlr == ctlr);
323 dp = ctlr->ctlr_ctype->ctype_dlist;
325 ctlr->ctlr_ctype->ctype_dlist = dp;
402 struct ctlr_info *ctlr; local
408 for (ctlr = ctlr_list; ctlr != NULL; ctlr
616 struct ctlr_info *ctlr; local
1698 struct ctlr_type *ctlr; local
1727 struct ctlr_type *ctlr; local
1779 struct ctlr_info *ctlr; local
1808 struct ctlr_info *ctlr; local
1957 struct ctlr_type *ctlr; local
[all...]
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c2040 * SUNW,pln@a0000000,77791d:ctlr
3120 Ctlr_elem_st ctlr; local
3131 bzero(&ctlr, sizeof (ctlr));
3142 (void *)&ctlr, sizeof (ctlr));
3147 *port_a = ctlr.report;
3149 ctlr.report ? "A" : "B");
/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c494 int cntlr_num, ctlr, unit; local
519 ctlr = ddi_get_instance(dip);
520 if (ddi_soft_state_zalloc(fdc_state_head, ctlr) != 0)
522 fcp = ddi_get_soft_state(fdc_state_head, ctlr);
570 (void) sprintf(name, "fdc%d", ctlr);
571 fcp->c_intrstat = kstat_create("fdc", ctlr, name,
1614 int ctlr = ddi_get_instance(dip); local
1617 fcp = ddi_get_soft_state(fdc_state_head, ctlr);
3145 (CE_WARN, "fdc_docmd: ctlr not ready"));
3181 (CE_WARN, "fdc_result: ctlr no
[all...]
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c1047 int ctlr, port; local
1080 ctlr = SGP_DRV_TO_CTLR(led.led_number);
1081 if ((ctlr != 0) && (ctlr != 1))
1134 ctlr = SGP_DRV_TO_CTLR(led.led_number);
1135 if ((ctlr != 0) && (ctlr != 1))
5009 "nv_intr_pkt_pio: ctlr byte count - %d",
6328 /* Give the host ctlr time to do its thing, according to ATA/ATAPI */
6726 "initialized ctlr
[all...]
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c1239 (C, "fd_cleanup instance: %d ctlr: 0x%p\n",
1507 (C, "fdopen: ctlr %d unit %d part %d\n",
3747 * we need to do a ctlr reset ...
5636 int ctlr = FDCTLR(dev); local
5639 if (ddi_get_instance(fdc->c_dip) == ctlr)
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c1135 Ctlr_elem_st ctlr; local
1145 (void *)&ctlr, sizeof (ctlr));
1146 if (ctlr.code == S_NOT_INSTALLED) {
4823 ib_decode(Ctlr_elem_st *ctlr) argument
4825 if (ctlr->overtemp_alart) {
4829 if (ctlr->ib_loop_1_fail) {
4833 if (ctlr->ib_loop_0_fail) {
5091 Ctlr_elem_st ctlr; local
5103 (void *)&ctlr, sizeo
[all...]

Completed in 125 milliseconds