Searched refs:bi_kaddr (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_ixl_misc.c | 289 hcidesc_off = (off_t)hcidescp - (off_t)dma->dma_buf->bi_kaddr; in hci1394_ixl_check_status() 347 hcidesc_off = (off_t)hcidescp - (off_t)dma->dma_buf->bi_kaddr; in hci1394_ixl_check_status() 407 (off_t)dma->dma_buf->bi_kaddr; in hci1394_ixl_check_status() 468 free(dma_firstp->mem.bi_kaddr); in hci1394_delete_dma_desc_mem()
|
H A D | hci1394_buf.c | 128 NULL, &info->bi_kaddr, &info->bi_real_length, &buf->bu_handle); in hci1394_buf_alloc() 140 info->bi_kaddr, info->bi_real_length, DDI_DMA_RDWR | in hci1394_buf_alloc()
|
H A D | hci1394_ixl_isr.c | 657 hcidesc_off = (off_t)hcidescp - (off_t)dma->dma_buf->bi_kaddr; in hci1394_ixl_intr_check_done() 840 hcidesc_off = (off_t)hcidescp - (off_t)dma->dma_buf->bi_kaddr; in hci1394_ixl_intr_check_done()
|
H A D | hci1394_q.c | 203 desc->qb_ptrs.qp_top = desc->qb_buf.bi_kaddr; in hci1394_q_init() 204 desc->qb_ptrs.qp_bottom = desc->qb_buf.bi_kaddr + in hci1394_q_init() 206 data->qb_ptrs.qp_top = data->qb_buf.bi_kaddr; in hci1394_q_init() 207 data->qb_ptrs.qp_bottom = data->qb_buf.bi_kaddr + in hci1394_q_init()
|
H A D | hci1394_ohci.c | 2204 (uint8_t *)ohci_hdl->ohci_cfgrom.bi_kaddr, quadlet_count << 2, in hci1394_ohci_cfgrom_update() 2741 &((uint8_t *)ohci_hdl->ohci_cfgrom.bi_kaddr)[8], 4, in hci1394_ohci_resume() 2746 &((uint8_t *)ohci_hdl->ohci_cfgrom.bi_kaddr)[0], 4, in hci1394_ohci_resume() 2842 &((uint32_t *)ohci_hdl->ohci_selfid.bi_kaddr)[offset]); in hci1394_ohci_selfid_read() 2903 &((uint32_t *)ohci_hdl->ohci_selfid.bi_kaddr)[0]); in hci1394_ohci_selfid_buf_current()
|
H A D | hci1394_ixl_comp.c | 285 (off_t)dma_nextp->mem.bi_kaddr, dma_nextp->mem.bi_length, in hci1394_compile_ixl_endup() 2756 if ((dma_new->mem.bi_kaddr = (caddr_t)calloc(1, in hci1394_alloc_dma_mem() 2763 (unsigned long)dma_new->mem.bi_kaddr; in hci1394_alloc_dma_mem() 2779 dma_mem_ret = wvp->dma_currentp->mem.bi_kaddr + in hci1394_alloc_dma_mem()
|
/titanic_50/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_buf.h | 70 caddr_t bi_kaddr; /* ddi_dma_mem_alloc */ member
|