dma_buffer_t
e1000g_dma_mem_alloc_82546(dma_buffer_t *buf, size_t size, size_t *len)
e1000g_free_dma_buffer(dma_buffer_t *buf)
dma_buffer_t *tx_buf;
dma_buffer_t *rx_buf;
dma_buffer_t *rx_buf;
dma_buffer_t *tx_buf;
dma_buffer_t *, size_t, ddi_dma_attr_t *p_dma_attr);
dma_buffer_t *, size_t, ddi_dma_attr_t *p_dma_attr);
static int e1000g_dma_mem_alloc_82546(dma_buffer_t *buf,
static void e1000g_free_dma_buffer(dma_buffer_t *);
static int e1000g_alloc_dvma_buffer(struct e1000g *, dma_buffer_t *, size_t);
static void e1000g_free_dvma_buffer(dma_buffer_t *);
dma_buffer_t *buf, size_t size)
e1000g_free_dvma_buffer(dma_buffer_t *buf)
dma_buffer_t *buf, size_t size, ddi_dma_attr_t *p_dma_attr)
dma_buffer_t *buf, size_t size, ddi_dma_attr_t *p_dma_attr)
dma_buffer_t *rx_buf;
dma_buffer_t tx_buf[1];
dma_buffer_t rx_buf[1];
dma_buffer_t *tx_buf;
static int igb_alloc_dma_buffer(igb_t *, dma_buffer_t *, size_t);
dma_buffer_t *buf, size_t size)
igb_free_dma_buffer(dma_buffer_t *buf)
dma_buffer_t *tx_buf;
dma_buffer_t *rx_buf;
dma_buffer_t tx_buf;
dma_buffer_t rx_buf;
dma_buffer_t tbd_area;
dma_buffer_t rbd_area; /* DMA buffer of rx desc ring */
void igb_free_dma_buffer(dma_buffer_t *);
dma_buffer_t *tx_buf;
static int ixgbe_alloc_dma_buffer(ixgbe_t *, dma_buffer_t *, size_t);
ixgbe_alloc_dma_buffer(ixgbe_t *ixgbe, dma_buffer_t *buf, size_t size)
ixgbe_free_dma_buffer(dma_buffer_t *buf)
dma_buffer_t *tx_buf;
dma_buffer_t *rx_buf;
dma_buffer_t tx_buf;
dma_buffer_t rx_buf;
dma_buffer_t tbd_area;
dma_buffer_t rbd_area; /* DMA buffer of rx desc ring */
void ixgbe_free_dma_buffer(dma_buffer_t *);
dma_buffer_t *tx_buf;
dma_buffer_t *tx_buf = &tcb->tx_buf;