Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/elxl/
H A Delxl.c345 ex_alloc_ring(elxl_t *sc, int count, ex_ring_t *r, uint_t dir) in ex_alloc_ring() function
543 if (!ex_alloc_ring(sc, EX_NRX, &sc->ex_rxring, DDI_DMA_READ)) { in elxl_attach()
547 if (!ex_alloc_ring(sc, EX_NTX, &sc->ex_txring, DDI_DMA_WRITE)) { in elxl_attach()