Home
last modified time | relevance | path

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

/plan9/sys/src/9/pc/
H A Dethervgbe.c53 TxCount = 256, enumerator
319 Block* tx_blocks[TxCount];
572 for(count = 0, i = 0; i < TxCount; i++){ in vgbetxeof()
700 for(count = 0, i = 0; i < TxCount; i++){ in vgbetransmit()
701 index = (i + start) % TxCount; in vgbetransmit()
791 txdesc = mallocalign(TxCount* sizeof(TxDesc), 256, 0, 0); in vgbeattach()
808 wiow(ctlr, TxNum, TxCount - 1); in vgbeattach()
1064 if((rptr == cb->f[1]) || (index >= TxCount)) in vgbectl()