Searched refs:DescOwned (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c90 tp->rx_ring[entry].status = cpu_to_le32(DescOwned);
144 while ( ! (tp->rx_ring[entry].status & cpu_to_le32(DescOwned))) {
380 while ( ! (tp->rx_ring[entry].status & cpu_to_le32(DescOwned))) {
H A Dtulip.h202 DescOwned = 0x80000000, enumerator in enum:desc_status_bits
H A Dtulip_core.c362 tp->tx_ring[tp->cur_tx].status = cpu_to_le32(DescOwned);
636 tp->rx_ring[i].status = cpu_to_le32(DescOwned); /* Owned by Tulip chip */
688 tp->tx_ring[entry].status = cpu_to_le32(DescOwned);
1146 /* Must set DescOwned later to avoid race with chip */
1164 tp->tx_ring[entry].status = cpu_to_le32(DescOwned);
1166 tp->tx_ring[dummy].status = cpu_to_le32(DescOwned);
H A Dwinbond-840.c809 np->rx_ring[i].status = DescOwned;
1012 * increasing np->cur_tx and setting DescOwned:
1015 * since DescOwned is cleared.
1016 * - If DescOwned is set first the NIC could report the
1024 np->tx_ring[entry].status = DescOwned;
1267 np->rx_ring[entry].status = DescOwned;

Completed in 339 milliseconds