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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmace.c53 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;
753 if (i == mp->tx_fill) {
783 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) {
792 } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE);
840 } else if (i != mp->tx_fill) {
848 if (i != mp->tx_fill) {
[all...]
H A Dbmac.c74 int tx_fill; member in struct:bmac_data
540 bp->tx_fill = 0;
595 /* bp->tx_empty, bp->tx_fill)); */
596 i = bp->tx_fill + 1;
608 bmac_construct_xmt(skb, &bp->tx_cmds[bp->tx_fill]);
610 bp->tx_bufs[bp->tx_fill] = skb;
611 bp->tx_fill = i;
738 if (bp->tx_empty == bp->tx_fill)
1388 i = bp->tx_fill + 1;
1451 bp->tx_empty, bp->tx_fill, b
[all...]

Completed in 103 milliseconds