Searched refs:p_hxge_dma_common_t (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hxge_main.c | 119 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 D | hxge_rxdma.c | 66 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_p) in hxge_allocb() 848 p_hxge_dma_common_t dmamsg_p; in hxge_allocb() 862 dmamsg_p = (p_hxge_dma_common_t)&hxge_mp->buf_dma; in hxge_allocb() [all …]
|
H A D | hxge_txdma.c | 60 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, in hxge_setup_dma_common() 605 p_hxge_dma_common_t tx_desc_dma_p; in hxge_txdma_reclaim() 1529 p_hxge_dma_common_t *dma_buf_p; in hxge_map_txdma() 1530 p_hxge_dma_common_t *dma_cntl_p; in hxge_map_txdma() 1571 channel = ((p_hxge_dma_common_t)dma_buf_p[i])->dma_channel; in hxge_map_txdma() 1573 (p_hxge_dma_common_t *)&dma_buf_p[i], in hxge_map_txdma() [all …]
|
H A D | hxge_txdma.h | 206 void hxge_setup_dma_common(p_hxge_dma_common_t, p_hxge_dma_common_t,
|
H A D | hxge_impl.h | 213 typedef struct _hxge_dma_common_t hxge_dma_common_t, *p_hxge_dma_common_t; typedef 216 p_hxge_dma_common_t *dma_buf_pool_p;
|
H A D | hxge_rxdma.h | 384 p_hxge_dma_common_t *dma_bufp;
|