Searched refs:DescOwn (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/packetengines/ |
| D | hamachi.c | 475 DescOwn=0x80000000, DescEndPacket=0x40000000, DescEndRing=0x20000000, enumerator 999 if (hmp->tx_ring[entry].status_n_length & cpu_to_le32(DescOwn)) in hamachi_tx() 1079 hmp->rx_ring[i].status_n_length &= cpu_to_le32(~DescOwn); in hamachi_tx_timeout() 1136 hmp->rx_ring[i].status_n_length = cpu_to_le32(DescOwn | in hamachi_tx_timeout() 1189 hmp->rx_ring[i].status_n_length = cpu_to_le32(DescOwn | in hamachi_init_ring() 1249 hmp->tx_ring[entry].status_n_length = cpu_to_le32(DescOwn | in hamachi_start_xmit() 1252 hmp->tx_ring[entry].status_n_length = cpu_to_le32(DescOwn | in hamachi_start_xmit() 1331 if (hmp->tx_ring[entry].status_n_length & cpu_to_le32(DescOwn)) in hamachi_interrupt() 1414 if (desc_status & DescOwn) in hamachi_rx() 1594 desc->status_n_length |= cpu_to_le32(DescOwn | in hamachi_rx() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/smsc/ |
| D | epic100.c | 248 DescOwn=0x8000, enumerator 922 ep->rx_ring[i].rxstatus = DescOwn; in epic_init_ring() 973 | DescOwn; in epic_start_xmit() 1026 if (txstatus & DescOwn) in epic_tx() 1145 while ((ep->rx_ring[entry].rxstatus & DescOwn) == 0) { in epic_rx() 1220 ep->rx_ring[entry].rxstatus = DescOwn; in epic_rx()
|
| /Linux-v5.4/drivers/net/ethernet/dec/tulip/ |
| D | de2104x.c | 172 DescOwn = (1 << 31), enumerator 417 if (status & DescOwn) in de_rx() 485 de->rx_ring[rx_tail].opts1 = cpu_to_le32(DescOwn); in de_rx() 551 if (status & DescOwn) in de_tx() 639 txd->opts1 = cpu_to_le32(DescOwn); in de_start_xmit() 781 txd->opts1 = cpu_to_le32(DescOwn); in __de_set_rx_mode() 785 dummy_txd->opts1 = cpu_to_le32(DescOwn); in __de_set_rx_mode() 1289 de->rx_ring[i].opts1 = cpu_to_le32(DescOwn); in de_refill_rx()
|
| /Linux-v5.4/drivers/net/ethernet/realtek/ |
| D | 8139cp.c | 172 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()
|
| D | r8169_main.c | 529 DescOwn = (1 << 31), /* Descriptor is owned by NIC */ enumerator 5509 desc->opts1 &= ~cpu_to_le32(DescOwn | RsvdMask); in rtl8169_make_unusable_by_asic() 5519 desc->opts1 = cpu_to_le32(DescOwn | eor | R8169_RX_BUF_SIZE); in rtl8169_mark_to_asic() 5884 if (unlikely(le32_to_cpu(txd->opts1) & DescOwn)) in rtl8169_start_xmit() 5888 opts[0] = DescOwn; in rtl8169_start_xmit() 6058 if (status & DescOwn) in rtl_tx() 6141 if (status & DescOwn) in rtl_rx()
|
| /Linux-v5.4/drivers/net/ethernet/via/ |
| D | via-rhine.c | 415 DescOwn=0x80000000 enumerator 1242 rp->rx_ring[i].rx_status = cpu_to_le32(DescOwn); in rhine_reset_rbufs() 1852 rp->tx_ring[entry].tx_status |= cpu_to_le32(DescOwn); in rhine_start_tx() 1948 if (txstatus & DescOwn) in rhine_tx() 1966 rp->tx_ring[entry].tx_status = cpu_to_le32(DescOwn); in rhine_tx() 2057 if (desc_status & DescOwn) in rhine_rx() 2144 desc->rx_status = cpu_to_le32(DescOwn); in rhine_rx()
|
| /Linux-v5.4/drivers/net/ethernet/natsemi/ |
| D | natsemi.c | 522 DescOwn=0x80000000, DescMore=0x40000000, DescIntr=0x20000000, enumerator 2002 np->rx_ring[i].cmd_status = cpu_to_le32(DescOwn); in init_ring() 2071 np->rx_ring[i].cmd_status = cpu_to_le32(DescOwn); in reinit_rx() 2118 np->tx_ring[entry].cmd_status = cpu_to_le32(DescOwn | skb->len); in start_tx() 2149 if (np->tx_ring[entry].cmd_status & cpu_to_le32(DescOwn)) in netdev_tx_done()
|
| /Linux-v5.4/drivers/net/ethernet/dlink/ |
| D | sundance.c | 356 DescOwn=0x8000, enumerator 1348 if (!(frame_status & DescOwn)) in rx_poll()
|