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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmace.c54 int tx_fill; member in struct:mace_data
422 for (i = mp->tx_empty; i != mp->tx_fill; ) {
485 mp->tx_fill = 0;
542 fill = mp->tx_fill;
570 mp->tx_fill = next;
745 if (i == mp->tx_fill) {
775 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) {
784 } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE);
832 } else if (i != mp->tx_fill) {
840 if (i != mp->tx_fill) {
[all...]
H A Dbmac.c76 int tx_fill; member in struct:bmac_data
538 bp->tx_fill = 0;
593 /* bp->tx_empty, bp->tx_fill)); */
594 i = bp->tx_fill + 1;
606 bmac_construct_xmt(skb, &bp->tx_cmds[bp->tx_fill]);
608 bp->tx_bufs[bp->tx_fill] = skb;
609 bp->tx_fill = i;
734 if (bp->tx_empty == bp->tx_fill)
1390 i = bp->tx_fill + 1;
1453 bp->tx_empty, bp->tx_fill, b
[all...]

Completed in 211 milliseconds