Home
last modified time | relevance | path

Searched refs:atge_dma_t (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/atge/
H A Datge.h194 } atge_dma_t; typedef
203 atge_dma_t **r_buf_tbl;
204 atge_dma_t *r_desc_ring;
215 atge_dma_t **atge_l1e_rx_page;
216 atge_dma_t *atge_l1e_rx_cmb;
230 atge_dma_t *atge_l1_cmb;
231 atge_dma_t *atge_l1_rr;
232 atge_dma_t *atge_l1_smb;
244 atge_dma_t *atge_l1c_cmb;
245 atge_dma_t *atge_l1c_rr;
[all …]
H A Datge_l1e.c110 atge_dma_t *dma; in atge_rx_desc_free()
126 kmem_free(dma, sizeof (atge_dma_t)); in atge_rx_desc_free()
130 kmem_free(l1e->atge_l1e_rx_page, L1E_RX_PAGES * sizeof (atge_dma_t *)); in atge_rx_desc_free()
137 atge_dma_t *dma; in atge_l1e_alloc_dma()
188 kmem_zalloc(L1E_RX_PAGES * sizeof (atge_dma_t *), KM_SLEEP); in atge_l1e_alloc_dma()
289 atge_dma_t *dma; in atge_l1e_init_rx_pages()
422 atge_dma_t *dma_rx_page; in atge_l1e_receive()
423 atge_dma_t *dma_rx_cmb; in atge_l1e_receive()
591 atge_dma_t *dma_rx_page; in atge_l1e_rx_next_pkt()
592 atge_dma_t *dma_rx_cmb; in atge_l1e_rx_next_pkt()
H A Datge_main.c153 atge_dma_t *atge_alloc_a_dma_blk(atge_t *, ddi_dma_attr_t *, int, int);
154 void atge_free_a_dma_blk(atge_dma_t *);
1431 atge_dma_t *dma; in atge_alloc_buffers()
1432 atge_dma_t **tbl; in atge_alloc_buffers()
1436 tbl = kmem_zalloc(rcnt * sizeof (atge_dma_t *), KM_SLEEP); in atge_alloc_buffers()
1455 atge_dma_t **tbl; in atge_free_buffers()
1468 kmem_free(tbl, rcnt * sizeof (atge_dma_t *)); in atge_free_buffers()
1471 atge_dma_t *
1475 atge_dma_t *dma; in atge_alloc_a_dma_blk()
1477 dma = kmem_zalloc(sizeof (atge_dma_t), KM_SLEEP); in atge_alloc_a_dma_blk()
[all …]
H A Datge_l1.c129 atge_dma_t *dma; in atge_l1_alloc_dma()
302 atge_dma_t *dma; in atge_l1_init_rx_ring()
340 atge_dma_t *dma; in atge_l1_init_rr_ring()
354 atge_dma_t *dma; in atge_l1_init_smb()
366 atge_dma_t *dma; in atge_l1_init_cmb()
453 atge_dma_t *dma; in atge_l1_gather_stats()
634 atge_dma_t *buf; in atge_l1_rx()
H A Datge_l1c.c157 atge_dma_t *dma; in atge_l1c_alloc_dma()
338 atge_dma_t *dma; in atge_l1c_init_rx_ring()
376 atge_dma_t *dma; in atge_l1c_init_rr_ring()
390 atge_dma_t *dma; in atge_l1c_init_smb()
402 atge_dma_t *dma; in atge_l1c_init_cmb()
560 atge_dma_t *dma; in atge_l1c_gather_stats()
742 atge_dma_t *buf; in atge_l1c_rx()