Searched refs:tx_q_bytes (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dwinbond-840.c32 synchronize tx_q_bytes
312 unsigned int tx_q_bytes; member in struct:netdev_private
832 np->tx_q_bytes = np->dirty_tx = np->cur_tx = 0;
944 np->cur_tx, np->dirty_tx, np->tx_full, np->tx_q_bytes);
1040 np->tx_q_bytes += skb->len;
1042 ((np->drv_flags & HasBrokenTx) && np->tx_q_bytes > TX_BUG_FIFO_LIMIT)) {
1094 np->tx_q_bytes -= np->tx_skbuff[entry]->len;
1100 np->tx_q_bytes < TX_BUG_FIFO_LIMIT) {

Completed in 26 milliseconds