Home
last modified time | relevance | path

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

/plan9/sys/src/9/ppc/
H A Dethersaturn.c58 int txempty; member
90 dst = (ushort*)(Ethermem+(ctlr->txempty+Nrx)*Etherfsize); in txfill()
94 ctlr->txempty++; in txfill()
95 if(ctlr->txempty==Ntx) in txfill()
96 ctlr->txempty = 0; in txfill()