Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/elxl/
H A Delxl.c543 if (!ex_alloc_ring(sc, EX_NRX, &sc->ex_rxring, DDI_DMA_READ)) { in elxl_attach()
792 PUT32(REG_UPLISTPTR, sc->ex_rxring.r_paddr); in elxl_init()
1776 r = &sc->ex_rxring; in elxl_intr()
1902 elxl_reset_ring(&sc->ex_rxring, DDI_DMA_READ); in elxl_stop()
1974 ex_free_ring(&sc->ex_rxring); in elxl_detach()
H A Delxl.h481 ex_ring_t ex_rxring; member