Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c276 hci1394_desc_t *hcidescp; in hci1394_ixl_check_status()
288 hcidescp = (hci1394_desc_t *)(dma->dma_descp); in hci1394_ixl_check_status()
298 sizeof (hci1394_desc_t), DDI_DMA_SYNC_FORCPU); in hci1394_ixl_check_status()
324 sizeof (hci1394_desc_t), DDI_DMA_SYNC_FORDEV); in hci1394_ixl_check_status()
354 hcicnt * sizeof (hci1394_desc_t), DDI_DMA_SYNC_FORCPU); in hci1394_ixl_check_status()
393 sizeof (hci1394_desc_t), DDI_DMA_SYNC_FORDEV); in hci1394_ixl_check_status()
H A Dhci1394_ixl_comp.c966 hci1394_desc_t *hcidescp; in hci1394_finalize_all_xfer_desc()
1048 hcidescp = (hci1394_desc_t *) in hci1394_finalize_all_xfer_desc()
1081 hcidescp = (hci1394_desc_t *) in hci1394_finalize_all_xfer_desc()
1107 hcidescp = (hci1394_desc_t *) in hci1394_finalize_all_xfer_desc()
1120 hcidescp = (hci1394_desc_t *) in hci1394_finalize_all_xfer_desc()
1130 hcidescp = (hci1394_desc_t *) in hci1394_finalize_all_xfer_desc()
1202 hcidescp = ((hci1394_desc_t *) in hci1394_finalize_all_xfer_desc()
1480 hci1394_desc_t *wv_descp; /* shorthand to local descrpt */ in hci1394_bld_recv_pkt_desc()
1568 dma_descp + (wvp->xfer_bufcnt - 1) * sizeof (hci1394_desc_t); in hci1394_bld_recv_pkt_desc()
1591 hci1394_desc_t *wv_descp; /* shorthand to local descriptor */ in hci1394_bld_recv_buf_ppb_desc()
[all …]
H A Dhci1394_q.c707 (sizeof (hci1394_desc_imm_t) + sizeof (hci1394_desc_t)), in hci1394_q_at_with_data()
804 (sizeof (hci1394_desc_imm_t) + sizeof (hci1394_desc_t)), in hci1394_q_at_with_mblk()
1104 q_handle->q_previous = (hci1394_desc_t *)desc; in hci1394_q_at_write_OLI()
1139 hci1394_desc_t *desc; in hci1394_q_at_write_OL()
1152 ASSERT(qbuf->qb_ptrs.qp_resv_size >= sizeof (hci1394_desc_t)); in hci1394_q_at_write_OL()
1155 desc = (hci1394_desc_t *)qbuf->qb_ptrs.qp_current; in hci1394_q_at_write_OL()
1205 qbuf->qb_ptrs.qp_current += sizeof (hci1394_desc_t); in hci1394_q_at_write_OL()
1364 hci1394_desc_t *desc; in hci1394_q_ar_next()
1385 desc = (hci1394_desc_t *)q_handle->q_head; in hci1394_q_ar_next()
1454 q_handle->q_head += sizeof (hci1394_desc_t); in hci1394_q_ar_free()
[all …]
H A Dhci1394_ixl_isr.c547 hci1394_desc_t *hcidescp; in hci1394_ixl_intr_check_done()
656 hcidescp = (hci1394_desc_t *)dma->dma_descp; in hci1394_ixl_intr_check_done()
660 err = ddi_dma_sync(dma_hdl, hcidesc_off, sizeof (hci1394_desc_t), in hci1394_ixl_intr_check_done()
839 hcidescp = (hci1394_desc_t *)dma->dma_descp; in hci1394_ixl_intr_check_done()
844 sizeof (hci1394_desc_t), DDI_DMA_SYNC_FORCPU); in hci1394_ixl_intr_check_done()
H A Dhci1394_ixl_update.c535 hci1394_desc_t *hcidescp; in hci1394_ixl_update_prep_jump()
609 hcidescp = (hci1394_desc_t *)xferctlp->dma[xferctlp->cnt - 1].dma_descp; in hci1394_ixl_update_prep_jump()
614 err = ddi_dma_sync(dma_hdl, (off_t)hcidescp, sizeof (hci1394_desc_t), in hci1394_ixl_update_prep_jump()
989 hci1394_desc_t *hcidescp; in hci1394_ixl_update_prep_recv_pkt()
1088 hcidescp = (hci1394_desc_t *)xferctlp->dma[0].dma_descp - in hci1394_ixl_update_prep_recv_pkt()
1094 err = ddi_dma_sync(dma_hdl, (off_t)hcidescp, sizeof (hci1394_desc_t), in hci1394_ixl_update_prep_recv_pkt()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_descriptors.h81 } hci1394_desc_t; typedef
119 typedef hci1394_desc_t hci1394_output_more_t;
121 typedef hci1394_desc_t hci1394_output_last_t;
122 typedef hci1394_desc_t hci1394_input_more_t;
123 typedef hci1394_desc_t hci1394_input_last_t;
H A Dhci1394_ixl.h177 hci1394_desc_t descriptor_block[HCI1394_DESC_MAX_Z];
H A Dhci1394_q.h285 hci1394_desc_t *q_previous;