Searched refs:tb_dma (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/vioif/ |
H A D | vioif.c | 384 if (tb->tb_dma != NULL) { in vioif_free_bufs() 385 virtio_dma_free(tb->tb_dma); in vioif_free_bufs() 386 tb->tb_dma = NULL; in vioif_free_bufs() 546 if ((tb->tb_dma = virtio_dma_alloc(vif->vif_virtio, in vioif_alloc_bufs() 551 VERIFY3U(virtio_dma_ncookies(tb->tb_dma), ==, 1); in vioif_alloc_bufs() 1122 VERIFY3U(msg_size, <=, virtio_dma_size(tb->tb_dma) - VIOIF_HEADER_SKIP); in vioif_tx_inline() 1127 mcopymsg(mp, virtio_dma_va(tb->tb_dma, VIOIF_HEADER_SKIP)); in vioif_tx_inline() 1130 virtio_dma_cookie_pa(tb->tb_dma, 0) + VIOIF_HEADER_SKIP, in vioif_tx_inline() 1264 vnh = virtio_dma_va(tb->tb_dma, 0); in vioif_send() 1273 virtio_dma_cookie_pa(tb->tb_dma, 0), sizeof (struct virtio_net_hdr), in vioif_send() [all …]
|
H A D | vioif.h | 362 virtio_dma_t *tb_dma; member
|