Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/elxl/
H A Delxl.c547 if (!ex_alloc_ring(sc, EX_NTX, &sc->ex_txring, DDI_DMA_WRITE)) { in elxl_attach()
1066 r = &sc->ex_txring; in elxl_m_tx()
1253 if (sc->ex_txring.r_head) { in elxl_m_tx()
1254 PUT32(REG_DNLISTPTR, sc->ex_txring.r_head->ed_descaddr); in elxl_m_tx()
1903 elxl_reset_ring(&sc->ex_txring, DDI_DMA_WRITE); in elxl_stop()
1973 ex_free_ring(&sc->ex_txring); in elxl_detach()
H A Delxl.h482 ex_ring_t ex_txring; member