Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Ddl2k.h251 TFDDone = 0x80000000, enumerator
Ddl2k.c611 np->tx_ring[i].status = cpu_to_le64 (TFDDone); in alloc_list()
668 txdesc->status &= cpu_to_le64 (~TFDDone); in tx_poll()
738 txdesc->status = cpu_to_le64 (entry | tfc_vlan_tag | TFDDone | in start_xmit()
834 if (!(np->tx_ring[entry].status & TFDDone)) in rio_free_tx()