Home
last modified time | relevance | path

Searched refs:dma_bound (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c88 uint32_t size, uint32_t *dma_bound);
1006 xferctl_nxtp->dma[0].dma_bound; in hci1394_finalize_all_xfer_desc()
1025 dma[ii + 1].dma_bound; in hci1394_finalize_all_xfer_desc()
1035 xferctl_curp->dma[ii].dma_bound; in hci1394_finalize_all_xfer_desc()
1347 xctlp->dma[0].dma_bound = dma_desc_bound; in hci1394_bld_recv_pkt_desc()
1860 uint32_t dma_bound; in hci1394_bld_dma_mem_desc_blk() local
2110 uint32_t dma_bound; in hci1394_flush_hci_cache() local
2133 uint32_t dma_bound; in hci1394_alloc_storevalue_dma_mem() local
2136 &dma_bound) == NULL) { in hci1394_alloc_storevalue_dma_mem()
2142 return (dma_bound); in hci1394_alloc_storevalue_dma_mem()
[all …]
H A Dhci1394_ixl_update.c516 ixlp->compiler_privatep)->dma[0].dma_bound; in hci1394_ixl_update_prep_jump()
675 uvp->hci_offset = xferctlp->dma[0].dma_bound & DESC_Z_MASK; in hci1394_ixl_update_prep_set_skipmode()
746 uvp->skipaddr = xferctlp->dma[0].dma_bound; in hci1394_ixl_update_prep_set_skipmode()
769 uvp->skipaddr = xferctlp->dma[0].dma_bound; in hci1394_ixl_update_prep_set_skipmode()
837 uvp->hdr_offset = xferctlp->dma[0].dma_bound & DESC_Z_MASK; in hci1394_ixl_update_prep_set_tagsync()
938 uvp->hci_offset = xferctlp->dma[0].dma_bound & DESC_Z_MASK; in hci1394_ixl_update_prep_recv_pkt()
1157 uvp->hdr_offset = xferctlp->dma[0].dma_bound & DESC_Z_MASK - 1; in hci1394_ixl_update_prep_send_pkt()
1289 uvp->hdr_offset = xferctlp->dma[0].dma_bound & DESC_Z_MASK - 1; in hci1394_ixl_update_prep_send_buf()
1426 xferctlp->dma[ii + 1].dma_bound; in hci1394_ixl_update_perform()
1431 uvp->skipaddr = xferctlp->dma[ii].dma_bound; in hci1394_ixl_update_perform()
H A Dhci1394_ixl_isr.c531 dmastartp = dma->dma_bound & ~DESC_Z_MASK; in hci1394_ixl_intr_check_done()
532 dmaendp = dmastartp + ((dma->dma_bound & DESC_Z_MASK) << 4); in hci1394_ixl_intr_check_done()
749 dmastartp = dma->dma_bound & ~DESC_Z_MASK; in hci1394_ixl_intr_check_done()
750 dmaendp = dmastartp + ((dma->dma_bound & DESC_Z_MASK) << 4); in hci1394_ixl_intr_check_done()
H A Dhci1394_ixl_misc.c93 ixl_exec_startp->compiler_privatep)->dma[0].dma_bound; in hci1394_ixl_set_start()
295 hcicnt = dma->dma_bound & DESC_Z_MASK; in hci1394_ixl_check_status()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h102 uint32_t dma_bound; member
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.c1095 u64 dma_premapped = 0, dma_bound = 0; in qede_tx_mapped() local
1195 dma_bound++; in qede_tx_mapped()