Searched refs:p_hxge_dma_common_t (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c119 p_hxge_dma_common_t);
120 static void hxge_dma_mem_free(p_hxge_dma_common_t);
122 p_hxge_dma_common_t *, size_t, size_t, uint32_t *);
123 static void hxge_free_rx_buf_dma(p_hxge_t, p_hxge_dma_common_t, uint32_t);
125 p_hxge_dma_common_t *, struct ddi_dma_attr *, size_t);
126 static void hxge_free_rx_cntl_dma(p_hxge_t, p_hxge_dma_common_t);
128 p_hxge_dma_common_t *, size_t, size_t, uint32_t *);
129 static void hxge_free_tx_buf_dma(p_hxge_t, p_hxge_dma_common_t, uint32_t);
131 p_hxge_dma_common_t *, size_t);
132 static void hxge_free_tx_cntl_dma(p_hxge_t, p_hxge_dma_common_t);
[all...]
H A Dhxge_rxdma.c66 p_hxge_dma_common_t *dma_buf_p, p_rx_rbr_ring_t *rbr_p,
67 uint32_t num_chunks, p_hxge_dma_common_t *dma_rbr_cntl_p,
68 p_hxge_dma_common_t *dma_rcr_cntl_p, p_hxge_dma_common_t *dma_mbox_cntl_p,
73 uint16_t dma_channel, p_hxge_dma_common_t *dma_rbr_cntl_p,
74 p_hxge_dma_common_t *dma_rcr_cntl_p, p_hxge_dma_common_t *dma_mbox_cntl_p,
79 uint16_t channel, p_hxge_dma_common_t *dma_buf_p,
96 static p_rx_msg_t hxge_allocb(size_t, uint32_t, p_hxge_dma_common_t);
845 hxge_allocb(size_t size, uint32_t pri, p_hxge_dma_common_t dmabuf_
[all...]
H A Dhxge_txdma.c60 p_hxge_dma_common_t *dma_buf_p, p_tx_ring_t *tx_desc_p,
61 uint32_t num_chunks, p_hxge_dma_common_t *dma_cntl_p,
66 p_hxge_dma_common_t *, p_tx_ring_t *, uint32_t);
70 p_hxge_dma_common_t *, p_tx_ring_t, p_tx_mbox_t *);
134 hxge_setup_dma_common(p_hxge_dma_common_t dest_p, p_hxge_dma_common_t src_p,
605 p_hxge_dma_common_t tx_desc_dma_p;
1529 p_hxge_dma_common_t *dma_buf_p;
1530 p_hxge_dma_common_t *dma_cntl_p;
1571 channel = ((p_hxge_dma_common_t)dma_buf_
[all...]
H A Dhxge_txdma.h206 void hxge_setup_dma_common(p_hxge_dma_common_t, p_hxge_dma_common_t,
H A Dhxge_impl.h213 typedef struct _hxge_dma_common_t hxge_dma_common_t, *p_hxge_dma_common_t; typedef in typeref:struct:
216 p_hxge_dma_common_t *dma_buf_pool_p;
H A Dhxge_rxdma.h384 p_hxge_dma_common_t *dma_bufp;

Completed in 76 milliseconds