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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dwinbond-840.c32 synchronize tx_q_bytes
313 unsigned int tx_q_bytes; member in struct:netdev_private
837 np->tx_q_bytes = np->dirty_tx = np->cur_tx = 0;
950 np->cur_tx, np->dirty_tx, np->tx_full, np->tx_q_bytes);
1045 np->tx_q_bytes += skb->len;
1047 ((np->drv_flags & HasBrokenTx) && np->tx_q_bytes > TX_BUG_FIFO_LIMIT)) {
1097 np->tx_q_bytes -= np->tx_skbuff[entry]->len;
1103 np->tx_q_bytes < TX_BUG_FIFO_LIMIT) {

Completed in 20 milliseconds