Home
last modified time | relevance | path

Searched refs:DescOwn (Results 1 – 2 of 2) 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/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()