Searched refs:txLast (Results 1 - 4 of 4) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dgt64240eth.c1010 (u32) (txGenCRC | txEI | txPad | txFirst | txLast);
1407 txOwn | txGenCRC | txEI | txPad | txFirst | txLast;
H A Dgt64240eth.h294 txLast = 1 << 16, enumerator in enum:td_cmdstat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Darlan-main.c138 priv->txLast = 0;
507 priv->txLast = 0;
514 priv->txLast = 1;
595 if (priv->txLast)
596 priv->txLast = 0;
598 priv->txLast = 1;
745 IFDEBUG(ARLAN_DEBUG_TX_CHAIN) printk(KERN_ERR "TX command prepare for buffer %d\n", priv->txLast);
1135 priv->txLast = 0;
1283 if (priv->txLast)
1284 priv->txLast
[all...]
H A Darlan.h352 int txLast; member in struct:arlan_private
405 #define TXLAST(dev) (((struct arlan_private *)netdev_priv(dev))->txRing[((struct arlan_private *)netdev_priv(dev))->txLast])

Completed in 235 milliseconds