Home
last modified time | relevance | path

Searched refs:txLast (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/net/
Darlan.c203 priv->txLast = 0; in arlan_drop_tx()
588 priv->txLast = 0; in arlan_retransmit_now()
595 priv->txLast = 1; in arlan_retransmit_now()
684 if (priv->txLast) in arlan_registration_timer()
685 priv->txLast = 0; in arlan_registration_timer()
687 priv->txLast = 1; in arlan_registration_timer()
836 IFDEBUG(ARLAN_DEBUG_TX_CHAIN) printk(KERN_ERR "TX command prepare for buffer %d\n", priv->txLast); in arlan_hw_tx()
1328 priv->txLast = 0; in arlan_open()
1489 if (priv->txLast) in arlan_tx_done_interrupt()
1490 priv->txLast = 0; in arlan_tx_done_interrupt()
[all …]
Darlan.h374 volatile int txLast; member
436 …AST(dev) (((struct arlan_private *)dev->priv)->txRing[((struct arlan_private *)dev->priv)->txLast])
Dgt96100eth.h241 txLast = 1<<16, enumerator
Dgt64240eth.h298 txLast = 1<<16, enumerator
Dgt64240eth.c902 (u32) (txGenCRC | txEI | txPad | txFirst | txLast); in reset_tx()
1312 txOwn | txGenCRC | txEI | txPad | txFirst | txLast; in gt64240_tx()
Dgt96100eth.c1177 txPad | txFirst | txLast)); in gt96100_tx()