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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c54 static boolean_t hci1394_ixl_intr_check_xfer(hci1394_state_t *soft_statep,
57 static int hci1394_ixl_intr_check_done(hci1394_state_t *soft_statep,
67 hci1394_ixl_interrupt(hci1394_state_t *soft_statep, argument
125 retcode = hci1394_ixl_dma_sync(soft_statep, ctxtp);
141 hci1394_do_stop(soft_statep, ctxtp, B_TRUE, ID1394_DONE);
145 hci1394_do_stop(soft_statep, ctxtp, B_TRUE, ID1394_FAIL);
162 hci1394_ixl_dma_sync(hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp) argument
203 isdone = hci1394_ixl_intr_check_xfer(soft_statep, ctxtp,
283 if (HCI1394_ISOCH_CTXT_ACTIVE(soft_statep, ctxtp) == 0) {
310 hci1394_ixl_intr_check_xfer(hci1394_state_t *soft_statep, argument
537 hci1394_ixl_intr_check_done(hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp) argument
949 hci1394_isoch_cycle_inconsistent(hci1394_state_t *soft_statep) argument
1042 hci1394_isoch_cycle_lost(hci1394_state_t *soft_statep) argument
[all...]
H A Dhci1394_isoch.c188 hci1394_state_t *soft_statep = (hci1394_state_t *)hal_private; local
193 ASSERT(soft_statep != NULL);
198 isochp = soft_statep->isoch;
243 &soft_statep->ohci->ohci_regs->it[i];
292 &soft_statep->ohci->ohci_regs->ir[i];
307 err = hci1394_compile_ixl(soft_statep, ctxtp, idi->ixlp, resultp);
342 hci1394_ohci_intr_clear(soft_statep->ohci,
344 hci1394_ohci_intr_enable(soft_statep->ohci,
373 hci1394_state_t *soft_statep = (hci1394_state_t *)hal_private; local
393 mutex_enter(&soft_statep
527 hci1394_state_t *soft_statep = (hci1394_state_t *)hal_private; local
604 hci1394_state_t *soft_statep = (hci1394_state_t *)hal_private; local
642 hci1394_do_stop(hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp, boolean_t do_callback, id1394_isoch_dma_stopped_t stop_args) argument
774 hci1394_state_t *soft_statep = (hci1394_state_t *)hal_private; local
874 hci1394_isoch_error_ints_enable(hci1394_state_t *soft_statep) argument
[all...]
H A Dhci1394_ixl_misc.c48 static void hci1394_delete_dma_desc_mem(hci1394_state_t *soft_statep,
422 hci1394_ixl_cleanup(hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp) argument
428 hci1394_delete_dma_desc_mem(soft_statep, ctxtp->dma_firstp);
442 hci1394_delete_dma_desc_mem(hci1394_state_t *soft_statep, argument
H A Dhci1394_ixl_update.c108 hci1394_ixl_update(hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp, argument
121 uv.soft_statep = soft_statep;
242 hci1394_do_stop(soft_statep, ctxtp, B_TRUE,
245 hci1394_do_stop(soft_statep, ctxtp, B_TRUE,
380 status = hci1394_ixl_dma_sync(uvp->soft_statep, ctxtp);
405 hci1394_do_stop(uvp->soft_statep, ctxtp, B_TRUE, ID1394_DONE);
407 hci1394_do_stop(uvp->soft_statep, ctxtp, B_TRUE, ID1394_FAIL);
1971 HCI1394_IRCTXT_CTRL_SET(uvp->soft_statep, ctxtp->ctxt_index,
1974 HCI1394_ITCTXT_CTRL_SET(uvp->soft_statep, ctxt
[all...]
H A Dhci1394_ixl_comp.c66 hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp,
117 hci1394_compile_ixl(hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp, argument
122 ASSERT(soft_statep != NULL);
128 hci1394_compile_ixl_init(&wv, soft_statep, ctxtp, ixlp);
171 hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp,
178 wvp->soft_statep = soft_statep;
307 hci1394_ixl_cleanup(wvp->soft_statep, wvp->ctxtp);
2722 ret = hci1394_buf_alloc(&wvp->soft_statep->drvinfo,
170 hci1394_compile_ixl_init(hci1394_comp_ixl_vars_t *wvp, hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp, ixl1394_command_t *ixlp) argument
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h198 void hci1394_isoch_cycle_inconsistent(hci1394_state_t *soft_statep);
199 void hci1394_isoch_cycle_lost(hci1394_state_t *soft_statep);
200 int hci1394_isoch_resume(hci1394_state_t *soft_statep);
201 void hci1394_isoch_error_ints_enable(hci1394_state_t *soft_statep);
221 void hci1394_do_stop(hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp,
H A Dhci1394_ixl.h150 hci1394_state_t *soft_statep; /* driver state */ member in struct:hci1394_comp_ixl_vars_s
235 hci1394_state_t *soft_statep; /* driver state struct */ member in struct:hci1394_ixl_update_vars
269 int hci1394_compile_ixl(hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp,
271 int hci1394_ixl_update(hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp,
274 void hci1394_ixl_interrupt(hci1394_state_t *soft_statep,
276 int hci1394_ixl_dma_sync(hci1394_state_t *soft_statep,
284 void hci1394_ixl_cleanup(hci1394_state_t *soft_statep,

Completed in 76 milliseconds