/titanic_41/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_ixl_isr.c | 54 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, in hci1394_ixl_interrupt() argument 125 retcode = hci1394_ixl_dma_sync(soft_statep, ctxtp); in hci1394_ixl_interrupt() 141 hci1394_do_stop(soft_statep, ctxtp, B_TRUE, ID1394_DONE); in hci1394_ixl_interrupt() 145 hci1394_do_stop(soft_statep, ctxtp, B_TRUE, ID1394_FAIL); in hci1394_ixl_interrupt() 162 hci1394_ixl_dma_sync(hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp) in hci1394_ixl_dma_sync() argument 203 isdone = hci1394_ixl_intr_check_xfer(soft_statep, ctxtp, in hci1394_ixl_dma_sync() 283 if (HCI1394_ISOCH_CTXT_ACTIVE(soft_statep, ctxtp) == 0) { in hci1394_ixl_dma_sync() 310 hci1394_ixl_intr_check_xfer(hci1394_state_t *soft_statep, in hci1394_ixl_intr_check_xfer() argument [all …]
|
H A D | hci1394_isoch.c | 188 hci1394_state_t *soft_statep = (hci1394_state_t *)hal_private; in hci1394_alloc_isoch_dma() local 193 ASSERT(soft_statep != NULL); in hci1394_alloc_isoch_dma() 198 isochp = soft_statep->isoch; in hci1394_alloc_isoch_dma() 243 &soft_statep->ohci->ohci_regs->it[i]; in hci1394_alloc_isoch_dma() 292 &soft_statep->ohci->ohci_regs->ir[i]; in hci1394_alloc_isoch_dma() 307 err = hci1394_compile_ixl(soft_statep, ctxtp, idi->ixlp, resultp); in hci1394_alloc_isoch_dma() 342 hci1394_ohci_intr_clear(soft_statep->ohci, in hci1394_alloc_isoch_dma() 344 hci1394_ohci_intr_enable(soft_statep->ohci, in hci1394_alloc_isoch_dma() 373 hci1394_state_t *soft_statep = (hci1394_state_t *)hal_private; in hci1394_start_isoch_dma() local 393 mutex_enter(&soft_statep->isoch->ctxt_list_mutex); in hci1394_start_isoch_dma() [all …]
|
H A D | hci1394_ixl_misc.c | 48 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) in hci1394_ixl_cleanup() argument 428 hci1394_delete_dma_desc_mem(soft_statep, ctxtp->dma_firstp); in hci1394_ixl_cleanup() 442 hci1394_delete_dma_desc_mem(hci1394_state_t *soft_statep, in hci1394_delete_dma_desc_mem() argument
|
H A D | hci1394_ixl_update.c | 108 hci1394_ixl_update(hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp, in hci1394_ixl_update() argument 121 uv.soft_statep = soft_statep; in hci1394_ixl_update() 242 hci1394_do_stop(soft_statep, ctxtp, B_TRUE, in hci1394_ixl_update() 245 hci1394_do_stop(soft_statep, ctxtp, B_TRUE, in hci1394_ixl_update() 380 status = hci1394_ixl_dma_sync(uvp->soft_statep, ctxtp); in hci1394_ixl_update_endup() 405 hci1394_do_stop(uvp->soft_statep, ctxtp, B_TRUE, ID1394_DONE); in hci1394_ixl_update_endup() 407 hci1394_do_stop(uvp->soft_statep, ctxtp, B_TRUE, ID1394_FAIL); in hci1394_ixl_update_endup() 1971 HCI1394_IRCTXT_CTRL_SET(uvp->soft_statep, ctxtp->ctxt_index, in hci1394_ixl_update_perform() 1974 HCI1394_ITCTXT_CTRL_SET(uvp->soft_statep, ctxtp->ctxt_index, in hci1394_ixl_update_perform() 2033 if (hci1394_ixl_dma_sync(uvp->soft_statep, ctxtp) == in hci1394_ixl_update_evaluate() [all …]
|
H A D | hci1394_ixl_comp.c | 66 hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp, 117 hci1394_compile_ixl(hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp, in hci1394_compile_ixl() argument 122 ASSERT(soft_statep != NULL); in hci1394_compile_ixl() 128 hci1394_compile_ixl_init(&wv, soft_statep, ctxtp, ixlp); in hci1394_compile_ixl() 171 hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp, in hci1394_compile_ixl_init() argument 178 wvp->soft_statep = soft_statep; in hci1394_compile_ixl_init() 307 hci1394_ixl_cleanup(wvp->soft_statep, wvp->ctxtp); in hci1394_compile_ixl_endup() 2722 ret = hci1394_buf_alloc(&wvp->soft_statep->drvinfo, in hci1394_alloc_dma_mem()
|
/titanic_41/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_ixl.h | 150 hci1394_state_t *soft_statep; /* driver state */ member 235 hci1394_state_t *soft_statep; /* driver state struct */ member 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,
|
H A D | hci1394_isoch.h | 198 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,
|