Searched defs:txptr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c2292 uint32_t txptr; local
2327 txptr = hmep->hme_txindex % HME_TMDMAX;
2328 tbuf = &hmep->hme_tbuf[txptr];
2365 PUT_TMD(txptr, tbuf->paddr, len,
2368 HMESYNCTMD(txptr, DDI_DMA_SYNC_FORDEV);

Completed in 77 milliseconds