Home
last modified time | relevance | path

Searched refs:dma_buffer_t (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_alloc.c52 dma_buffer_t *, size_t, ddi_dma_attr_t *p_dma_attr);
60 dma_buffer_t *, size_t, ddi_dma_attr_t *p_dma_attr);
65 static void e1000g_free_dma_buffer(dma_buffer_t *);
68 static void e1000g_free_dvma_buffer(dma_buffer_t *);
779 dma_buffer_t *buf, size_t size) in e1000g_alloc_dvma_buffer()
825 e1000g_free_dvma_buffer(dma_buffer_t *buf) in e1000g_free_dvma_buffer()
1098 e1000g_free_dma_buffer(dma_buffer_t *buf) in e1000g_free_dma_buffer()
1129 dma_buffer_t *tx_buf; in e1000g_alloc_tx_packets()
1328 dma_buffer_t *rx_buf; in e1000g_alloc_rx_sw_packet()
1401 dma_buffer_t *rx_buf; in e1000g_free_rx_sw_packet()
[all …]
H A De1000g_sw.h553 } dma_buffer_t, *p_dma_buffer_t; typedef
571 dma_buffer_t tx_buf[1];
592 dma_buffer_t rx_buf[1];
H A De1000g_rx.c451 dma_buffer_t *rx_buf; in e1000g_receive()
H A De1000g_tx.c1263 dma_buffer_t *tx_buf; in e1000g_tx_copy()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h383 } dma_buffer_t; typedef
396 dma_buffer_t tx_buf;
406 dma_buffer_t rx_buf;
429 dma_buffer_t tbd_area;
497 dma_buffer_t rbd_area; /* DMA buffer of rx desc ring */
844 void igb_free_dma_buffer(dma_buffer_t *);
H A Digb_buf.c36 static int igb_alloc_dma_buffer(igb_t *, dma_buffer_t *, size_t);
563 dma_buffer_t *buf, size_t size) in igb_alloc_dma_buffer()
633 igb_free_dma_buffer(dma_buffer_t *buf) in igb_free_dma_buffer()
667 dma_buffer_t *tx_buf; in igb_alloc_tcb_lists()
835 dma_buffer_t *rx_buf; in igb_alloc_rcb_lists()
H A Digb_tx.c485 dma_buffer_t *tx_buf; in igb_tx_copy()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h439 } dma_buffer_t; typedef
452 dma_buffer_t tx_buf;
462 dma_buffer_t rx_buf;
489 dma_buffer_t tbd_area;
552 dma_buffer_t rbd_area; /* DMA buffer of rx desc ring */
867 void ixgbe_free_dma_buffer(dma_buffer_t *);
H A Dixgbe_buf.c35 static int ixgbe_alloc_dma_buffer(ixgbe_t *, dma_buffer_t *, size_t);
557 ixgbe_alloc_dma_buffer(ixgbe_t *ixgbe, dma_buffer_t *buf, size_t size) in ixgbe_alloc_dma_buffer()
627 ixgbe_free_dma_buffer(dma_buffer_t *buf) in ixgbe_free_dma_buffer()
661 dma_buffer_t *tx_buf; in ixgbe_alloc_tcb_lists()
829 dma_buffer_t *rx_buf; in ixgbe_alloc_rcb_lists()
H A Dixgbe_tx.c438 dma_buffer_t *tx_buf; in ixgbe_tx_copy()
558 dma_buffer_t *tx_buf = &tcb->tx_buf; in ixgbe_tcb_done()