Home
last modified time | relevance | path

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

/drivers/net/
Ddepca.h107 #define T_OWN 0x80000000 /* Owner bit 0 = host, 1 = lance */ macro
Ddepca.c1793 if (!(readl(&lp->tx_ring[end].base) & T_OWN)) { /* Enough room? */ in load_packet()
1827 writel(readl(&lp->tx_ring[i].base) | T_OWN, &lp->tx_ring[i].base); in load_packet()
1831 writel(readl(&lp->tx_ring[entry].base) | T_OWN, &lp->tx_ring[entry].base); in load_packet()
/drivers/net/tulip/
Dde4x5.h780 #define T_OWN 0x80000000 /* Own Bit */ macro
Dde4x5.c1913 lp->tx_ring[lp->tx_new].status = cpu_to_le32(T_OWN); in load_packet()
3594 !(le32_to_cpu(lp->tx_ring[lp->tmp].status) & (T_OWN | TD_ES)) && in ping_media()