Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_bus.c162 if (t1394_alloc_cmd(sp->s_t1394_hdl, 0, &cmd) != DDI_SUCCESS) { in scsa1394_bus_alloc_cmd()
176 (void) t1394_free_cmd(sp->s_t1394_hdl, 0, &cmd); in scsa1394_bus_free_cmd()
195 if ((t1394_read(sp->s_t1394_hdl, cmd) != DDI_SUCCESS) || in scsa1394_bus_rq()
226 if ((t1394_read(sp->s_t1394_hdl, cmd) != DDI_SUCCESS) || in scsa1394_bus_rb()
250 if ((t1394_write(sp->s_t1394_hdl, cmd) != DDI_SUCCESS) || in scsa1394_bus_wq()
274 if ((t1394_write(sp->s_t1394_hdl, cmd) != DDI_SUCCESS) || in scsa1394_bus_wb()
368 if (t1394_alloc_addr(sp->s_t1394_hdl, &aa, 0, &result) != DDI_SUCCESS) { in scsa1394_bus_alloc_buf_phys()
389 (void) t1394_free_addr(sp->s_t1394_hdl, &sbb->sbb_addr_hdl, 0); in scsa1394_bus_free_buf_phys()
424 if (t1394_alloc_addr(sp->s_t1394_hdl, &aa, 0, &result) != DDI_SUCCESS) { in scsa1394_bus_alloc_buf_normal()
441 (void) t1394_free_addr(sp->s_t1394_hdl, &sbb->sbb_addr_hdl, 0); in scsa1394_bus_free_buf_normal()
[all …]
H A Dhba.c493 &sp->s_attachinfo, &sp->s_t1394_hdl)) != DDI_SUCCESS) { in scsa1394_attach_1394()
504 if ((ret = t1394_get_targetinfo(sp->s_t1394_hdl, SCSA1394_BUSGEN(sp), 0, in scsa1394_attach_1394()
506 (void) t1394_detach(&sp->s_t1394_hdl, 0); in scsa1394_attach_1394()
516 (void) t1394_detach(&sp->s_t1394_hdl, 0); in scsa1394_detach_1394()
1792 if (t1394_alloc_addr(sp->s_t1394_hdl, &aa, 0, &result) != DDI_SUCCESS) { in scsa1394_cmd_pt_dma_alloc()
1814 (void) t1394_free_addr(sp->s_t1394_hdl, &cmd->sc_pt_addr_hdl, 0); in scsa1394_cmd_pt_dma_free()
1849 if (t1394_alloc_addr(sp->s_t1394_hdl, &aa, 0, &result) != in scsa1394_cmd_buf_addr_alloc()
1871 (void) t1394_free_addr(sp->s_t1394_hdl, in scsa1394_cmd_buf_addr_free()
H A Dsbp2_driver.c344 if (t1394_get_targetinfo(sp->s_t1394_hdl, SCSA1394_BUSGEN(sp), 0, in scsa1394_sbp2_req_bus_reset()
409 if (t1394_get_targetinfo(sp->s_t1394_hdl, SCSA1394_BUSGEN(sp), 0, in scsa1394_sbp2_req_reconnect()
/illumos-gate/usr/src/uts/common/sys/1394/targets/scsa1394/
H A Dimpl.h173 t1394_handle_t s_t1394_hdl; /* 1394 handle */ member
199 s_dip s_instance s_t1394_hdl s_attachinfo s_reset_cb_id s_remove_cb_id