Symbol: dma_buffer_t
usr/src/uts/common/io/e1000g/e1000g_alloc.c
1041
e1000g_dma_mem_alloc_82546(dma_buffer_t *buf, size_t size, size_t *len)
usr/src/uts/common/io/e1000g/e1000g_alloc.c
1098
e1000g_free_dma_buffer(dma_buffer_t *buf)
usr/src/uts/common/io/e1000g/e1000g_alloc.c
1129
dma_buffer_t *tx_buf;
usr/src/uts/common/io/e1000g/e1000g_alloc.c
1328
dma_buffer_t *rx_buf;
usr/src/uts/common/io/e1000g/e1000g_alloc.c
1401
dma_buffer_t *rx_buf;
usr/src/uts/common/io/e1000g/e1000g_alloc.c
1471
dma_buffer_t *tx_buf;
usr/src/uts/common/io/e1000g/e1000g_alloc.c
52
dma_buffer_t *, size_t, ddi_dma_attr_t *p_dma_attr);
usr/src/uts/common/io/e1000g/e1000g_alloc.c
60
dma_buffer_t *, size_t, ddi_dma_attr_t *p_dma_attr);
usr/src/uts/common/io/e1000g/e1000g_alloc.c
61
static int e1000g_dma_mem_alloc_82546(dma_buffer_t *buf,
usr/src/uts/common/io/e1000g/e1000g_alloc.c
65
static void e1000g_free_dma_buffer(dma_buffer_t *);
usr/src/uts/common/io/e1000g/e1000g_alloc.c
67
static int e1000g_alloc_dvma_buffer(struct e1000g *, dma_buffer_t *, size_t);
usr/src/uts/common/io/e1000g/e1000g_alloc.c
68
static void e1000g_free_dvma_buffer(dma_buffer_t *);
usr/src/uts/common/io/e1000g/e1000g_alloc.c
779
dma_buffer_t *buf, size_t size)
usr/src/uts/common/io/e1000g/e1000g_alloc.c
825
e1000g_free_dvma_buffer(dma_buffer_t *buf)
usr/src/uts/common/io/e1000g/e1000g_alloc.c
852
dma_buffer_t *buf, size_t size, ddi_dma_attr_t *p_dma_attr)
usr/src/uts/common/io/e1000g/e1000g_alloc.c
950
dma_buffer_t *buf, size_t size, ddi_dma_attr_t *p_dma_attr)
usr/src/uts/common/io/e1000g/e1000g_rx.c
450
dma_buffer_t *rx_buf;
usr/src/uts/common/io/e1000g/e1000g_sw.h
571
dma_buffer_t tx_buf[1];
usr/src/uts/common/io/e1000g/e1000g_sw.h
592
dma_buffer_t rx_buf[1];
usr/src/uts/common/io/e1000g/e1000g_tx.c
1249
dma_buffer_t *tx_buf;
usr/src/uts/common/io/igb/igb_buf.c
36
static int igb_alloc_dma_buffer(igb_t *, dma_buffer_t *, size_t);
usr/src/uts/common/io/igb/igb_buf.c
563
dma_buffer_t *buf, size_t size)
usr/src/uts/common/io/igb/igb_buf.c
633
igb_free_dma_buffer(dma_buffer_t *buf)
usr/src/uts/common/io/igb/igb_buf.c
667
dma_buffer_t *tx_buf;
usr/src/uts/common/io/igb/igb_buf.c
835
dma_buffer_t *rx_buf;
usr/src/uts/common/io/igb/igb_sw.h
396
dma_buffer_t tx_buf;
usr/src/uts/common/io/igb/igb_sw.h
406
dma_buffer_t rx_buf;
usr/src/uts/common/io/igb/igb_sw.h
429
dma_buffer_t tbd_area;
usr/src/uts/common/io/igb/igb_sw.h
497
dma_buffer_t rbd_area; /* DMA buffer of rx desc ring */
usr/src/uts/common/io/igb/igb_sw.h
844
void igb_free_dma_buffer(dma_buffer_t *);
usr/src/uts/common/io/igb/igb_tx.c
478
dma_buffer_t *tx_buf;
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
35
static int ixgbe_alloc_dma_buffer(ixgbe_t *, dma_buffer_t *, size_t);
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
557
ixgbe_alloc_dma_buffer(ixgbe_t *ixgbe, dma_buffer_t *buf, size_t size)
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
627
ixgbe_free_dma_buffer(dma_buffer_t *buf)
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
661
dma_buffer_t *tx_buf;
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
829
dma_buffer_t *rx_buf;
usr/src/uts/common/io/ixgbe/ixgbe_sw.h
455
dma_buffer_t tx_buf;
usr/src/uts/common/io/ixgbe/ixgbe_sw.h
465
dma_buffer_t rx_buf;
usr/src/uts/common/io/ixgbe/ixgbe_sw.h
492
dma_buffer_t tbd_area;
usr/src/uts/common/io/ixgbe/ixgbe_sw.h
555
dma_buffer_t rbd_area; /* DMA buffer of rx desc ring */
usr/src/uts/common/io/ixgbe/ixgbe_sw.h
886
void ixgbe_free_dma_buffer(dma_buffer_t *);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
432
dma_buffer_t *tx_buf;
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
552
dma_buffer_t *tx_buf = &tcb->tx_buf;