Home
last modified time | relevance | path

Searched refs:sl_handle (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_reg.c44 if (t1394_alloc_cmd(soft_state->sl_handle, 1, &cmdp) != DDI_SUCCESS) { in dcam_reg_read()
62 if (t1394_read(soft_state->sl_handle, cmdp) != DDI_SUCCESS) { in dcam_reg_read()
63 (void) t1394_free_cmd(soft_state->sl_handle, 0, &cmdp); in dcam_reg_read()
68 (void) t1394_free_cmd(soft_state->sl_handle, 0, &cmdp); in dcam_reg_read()
76 (void) t1394_free_cmd(soft_state->sl_handle, 0, &cmdp); in dcam_reg_read()
90 if (t1394_alloc_cmd(soft_state->sl_handle, 0, &cmdp) != DDI_SUCCESS) { in dcam_reg_write()
109 if (t1394_write(soft_state->sl_handle, cmdp) != DDI_SUCCESS) { in dcam_reg_write()
110 (void) t1394_free_cmd(soft_state->sl_handle, 0, &cmdp); in dcam_reg_write()
115 (void) t1394_free_cmd(soft_state->sl_handle, 0, &cmdp); in dcam_reg_write()
119 (void) t1394_free_cmd(soft_state->sl_handle, 0, &cmdp); in dcam_reg_write()
H A Ddcam_frame.c195 if (t1394_alloc_isoch_single(softc_p->sl_handle, in dcam_frame_rcv_init()
381 if (t1394_alloc_isoch_dma(softc_p->sl_handle, &isoch_args, 0, in dcam_frame_rcv_init()
396 t1394_free_isoch_dma(softc_p->sl_handle, 0, &softc_p->isoch_handle); in dcam_frame_rcv_fini()
400 t1394_free_isoch_single(softc_p->sl_handle, &softc_p->sii_hdl, 0); in dcam_frame_rcv_fini()
416 if ((t1394_start_isoch_dma(softc_p->sl_handle, softc_p->isoch_handle, in dcam_frame_rcv_start()
452 t1394_stop_isoch_dma(softc_p->sl_handle, softc_p->isoch_handle, 0); in dcam_frame_rcv_stop()
453 t1394_free_isoch_dma(softc_p->sl_handle, 0, &softc_p->isoch_handle); in dcam_frame_rcv_stop()
454 t1394_free_isoch_single(softc_p->sl_handle, &softc_p->sii_hdl, 0); in dcam_frame_rcv_stop()
H A Ddcam.c253 &(softc_p->sl_handle)) != DDI_SUCCESS) { in dcam_attach()
260 if (t1394_get_targetinfo(softc_p->sl_handle, in dcam_attach()
269 (void) t1394_detach(&softc_p->sl_handle, 0); in dcam_attach()
279 (void) t1394_detach(&softc_p->sl_handle, 0); in dcam_attach()
299 (void) t1394_detach(&softc_p->sl_handle, 0); in dcam_attach()
468 if (t1394_detach(&softc_p->sl_handle, 0) != DDI_SUCCESS) { in dcam_detach()
1097 (softc_p->sl_handle == NULL)) { in dcam_bus_reset_notify()
1106 if (t1394_get_targetinfo(softc_p->sl_handle, in dcam_bus_reset_notify()
/illumos-gate/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h101 t1394_handle_t sl_handle; member