Searched refs:dma_buffer_t (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_alloc.c | 52 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); 61 static int e1000g_dma_mem_alloc_82546(dma_buffer_t *buf, 65 static void e1000g_free_dma_buffer(dma_buffer_t *); 67 static int e1000g_alloc_dvma_buffer(struct e1000g *, dma_buffer_t *, size_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() 852 dma_buffer_t *buf, size_t size, ddi_dma_attr_t *p_dma_attr) in e1000g_alloc_dma_buffer() 950 dma_buffer_t *buf, size_t size, ddi_dma_attr_t *p_dma_attr) in e1000g_alloc_dma_buffer_82546() [all …]
|
H A D | e1000g_sw.h | 553 } dma_buffer_t, *p_dma_buffer_t; typedef 571 dma_buffer_t tx_buf[1]; 592 dma_buffer_t rx_buf[1];
|
H A D | e1000g_rx.c | 451 dma_buffer_t *rx_buf; in e1000g_receive()
|
H A D | e1000g_tx.c | 1263 dma_buffer_t *tx_buf; in e1000g_tx_copy()
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_sw.h | 439 } 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 D | ixgbe_buf.c | 35 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 D | ixgbe_tx.c | 438 dma_buffer_t *tx_buf; in ixgbe_tx_copy() 558 dma_buffer_t *tx_buf = &tcb->tx_buf; in ixgbe_tcb_done()
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_sw.h | 383 } 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 D | igb_buf.c | 36 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 D | igb_tx.c | 485 dma_buffer_t *tx_buf; in igb_tx_copy()
|