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

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.c1960 int txsend; local
1983 txsend = afep->afe_txsend;
1990 txb = afep->afe_txbufs[txsend];
2008 if (txsend == (AFE_TXRING - 1))
2011 tmd = &afep->afe_txdescp[txsend];
2019 SYNCTXDESC(afep, txsend, DDI_DMA_SYNC_FORDEV);
2022 * Note the new values of txavail and txsend.
2025 afep->afe_txsend = (txsend + 1) % AFE_TXRING;
/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcn.c725 int txsend; local
748 txsend = pcnp->pcn_txsend;
755 txb = pcnp->pcn_txbufs[txsend];
767 tmd = &pcnp->pcn_txdescp[txsend];
779 SYNCTXDESC(pcnp, txsend, DDI_DMA_SYNC_FORDEV);
782 pcnp->pcn_txsend = (txsend + 1) % PCN_TXRING;
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c2356 int txsend; local
2380 txsend = mxfep->mxfe_txsend;
2387 txb = mxfep->mxfe_txbufs[txsend];
2405 if (txsend == (MXFE_TXRING - 1))
2408 tmd = &mxfep->mxfe_txdescp[txsend];
2416 SYNCTXDESC(mxfep, txsend, DDI_DMA_SYNC_FORDEV);
2419 * Note the new values of txavail and txsend.
2422 mxfep->mxfe_txsend = (txsend + 1) % MXFE_TXRING;

Completed in 55 milliseconds