Home
last modified time | relevance | path

Searched refs:DescOwn (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/realtek/
H A D8139cp.c172 DescOwn = (1 << 31), /* Descriptor is owned by NIC */ enumerator
484 if (status & DescOwn) in cp_rx_poll()
545 desc->opts1 = cpu_to_le32(DescOwn | RingEnd | in cp_rx_poll()
548 desc->opts1 = cpu_to_le32(DescOwn | cp->rx_buf_sz); in cp_rx_poll()
661 if (status & DescOwn) in cp_tx()
762 opts1 = DescOwn; in cp_start_xmit()
1083 cpu_to_le32(DescOwn | RingEnd | cp->rx_buf_sz); in cp_refill_rx()
1086 cpu_to_le32(DescOwn | cp->rx_buf_sz); in cp_refill_rx()
/linux/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c166 DescOwn = (1 << 31), enumerator
411 if (status & DescOwn) in de_rx()
484 de->rx_ring[rx_tail].opts1 = cpu_to_le32(DescOwn); in de_rx()
550 if (status & DescOwn) in de_tx()
641 txd->opts1 = cpu_to_le32(DescOwn); in de_start_xmit()
783 txd->opts1 = cpu_to_le32(DescOwn); in __de_set_rx_mode()
787 dummy_txd->opts1 = cpu_to_le32(DescOwn); in __de_set_rx_mode()
1293 de->rx_ring[i].opts1 = cpu_to_le32(DescOwn); in de_refill_rx()
/linux/drivers/net/ethernet/via/
H A Dvia-rhine.c409 DescOwn=0x80000000 enumerator
1228 rp->rx_ring[i].rx_status = cpu_to_le32(DescOwn); in rhine_reset_rbufs()
1846 rp->tx_ring[entry].tx_status |= cpu_to_le32(DescOwn); in rhine_start_tx()
1942 if (txstatus & DescOwn) in rhine_tx()
1960 rp->tx_ring[entry].tx_status = cpu_to_le32(DescOwn); in rhine_tx()
2051 if (desc_status & DescOwn) in rhine_rx()
2138 desc->rx_status = cpu_to_le32(DescOwn); in rhine_rx()
/linux/drivers/net/ethernet/natsemi/
H A Dnatsemi.c522 DescOwn=0x80000000, DescMore=0x40000000, DescIntr=0x20000000, enumerator
1999 np->rx_ring[i].cmd_status = cpu_to_le32(DescOwn); in init_ring()
2067 np->rx_ring[i].cmd_status = cpu_to_le32(DescOwn); in reinit_rx()
2114 np->tx_ring[entry].cmd_status = cpu_to_le32(DescOwn | skb->len); in start_tx()
2145 if (np->tx_ring[entry].cmd_status & cpu_to_le32(DescOwn)) in netdev_tx_done()
/linux/drivers/net/ethernet/dlink/
H A Dsundance.c348 DescOwn=0x8000, enumerator
1339 if (!(frame_status & DescOwn)) in rx_poll()