Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.h416 #define EX_NTX 256 macro
H A Delxl.c548 if (!ex_alloc_ring(sc, EX_NTX, &sc->ex_txring, DDI_DMA_WRITE)) { in elxl_attach()
1080 for (int limit = (EX_NTX * 2); limit; limit--) { in elxl_m_tx()