Searched refs:DMA_VPTR (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/uts/common/io/bge/ |
H A D | bge_recv2.c | 208 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 D | bge_send.c | 348 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() 529 pbuf = DMA_VPTR(txbuf->buf); in bge_ring_tx()
|
H A D | bge_kstats.c | 208 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 D | bge_impl.h | 1023 #define DMA_VPTR(area) ((area).mem_va) macro 1028 #define DMA_ZERO(area) bzero(DMA_VPTR(area), (area).alength)
|
H A D | bge_main2.c | 308 hw_rbd_p = DMA_VPTR(brp->desc); in bge_reinit_buff_ring() 2257 bsp = DMA_VPTR(bgep->status_block); 2336 bsp = DMA_VPTR(bgep->status_block); 2402 bsp = DMA_VPTR(bgep->status_block);
|
H A D | bge_chip2.c | 4969 bsp = DMA_VPTR(bgep->status_block); in bge_status_sync() 5116 bsp = DMA_VPTR(bgep->status_block); in bge_intr() 5317 bsp = DMA_VPTR(bgep->status_block); in bge_factotum_stall_check()
|
/titanic_50/usr/src/uts/common/io/nge/ |
H A D | nge_rx.c | 101 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 D | nge_tx.c | 211 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 D | nge.h | 849 #define DMA_VPTR(area) ((area).mem_va) macro 854 #define DMA_ZERO(area) bzero(DMA_VPTR(area), (area).alength)
|
H A D | nge_main.c | 744 bufp->mp = desballoc(DMA_VPTR(*bufp), in nge_init_buff_ring() 792 hw_bd_p = DMA_VPTR(bsbdp->desc); in nge_reinit_buff_ring()
|
/titanic_50/usr/src/uts/common/io/rge/ |
H A D | rge_rxtx.c | 105 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 D | rge.h | 550 #define DMA_VPTR(area) ((area).mem_va) macro 555 #define DMA_ZERO(area) bzero(DMA_VPTR(area), (area).alength)
|
H A D | rge_main.c | 253 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()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge.h | 218 #define DMA_VPTR(area) ((area).vaddr) macro 223 #define DMA_ZERO(area) bzero(DMA_VPTR(area), (area).mem_len)
|