Lines Matching refs:TXHEAD
201 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()
777 TXHEAD(dev).retries = conf->txRetries; /* 0 is use default */ in arlan_hw_tx()
778 TXHEAD(dev).routing = conf->txRouting; in arlan_hw_tx()
779 TXHEAD(dev).scrambled = conf->txScrambled; in arlan_hw_tx()
780 memcpy_toio(((char *) arlan + TXHEAD(dev).offset), buf + ARLAN_FAKE_HDR_LEN, TXHEAD(dev).length); in arlan_hw_tx()
821 if (TXHEAD(dev).offset && TXTAIL(dev).offset) in arlan_hw_tx()
1498 if (!TXHEAD(dev).offset || !TXTAIL(dev).offset) in arlan_tx_done_interrupt()