Home
last modified time | relevance | path

Searched refs:txsend (Results 1 – 3 of 3) sorted by relevance

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