Searched refs:DMA_VPTR (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_recv2.c208 bcopy(DMA_VPTR(srbdp->pbuf), dp, 2 * ETHERADDRL);
212 bcopy(((uchar_t *)(DMA_VPTR(srbdp->pbuf))) + 2 * ETHERADDRL,
218 bcopy(DMA_VPTR(srbdp->pbuf), dp, len);
313 hw_rbd_p = DMA_VPTR(rrp->desc);
384 hw_rbd_p = DMA_VPTR(rrp->desc);
H A Dbge_send.c348 pbuf = DMA_VPTR(txbuf->buf);
388 bsp = DMA_VPTR(bgep->status_block);
439 hw_sbd_p = DMA_VPTR(ssbdp->desc);
529 pbuf = DMA_VPTR(txbuf->buf);
H A Dbge_kstats.c208 bstp = DMA_VPTR(bgep->statistics);
642 ksp->ks_data = DMA_VPTR(bgep->statistics);
698 bstp = DMA_VPTR(bgep->statistics);
H A Dbge_impl.h1023 #define DMA_VPTR(area) ((area).mem_va) macro
1028 #define DMA_ZERO(area) bzero(DMA_VPTR(area), (area).alength)
H A Dbge_main2.c308 hw_rbd_p = DMA_VPTR(brp->desc);
2257 bsp = DMA_VPTR(bgep->status_block);
2336 bsp = DMA_VPTR(bgep->status_block);
2402 bsp = DMA_VPTR(bgep->status_block);
H A Dbge_chip2.c4969 bsp = DMA_VPTR(bgep->status_block);
5116 bsp = DMA_VPTR(bgep->status_block);
5317 bsp = DMA_VPTR(bgep->status_block);
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_rx.c101 bufp->mp = desballoc(DMA_VPTR(*bufp),
164 hw_bd_p = DMA_VPTR(srbdp->desc);
204 rptr = DMA_VPTR(*srbdp->bufp);
359 hw_bd_p = DMA_VPTR(srbdp->desc);
H A Dnge_tx.c211 hw_sbd_p = DMA_VPTR(ssbdp->desc);
387 txb = DMA_VPTR(ssbdp->pbuf);
402 hw_sbd_p = DMA_VPTR(ssbdp->desc);
545 hw_sbd_p = DMA_VPTR(srp->sw_sbds[j].desc);
552 hw_sbd_p = DMA_VPTR(srp->sw_sbds[j].desc);
H A Dnge.h849 #define DMA_VPTR(area) ((area).mem_va) macro
854 #define DMA_ZERO(area) bzero(DMA_VPTR(area), (area).alength)
H A Dnge_main.c744 bufp->mp = desballoc(DMA_VPTR(*bufp),
792 hw_bd_p = DMA_VPTR(bsbdp->desc);
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c105 rx_buf->mp = desballoc(DMA_VPTR(rx_buf->pbuf),
244 rx_ptr = DMA_VPTR(srbdp->rx_buf->pbuf);
517 txb = DMA_VPTR(ssbdp->pbuf);
581 ethhdr = (struct ether_header *)(DMA_VPTR(ssbdp->pbuf));
587 ((uint8_t *)DMA_VPTR(ssbdp->pbuf) +
H A Drge.h550 #define DMA_VPTR(area) ((area).mem_va) macro
555 #define DMA_ZERO(area) bzero(DMA_VPTR(area), (area).alength)
H A Drge_main.c253 rgep->hw_stats = DMA_VPTR(rgep->dma_area_stats);
562 rx_buf->mp = desballoc(DMA_VPTR(rx_buf->pbuf),
626 rx_buf->mp = desballoc(DMA_VPTR(rx_buf->pbuf),
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h218 #define DMA_VPTR(area) ((area).vaddr) macro
223 #define DMA_ZERO(area) bzero(DMA_VPTR(area), (area).mem_len)

Completed in 95 milliseconds