Home
last modified time | relevance | path

Searched refs:TXHEAD (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Darlan.c201 TXHEAD(dev).offset = 0; in arlan_drop_tx()
586 if (TXHEAD(dev).offset) in arlan_retransmit_now()
693 if (!(TXHEAD(dev).offset && TXTAIL(dev).offset)) in arlan_registration_timer()
760 if (TXHEAD(dev).offset) in arlan_hw_tx()
761 …headEnds = (((TXHEAD(dev).offset + TXHEAD(dev).length - (((int) arlan->txBuffer) - ((int) arlan)))… in arlan_hw_tx()
766 if (!TXHEAD(dev).offset && length < tailStarts) in arlan_hw_tx()
771 TXHEAD(dev).offset = in arlan_hw_tx()
773 TXHEAD(dev).length = length - ARLAN_FAKE_HDR_LEN; in arlan_hw_tx()
775 TXHEAD(dev).dest[i] = buf[i]; in arlan_hw_tx()
776 TXHEAD(dev).clear = conf->txClear; in arlan_hw_tx()
[all …]
Darlan.h437 #define TXHEAD(dev) (((struct arlan_private *)dev->priv)->txRing[0]) macro