Home
last modified time | relevance | path

Searched refs:L1E_RX_PAGES (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1e.c120 for (pages = 0; pages < L1E_RX_PAGES; pages++) { 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()
188 kmem_zalloc(L1E_RX_PAGES * sizeof (atge_dma_t *), KM_SLEEP); in atge_l1e_alloc_dma()
195 for (pages = 0; pages < L1E_RX_PAGES; pages++) { in atge_l1e_alloc_dma()
221 L1E_RX_CMB_SZ * L1E_RX_PAGES, DDI_DMA_RDWR); in atge_l1e_alloc_dma()
301 for (pages = 0; pages < L1E_RX_PAGES; pages++) { in atge_l1e_init_rx_pages()
314 bzero(dma->addr, L1E_RX_CMB_SZ * L1E_RX_PAGES); in atge_l1e_init_rx_pages()
315 DMA_SYNC(dma, 0, L1E_RX_CMB_SZ * L1E_RX_PAGES, DDI_DMA_SYNC_FORDEV); in atge_l1e_init_rx_pages()
445 DMA_SYNC(dma_rx_cmb, 0, L1E_RX_CMB_SZ * L1E_RX_PAGES, in atge_l1e_receive()
641 DMA_SYNC(dma_rx_cmb, 0, L1E_RX_PAGES * L1E_RX_CMB_SZ, in atge_l1e_rx_next_pkt()
H A Datge_l1e_reg.h38 #define L1E_RX_PAGES 2 macro
49 uint32_t cmb[L1E_RX_PAGES];
92 ((L1E_RX_PAGE_SZ * L1E_RX_PAGES) / ETHERMAX)
H A Datge.h222 uint32_t atge_l1e_rx_page_prods[L1E_RX_PAGES];