/titanic_41/usr/src/uts/common/io/bge/ |
H A D | bge_main2.c | 2133 dma_p->mem_va = va; 2192 chunk->mem_va = (caddr_t)chunk->mem_va + totsize; 2783 area.mem_va, 2795 bgep->buff[BGE_STD_BUFF_RING].buf[split].mem_va, 2811 bgep->buff[BGE_JUMBO_BUFF_RING].buf[split].mem_va, 2828 bgep->buff[BGE_MINI_BUFF_RING].buf[split].mem_va, 2839 area.mem_va, 2852 area.mem_va, 2865 bgep->send[ring].buf[0][split].mem_va, 2881 area.mem_va, [all …]
|
H A D | bge_log.c | 222 minidump(bgep, "packet data", srbdp->pbuf.mem_va, hrbdp->len); in bge_pkt_dump()
|
/titanic_41/usr/src/uts/common/io/arn/ |
H A D | arn_recv.c | 44 ds->ds_vdata = bf->bf_dma.mem_va; in arn_rx_buf_link() 528 bcopy(bf->bf_dma.mem_va, rx_mp->b_rptr, len); in arn_rx_handler() 559 arn_dump_pkg((unsigned char *)bf->bf_dma.mem_va, in arn_rx_handler()
|
H A D | arn_beacon.c | 165 bcopy(mp->b_rptr, bf->bf_dma.mem_va, MBLKL(mp)); in arn_beacon_start_adhoc() 229 bcopy(mp->b_rptr, bf->bf_dma.mem_va, MBLKL(mp)); in arn_beacon_alloc()
|
/titanic_41/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_main.c | 300 addr = (void *)dma_p->mem_va; in dmfe_ring_get32() 309 addr = (void *)dma_p->mem_va; in dmfe_ring_put32() 699 rxb = &dmfep->rx_buff.mem_va[index*DMFE_BUF_SIZE]; in dmfe_getp() 1091 txb = &dmfep->tx_buff.mem_va[index*DMFE_BUF_SIZE]; in dmfe_send_msg() 1111 txb = &dmfep->tx_buff.mem_va[index*DMFE_BUF_SIZE]; in dmfe_send_msg() 2272 &dma_p->mem_va, &dma_p->alength, &dma_p->acc_hdl); in dmfe_alloc_dma_mem() 2282 dma_p->mem_va, dma_p->alength, dma_flags, in dmfe_alloc_dma_mem() 2296 dma_p->setup_va = dma_p->mem_va + memsize; in dmfe_alloc_dma_mem() 2387 dma_p->mem_va = NULL; in dmfe_free_dma_mem()
|
H A D | dmfe_impl.h | 88 caddr_t mem_va; /* CPU VA of memory */ member
|
/titanic_41/usr/src/uts/common/io/rge/ |
H A D | rge_chip.c | 1999 uint64_t mem_va; in rge_pp_ioctl() local 2039 mem_va = 0; in rge_pp_ioctl() 2049 mem_va = 0; in rge_pp_ioctl() 2064 mem_va = 0; in rge_pp_ioctl() 2074 mem_va = (uintptr_t)rgep; in rge_pp_ioctl() 2100 mem_va = (uintptr_t)areap->mem_va; in rge_pp_ioctl() 2131 ppd->pp_acc_offset += mem_va; in rge_pp_ioctl()
|
H A D | rge_log.c | 226 minidump(rgep, "packet data", srbdp->rx_buf->pbuf.mem_va, in rge_pkt_dump()
|
H A D | rge_main.c | 167 dma_p->mem_va = vaddr; in rge_alloc_dma_mem() 228 chunk->mem_va = (caddr_t)chunk->mem_va + totsize; in rge_slice_chunk() 488 rgep->tx_ring = rgep->tx_desc.mem_va; in rge_init_send_ring() 536 rgep->rx_ring = rgep->rx_desc.mem_va; in rge_init_recv_ring()
|
H A D | rge.h | 282 void *mem_va; /* CPU VA of memory */ member 550 #define DMA_VPTR(area) ((area).mem_va)
|
/titanic_41/usr/src/uts/common/io/rwd/ |
H A D | rt2661_var.h | 32 caddr_t mem_va; /* CPU VA of memory */ member
|
H A D | rt2661.c | 549 alloc_flags, DDI_DMA_SLEEP, NULL, &dma_p->mem_va, in rt2661_alloc_dma_mem() 561 dma_p->mem_va, dma_p->alength, bind_flags, in rt2661_alloc_dma_mem() 634 ring->desc = (struct rt2661_tx_desc *)ring->txdesc_dma.mem_va; in rt2661_alloc_tx_ring() 664 data->buf = data->txdata_dma.mem_va; in rt2661_alloc_tx_ring() 761 ring->desc = (struct rt2661_rx_desc *)ring->rxdesc_dma.mem_va; in rt2661_alloc_rx_ring() 790 data->buf = data->rxdata_dma.mem_va; in rt2661_alloc_rx_ring() 1015 rxbuf = (uint8_t *)data->rxdata_dma.mem_va; in rt2661_rx_intr()
|
/titanic_41/usr/src/uts/common/io/iwk/ |
H A D | iwk2_var.h | 46 caddr_t mem_va; /* CPU VA of memory */ member
|
/titanic_41/usr/src/uts/common/io/rwn/ |
H A D | rt2860_var.h | 59 caddr_t mem_va; /* CPU VA of memory */ member
|
/titanic_41/usr/src/uts/common/io/wpi/ |
H A D | wpivar.h | 74 caddr_t mem_va; /* CPU VA of memory */ member
|
H A D | wpi.c | 819 dma_p->mem_va = vaddr; in wpi_alloc_dma_mem() 934 sc->sc_shared = (wpi_shared_t *)sc->sc_dma_sh.mem_va; in wpi_alloc_shared() 966 ring->desc = (uint32_t *)ring->dma_desc.mem_va; in wpi_alloc_rx_ring() 1061 desc_h = (wpi_tx_desc_t *)ring->dma_desc.mem_va; in wpi_alloc_tx_ring() 1074 cmd_h = (wpi_tx_cmd_t *)ring->dma_cmd.mem_va; in wpi_alloc_tx_ring() 1605 (void) memcpy(dma_p->mem_va, fw, size); in wpi_load_firmware() 1838 desc = (wpi_rx_desc_t *)data->dma_data.mem_va; 2260 (void) memcpy(data->dma_data.mem_va, m->b_rptr, len - hdrlen); 2906 cmd = (wpi_tx_cmd_t *)data->dma_data.mem_va;
|
/titanic_41/usr/src/uts/common/io/iwp/ |
H A D | iwp.c | 1056 dma_p->mem_va = vaddr; in iwp_alloc_dma_mem() 1167 (void) memcpy(dma_p->mem_va, t, LE_32(sc->sc_hdr->textsz)); in iwp_alloc_fw_dma() 1190 (void) memcpy(dma_p->mem_va, t, LE_32(sc->sc_hdr->datasz)); in iwp_alloc_fw_dma() 1210 (void) memcpy(dma_p->mem_va, t, LE_32(sc->sc_hdr->datasz)); in iwp_alloc_fw_dma() 1234 (void) memcpy(dma_p->mem_va, t, LE_32(sc->sc_hdr->init_textsz)); in iwp_alloc_fw_dma() 1258 (void) memcpy(dma_p->mem_va, t, LE_32(sc->sc_hdr->init_datasz)); in iwp_alloc_fw_dma() 1297 sc->sc_shared = (iwp_shared_t *)sc->sc_dma_sh.mem_va; in iwp_alloc_shared() 1391 ring->desc = (uint32_t *)ring->dma_desc.mem_va; in iwp_alloc_rx_ring() 1535 desc_h = (iwp_tx_desc_t *)ring->dma_desc.mem_va; in iwp_alloc_tx_ring() 1561 cmd_h = (iwp_cmd_t *)ring->dma_cmd.mem_va; in iwp_alloc_tx_ring() [all …]
|
H A D | iwp_var.h | 46 caddr_t mem_va; /* CPU VA of memory */ member
|
/titanic_41/usr/src/uts/common/io/iwh/ |
H A D | iwh_var.h | 46 caddr_t mem_va; /* CPU VA of memory */ member
|
H A D | iwh.c | 1148 dma_p->mem_va = vaddr; in iwh_alloc_dma_mem() 1224 bcopy(t, dma_p->mem_va, LE_32(sc->sc_hdr->textsz)); in iwh_alloc_fw_dma() 1247 bcopy(t, dma_p->mem_va, LE_32(sc->sc_hdr->datasz)); in iwh_alloc_fw_dma() 1267 bcopy(t, dma_p->mem_va, LE_32(sc->sc_hdr->datasz)); in iwh_alloc_fw_dma() 1291 bcopy(t, dma_p->mem_va, LE_32(sc->sc_hdr->init_textsz)); in iwh_alloc_fw_dma() 1315 bcopy(t, dma_p->mem_va, LE_32(sc->sc_hdr->init_datasz)); in iwh_alloc_fw_dma() 1355 sc->sc_shared = (iwh_shared_t *)sc->sc_dma_sh.mem_va; in iwh_alloc_shared() 1451 ring->desc = (uint32_t *)ring->dma_desc.mem_va; in iwh_alloc_rx_ring() 1596 desc_h = (iwh_tx_desc_t *)ring->dma_desc.mem_va; in iwh_alloc_tx_ring() 1622 cmd_h = (iwh_cmd_t *)ring->dma_cmd.mem_va; in iwh_alloc_tx_ring() [all …]
|
/titanic_41/usr/src/uts/common/io/nge/ |
H A D | nge_chip.c | 1850 uint64_t mem_va; in nge_pp_ioctl() local 1890 mem_va = 0; in nge_pp_ioctl() 1900 mem_va = 0; in nge_pp_ioctl() 1907 mem_va = 0; in nge_pp_ioctl() 1914 mem_va = 0; in nge_pp_ioctl() 1945 ppd->pp_acc_offset += mem_va; in nge_pp_ioctl()
|
H A D | nge.h | 418 void *mem_va; /* CPU VA of memory */ member 849 #define DMA_VPTR(area) ((area).mem_va)
|
/titanic_41/usr/src/uts/common/io/ath/ |
H A D | ath_impl.h | 209 caddr_t mem_va; /* CPU VA of memory */ member
|
H A D | ath_main.c | 342 alloc_flags, DDI_DMA_SLEEP, NULL, &dma_p->mem_va, in ath_alloc_dma_mem() 351 dma_p->mem_va, dma_p->alength, bind_flags, in ath_alloc_dma_mem() 473 asc->asc_desc = (struct ath_desc *)asc->asc_desc_dma.mem_va; in ath_desc_alloc() 603 bcopy(bf->bf_dma.mem_va, rx_mp->b_rptr, len); in ath_rx_handler() 735 dest = bf->bf_dma.mem_va; in ath_tx_start() 741 mbslen = (uintptr_t)dest - (uintptr_t)bf->bf_dma.mem_va; in ath_tx_start()
|
/titanic_41/usr/src/uts/common/io/rtls/ |
H A D | rtls.h | 117 void *mem_va; /* CPU VA of memory */ member
|