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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddepca.h107 #define T_OWN 0x80000000 /* Owner bit 0 = host, 1 = lance */ macro
H A Ddepca.c1804 if (!(readl(&lp->tx_ring[end].base) & T_OWN)) { /* Enough room? */
1838 writel(readl(&lp->tx_ring[i].base) | T_OWN, &lp->tx_ring[i].base);
1842 writel(readl(&lp->tx_ring[entry].base) | T_OWN, &lp->tx_ring[entry].base);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dde4x5.h780 #define T_OWN 0x80000000 /* Own Bit */ macro
H A Dde4x5.c1913 lp->tx_ring[lp->tx_new].status = cpu_to_le32(T_OWN);
3605 !(le32_to_cpu(lp->tx_ring[lp->tmp].status) & (T_OWN | TD_ES)) &&

Completed in 92 milliseconds