Home
last modified time | relevance | path

Searched refs:hci1394_desc_t (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c244 hci1394_desc_t *hcidescp; in hci1394_ixl_check_status()
252 hcidescp = (hci1394_desc_t *)(dma->dma_descp); in hci1394_ixl_check_status()
262 sizeof (hci1394_desc_t), DDI_DMA_SYNC_FORCPU); in hci1394_ixl_check_status()
283 sizeof (hci1394_desc_t), DDI_DMA_SYNC_FORDEV); in hci1394_ixl_check_status()
304 hcicnt * sizeof (hci1394_desc_t), DDI_DMA_SYNC_FORCPU); in hci1394_ixl_check_status()
336 sizeof (hci1394_desc_t), DDI_DMA_SYNC_FORDEV); in hci1394_ixl_check_status()
H A Dhci1394_ixl_comp.c831 hci1394_desc_t *hcidescp; in hci1394_finalize_all_xfer_desc()
902 hcidescp = (hci1394_desc_t *) in hci1394_finalize_all_xfer_desc()
929 hcidescp = (hci1394_desc_t *) in hci1394_finalize_all_xfer_desc()
955 hcidescp = (hci1394_desc_t *) in hci1394_finalize_all_xfer_desc()
968 hcidescp = (hci1394_desc_t *) in hci1394_finalize_all_xfer_desc()
978 hcidescp = (hci1394_desc_t *) in hci1394_finalize_all_xfer_desc()
1050 hcidescp = ((hci1394_desc_t *) in hci1394_finalize_all_xfer_desc()
1720 sizeof (hci1394_desc_t); in hci1394_bld_xmit_buf_desc()
1870 sizeof (hci1394_desc_t), &dma_bound); in hci1394_bld_dma_mem_desc_blk()
1879 wvp->descriptors * (sizeof (hci1394_desc_t) >> 2), in hci1394_bld_dma_mem_desc_blk()
[all …]
H A Dhci1394_q.c1015 q_handle->q_previous = (hci1394_desc_t *)desc; in hci1394_q_at_write_OLI()
1047 hci1394_desc_t *desc; in hci1394_q_at_write_OL()
1061 desc = (hci1394_desc_t *)qbuf->qb_ptrs.qp_current; in hci1394_q_at_write_OL()
1111 qbuf->qb_ptrs.qp_current += sizeof (hci1394_desc_t); in hci1394_q_at_write_OL()
1257 hci1394_desc_t *desc; in hci1394_q_ar_next()
1277 desc = (hci1394_desc_t *)q_handle->q_head; in hci1394_q_ar_next()
1341 q_handle->q_head += sizeof (hci1394_desc_t); in hci1394_q_ar_free()
1342 if ((q_handle->q_head + sizeof (hci1394_desc_t)) > in hci1394_q_ar_free()
1566 hci1394_desc_t *desc; in hci1394_q_ar_write_IM()
1585 desc = (hci1394_desc_t *)qbuf->qb_ptrs.qp_current; in hci1394_q_ar_write_IM()
[all …]
H A Dhci1394_ixl_isr.c479 hci1394_desc_t *hcidescp; in hci1394_ixl_intr_check_done()
569 hcidescp = (hci1394_desc_t *)dma->dma_descp; in hci1394_ixl_intr_check_done()
573 (void) ddi_dma_sync(dma_hdl, hcidesc_off, sizeof (hci1394_desc_t), in hci1394_ixl_intr_check_done()
722 hcidescp = (hci1394_desc_t *)dma->dma_descp; in hci1394_ixl_intr_check_done()
727 sizeof (hci1394_desc_t), DDI_DMA_SYNC_FORCPU); in hci1394_ixl_intr_check_done()
H A Dhci1394_ixl_update.c475 hci1394_desc_t *hcidescp; in hci1394_ixl_update_prep_jump()
538 hcidescp = (hci1394_desc_t *)xferctlp->dma[xferctlp->cnt - 1].dma_descp; in hci1394_ixl_update_prep_jump()
543 err = ddi_dma_sync(dma_hdl, (off_t)hcidescp, sizeof (hci1394_desc_t), in hci1394_ixl_update_prep_jump()
876 hci1394_desc_t *hcidescp; in hci1394_ixl_update_prep_recv_pkt()
958 hcidescp = (hci1394_desc_t *)xferctlp->dma[0].dma_descp - in hci1394_ixl_update_prep_recv_pkt()
964 err = ddi_dma_sync(dma_hdl, (off_t)hcidescp, sizeof (hci1394_desc_t), in hci1394_ixl_update_prep_recv_pkt()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_descriptors.h79 } hci1394_desc_t; typedef
117 typedef hci1394_desc_t hci1394_output_more_t;
119 typedef hci1394_desc_t hci1394_output_last_t;
120 typedef hci1394_desc_t hci1394_input_more_t;
121 typedef hci1394_desc_t hci1394_input_last_t;
H A Dhci1394_ixl.h175 hci1394_desc_t descriptor_block[HCI1394_DESC_MAX_Z];
H A Dhci1394_q.h283 hci1394_desc_t *q_previous;