Searched refs:DescOwn (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/packetengines/ |
D | hamachi.c | 475 DescOwn=0x80000000, DescEndPacket=0x40000000, DescEndRing=0x20000000, enumerator 1002 if (hmp->tx_ring[entry].status_n_length & cpu_to_le32(DescOwn)) in hamachi_tx() 1082 hmp->rx_ring[i].status_n_length &= cpu_to_le32(~DescOwn); in hamachi_tx_timeout() 1139 hmp->rx_ring[i].status_n_length = cpu_to_le32(DescOwn | in hamachi_tx_timeout() 1192 hmp->rx_ring[i].status_n_length = cpu_to_le32(DescOwn | in hamachi_init_ring() 1252 hmp->tx_ring[entry].status_n_length = cpu_to_le32(DescOwn | in hamachi_start_xmit() 1255 hmp->tx_ring[entry].status_n_length = cpu_to_le32(DescOwn | in hamachi_start_xmit() 1334 if (hmp->tx_ring[entry].status_n_length & cpu_to_le32(DescOwn)) in hamachi_interrupt() 1417 if (desc_status & DescOwn) in hamachi_rx() 1597 desc->status_n_length |= cpu_to_le32(DescOwn | in hamachi_rx() [all …]
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 171 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() 771 flags = eor | len | DescOwn | FirstFrag | LastFrag; in cp_start_xmit() 827 ctrl = eor | len | DescOwn; in cp_start_xmit() 864 FirstFrag | DescOwn | in cp_start_xmit() 868 FirstFrag | DescOwn | in cp_start_xmit() 874 FirstFrag | DescOwn); in cp_start_xmit() [all …]
|
D | r8169.c | 649 DescOwn = (1 << 31), /* Descriptor is owned by NIC */ enumerator 6606 desc->opts1 &= ~cpu_to_le32(DescOwn | RsvdMask); in rtl8169_make_unusable_by_asic() 6627 desc->opts1 = cpu_to_le32(DescOwn | eor | rx_buf_sz); in rtl8169_mark_to_asic() 7056 if (unlikely(le32_to_cpu(txd->opts1) & DescOwn)) in rtl8169_start_xmit() 7060 opts[0] = DescOwn; in rtl8169_start_xmit() 7202 if (status & DescOwn) in rtl_tx() 7301 if (status & DescOwn) in rtl_rx()
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | de2104x.c | 172 DescOwn = (1 << 31), enumerator 419 if (status & DescOwn) in de_rx() 487 de->rx_ring[rx_tail].opts1 = cpu_to_le32(DescOwn); in de_rx() 553 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() 1291 de->rx_ring[i].opts1 = cpu_to_le32(DescOwn); in de_refill_rx()
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | epic100.c | 248 DescOwn=0x8000, enumerator 929 ep->rx_ring[i].rxstatus = DescOwn; in epic_init_ring() 980 | DescOwn; in epic_start_xmit() 1033 if (txstatus & DescOwn) in epic_tx() 1153 while ((ep->rx_ring[entry].rxstatus & DescOwn) == 0) { in epic_rx() 1228 ep->rx_ring[entry].rxstatus = DescOwn; in epic_rx()
|
/linux-4.1.27/drivers/net/ethernet/via/ |
D | via-rhine.c | 416 DescOwn=0x80000000 enumerator 1256 rp->rx_ring[i].rx_status = cpu_to_le32(DescOwn); in alloc_rbufs() 1804 rp->tx_ring[entry].tx_status |= cpu_to_le32(DescOwn); in rhine_start_tx() 1878 if (txstatus & DescOwn) in rhine_tx() 1896 rp->tx_ring[entry].tx_status = cpu_to_le32(DescOwn); in rhine_tx() 1965 if (desc_status & DescOwn) in rhine_rx() 2079 rp->rx_ring[entry].rx_status = cpu_to_le32(DescOwn); in rhine_rx()
|
/linux-4.1.27/drivers/net/ethernet/natsemi/ |
D | natsemi.c | 522 DescOwn=0x80000000, DescMore=0x40000000, DescIntr=0x20000000, enumerator 1992 np->rx_ring[i].cmd_status = cpu_to_le32(DescOwn); in init_ring() 2061 np->rx_ring[i].cmd_status = cpu_to_le32(DescOwn); in reinit_rx() 2102 np->tx_ring[entry].cmd_status = cpu_to_le32(DescOwn | skb->len); in start_tx() 2133 if (np->tx_ring[entry].cmd_status & cpu_to_le32(DescOwn)) in netdev_tx_done()
|
/linux-4.1.27/drivers/net/ethernet/dlink/ |
D | sundance.c | 356 DescOwn=0x8000, enumerator 1349 if (!(frame_status & DescOwn)) in rx_poll()
|