Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_reg.c47 if (t1394_alloc_cmd(soft_state->sl_handle, 1, &cmdp) != DDI_SUCCESS) { in dcam_reg_read()
65 if (t1394_read(soft_state->sl_handle, cmdp) != DDI_SUCCESS) { in dcam_reg_read()
66 (void) t1394_free_cmd(soft_state->sl_handle, 0, &cmdp); in dcam_reg_read()
71 (void) t1394_free_cmd(soft_state->sl_handle, 0, &cmdp); in dcam_reg_read()
79 (void) t1394_free_cmd(soft_state->sl_handle, 0, &cmdp); in dcam_reg_read()
93 if (t1394_alloc_cmd(soft_state->sl_handle, 0, &cmdp) != DDI_SUCCESS) { in dcam_reg_write()
112 if (t1394_write(soft_state->sl_handle, cmdp) != DDI_SUCCESS) { in dcam_reg_write()
113 (void) t1394_free_cmd(soft_state->sl_handle, 0, &cmdp); in dcam_reg_write()
118 (void) t1394_free_cmd(soft_state->sl_handle, 0, &cmdp); in dcam_reg_write()
122 (void) t1394_free_cmd(soft_state->sl_handle, 0, &cmdp); in dcam_reg_write()
H A Ddcam_frame.c198 if (t1394_alloc_isoch_single(softc_p->sl_handle, in dcam_frame_rcv_init()
384 if (t1394_alloc_isoch_dma(softc_p->sl_handle, &isoch_args, 0, in dcam_frame_rcv_init()
399 t1394_free_isoch_dma(softc_p->sl_handle, 0, &softc_p->isoch_handle); in dcam_frame_rcv_fini()
403 t1394_free_isoch_single(softc_p->sl_handle, &softc_p->sii_hdl, 0); in dcam_frame_rcv_fini()
419 if ((t1394_start_isoch_dma(softc_p->sl_handle, softc_p->isoch_handle, in dcam_frame_rcv_start()
455 t1394_stop_isoch_dma(softc_p->sl_handle, softc_p->isoch_handle, 0); in dcam_frame_rcv_stop()
456 t1394_free_isoch_dma(softc_p->sl_handle, 0, &softc_p->isoch_handle); in dcam_frame_rcv_stop()
457 t1394_free_isoch_single(softc_p->sl_handle, &softc_p->sii_hdl, 0); in dcam_frame_rcv_stop()
H A Ddcam.c273 &(softc_p->sl_handle)) != DDI_SUCCESS) { in dcam_attach()
280 if (t1394_get_targetinfo(softc_p->sl_handle, in dcam_attach()
289 (void) t1394_detach(&softc_p->sl_handle, 0); in dcam_attach()
299 (void) t1394_detach(&softc_p->sl_handle, 0); in dcam_attach()
319 (void) t1394_detach(&softc_p->sl_handle, 0); in dcam_attach()
488 if (t1394_detach(&softc_p->sl_handle, 0) != DDI_SUCCESS) { in dcam_detach()
1131 (softc_p->sl_handle == NULL)) { in dcam_bus_reset_notify()
1140 if (t1394_get_targetinfo(softc_p->sl_handle, in dcam_bus_reset_notify()
/titanic_41/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h102 t1394_handle_t sl_handle; member