Searched refs:DescOwn (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 172 DescOwn = (1 << 31), /* Descriptor is owned by NIC */ enumerator 486 if (status & DescOwn) in cp_rx_poll() 547 desc->opts1 = cpu_to_le32(DescOwn | RingEnd | in cp_rx_poll() 550 desc->opts1 = cpu_to_le32(DescOwn | cp->rx_buf_sz); in cp_rx_poll() 663 if (status & DescOwn) in cp_tx() 764 opts1 = DescOwn; in cp_start_xmit() 1085 cpu_to_le32(DescOwn | RingEnd | cp->rx_buf_sz); in cp_refill_rx() 1088 cpu_to_le32(DescOwn | cp->rx_buf_sz); in cp_refill_rx()
|
D | r8169.c | 652 DescOwn = (1 << 31), /* Descriptor is owned by NIC */ enumerator 6676 desc->opts1 &= ~cpu_to_le32(DescOwn | RsvdMask); in rtl8169_make_unusable_by_asic() 6697 desc->opts1 = cpu_to_le32(DescOwn | eor | rx_buf_sz); in rtl8169_mark_to_asic() 7126 if (unlikely(le32_to_cpu(txd->opts1) & DescOwn)) in rtl8169_start_xmit() 7130 opts[0] = DescOwn; in rtl8169_start_xmit() 7272 if (status & DescOwn) in rtl_tx() 7371 if (status & DescOwn) in rtl_rx()
|
/linux-4.4.14/drivers/net/ethernet/via/ |
D | via-rhine.c | 415 DescOwn=0x80000000 enumerator 1247 rp->rx_ring[i].rx_status = cpu_to_le32(DescOwn); in rhine_reset_rbufs() 1857 rp->tx_ring[entry].tx_status |= cpu_to_le32(DescOwn); in rhine_start_tx() 1954 if (txstatus & DescOwn) in rhine_tx() 1972 rp->tx_ring[entry].tx_status = cpu_to_le32(DescOwn); in rhine_tx() 2063 if (desc_status & DescOwn) in rhine_rx() 2150 desc->rx_status = cpu_to_le32(DescOwn); in rhine_rx()
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
D | natsemi.c | 522 DescOwn=0x80000000, DescMore=0x40000000, DescIntr=0x20000000, enumerator 1998 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-4.4.14/drivers/net/ethernet/dlink/ |
D | sundance.c | 356 DescOwn=0x8000, enumerator 1349 if (!(frame_status & DescOwn)) in rx_poll()
|