Home
last modified time | relevance | path

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); in bge_receive_packet()
212 bcopy(((uchar_t *)(DMA_VPTR(srbdp->pbuf))) + 2 * ETHERADDRL, in bge_receive_packet()
218 bcopy(DMA_VPTR(srbdp->pbuf), dp, len); in bge_receive_packet()
313 hw_rbd_p = DMA_VPTR(rrp->desc); in bge_receive_ring()
384 hw_rbd_p = DMA_VPTR(rrp->desc); in bge_poll_ring()
H A Dbge_send.c348 pbuf = DMA_VPTR(txbuf->buf); in bge_send_copy()
388 bsp = DMA_VPTR(bgep->status_block); in bge_send_serial()
439 hw_sbd_p = DMA_VPTR(ssbdp->desc); in bge_send_serial()
530 pbuf = DMA_VPTR(txbuf->buf); in bge_ring_tx()
H A Dbge_kstats.c208 bstp = DMA_VPTR(bgep->statistics); in bge_statistics_update()
642 ksp->ks_data = DMA_VPTR(bgep->statistics); in bge_init_kstats()
698 bstp = DMA_VPTR(bgep->statistics); in bge_m_stat()
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.c278 hw_rbd_p = DMA_VPTR(brp->desc); in bge_reinit_buff_ring()
2243 bsp = DMA_VPTR(bgep->status_block);
2322 bsp = DMA_VPTR(bgep->status_block);
2388 bsp = DMA_VPTR(bgep->status_block);
H A Dbge_chip2.c5071 bsp = DMA_VPTR(bgep->status_block); in bge_status_sync()
5219 bsp = DMA_VPTR(bgep->status_block); in bge_intr()
5420 bsp = DMA_VPTR(bgep->status_block); in bge_factotum_stall_check()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_rx.c101 bufp->mp = desballoc(DMA_VPTR(*bufp), in nge_recv_recycle()
164 hw_bd_p = DMA_VPTR(srbdp->desc); in nge_recv_packet()
204 rptr = DMA_VPTR(*srbdp->bufp); in nge_recv_packet()
359 hw_bd_p = DMA_VPTR(srbdp->desc); in nge_recv_ring()
H A Dnge_tx.c211 hw_sbd_p = DMA_VPTR(ssbdp->desc); in nge_tx_recycle()
387 txb = DMA_VPTR(ssbdp->pbuf); in nge_send_copy()
402 hw_sbd_p = DMA_VPTR(ssbdp->desc); in nge_send_copy()
545 hw_sbd_p = DMA_VPTR(srp->sw_sbds[j].desc); in nge_send_mapped()
552 hw_sbd_p = DMA_VPTR(srp->sw_sbds[j].desc); in nge_send_mapped()
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), in nge_init_buff_ring()
792 hw_bd_p = DMA_VPTR(bsbdp->desc); in nge_reinit_buff_ring()
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c105 rx_buf->mp = desballoc(DMA_VPTR(rx_buf->pbuf), in rge_rx_recycle()
244 rx_ptr = DMA_VPTR(srbdp->rx_buf->pbuf); in rge_receive_packet()
517 txb = DMA_VPTR(ssbdp->pbuf); in rge_send_copy()
581 ethhdr = (struct ether_header *)(DMA_VPTR(ssbdp->pbuf)); in rge_send_copy()
587 ((uint8_t *)DMA_VPTR(ssbdp->pbuf) + in rge_send_copy()
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); in rge_alloc_bufs()
562 rx_buf->mp = desballoc(DMA_VPTR(rx_buf->pbuf), in rge_init_recv_ring()
626 rx_buf->mp = desballoc(DMA_VPTR(rx_buf->pbuf), in rge_init_buf_ring()
/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)