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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddepca.h107 #define T_OWN 0x80000000 /* Owner bit 0 = host, 1 = lance */ macro
H A Ddepca.c1797 if (!(readl(&lp->tx_ring[end].base) & T_OWN)) { /* Enough room? */
1831 writel(readl(&lp->tx_ring[i].base) | T_OWN, &lp->tx_ring[i].base);
1835 writel(readl(&lp->tx_ring[entry].base) | T_OWN, &lp->tx_ring[entry].base);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dde4x5.h780 #define T_OWN 0x80000000 /* Own Bit */ macro
H A Dde4x5.c1912 lp->tx_ring[lp->tx_new].status = cpu_to_le32(T_OWN);
3585 !(le32_to_cpu(lp->tx_ring[lp->tmp].status) & (T_OWN | TD_ES)) &&

Completed in 86 milliseconds