Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/atge/
H A Datge_l1c.c156 atge_l1c_data_t *l1c; in atge_l1c_alloc_dma() local
160 l1c = kmem_zalloc(sizeof (atge_l1c_data_t), KM_SLEEP); in atge_l1c_alloc_dma()
161 atgep->atge_private_data = l1c; in atge_l1c_alloc_dma()
196 l1c->atge_rx_ring = kmem_alloc(sizeof (atge_ring_t), KM_SLEEP); in atge_l1c_alloc_dma()
197 l1c->atge_rx_ring->r_atge = atgep; in atge_l1c_alloc_dma()
198 l1c->atge_rx_ring->r_desc_ring = NULL; in atge_l1c_alloc_dma()
206 l1c->atge_rx_ring->r_desc_ring = dma; in atge_l1c_alloc_dma()
211 err = atge_alloc_buffers(l1c->atge_rx_ring, L1C_RX_RING_CNT, in atge_l1c_alloc_dma()
227 l1c->atge_l1c_cmb = dma; in atge_l1c_alloc_dma()
241 l1c->atge_l1c_rr = dma; in atge_l1c_alloc_dma()
[all …]