Searched refs:DescOwn (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/packetengines/ |
D | hamachi.c | 475 DescOwn=0x80000000, DescEndPacket=0x40000000, DescEndRing=0x20000000, enumerator 1001 if (hmp->tx_ring[entry].status_n_length & cpu_to_le32(DescOwn)) in hamachi_tx() 1081 hmp->rx_ring[i].status_n_length &= cpu_to_le32(~DescOwn); in hamachi_tx_timeout() 1141 hmp->rx_ring[i].status_n_length = cpu_to_le32(DescOwn | in hamachi_tx_timeout() 1196 hmp->rx_ring[i].status_n_length = cpu_to_le32(DescOwn | in hamachi_init_ring() 1258 hmp->tx_ring[entry].status_n_length = cpu_to_le32(DescOwn | in hamachi_start_xmit() 1261 hmp->tx_ring[entry].status_n_length = cpu_to_le32(DescOwn | in hamachi_start_xmit() 1340 if (hmp->tx_ring[entry].status_n_length & cpu_to_le32(DescOwn)) in hamachi_interrupt() 1423 if (desc_status & DescOwn) in hamachi_rx() 1605 desc->status_n_length |= cpu_to_le32(DescOwn | in hamachi_rx() [all …]
|
/Linux-v5.10/drivers/net/ethernet/dec/tulip/ |
D | de2104x.c | 166 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-v5.10/drivers/net/ethernet/smsc/ |
D | epic100.c | 248 DescOwn=0x8000, enumerator 929 ep->rx_ring[i].rxstatus = DescOwn; in epic_init_ring() 981 | DescOwn; in epic_start_xmit() 1034 if (txstatus & DescOwn) in epic_tx() 1154 while ((ep->rx_ring[entry].rxstatus & DescOwn) == 0) { in epic_rx() 1232 ep->rx_ring[entry].rxstatus = DescOwn; in epic_rx()
|
/Linux-v5.10/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 | 476 DescOwn = (1 << 31), /* Descriptor is owned by NIC */ enumerator 3853 WRITE_ONCE(desc->opts1, cpu_to_le32(DescOwn | eor | R8169_RX_BUF_SIZE)); in rtl8169_mark_to_asic() 4051 opts1 |= DescOwn; in rtl8169_tx_map() 4220 if (unlikely(le32_to_cpu(txd_first->opts1) & DescOwn)) in rtl8169_start_xmit() 4252 txd_first->opts1 |= cpu_to_le32(DescOwn | FirstFrag); in rtl8169_start_xmit() 4404 if (status & DescOwn) in rtl_tx() 4478 if (status & DescOwn) in rtl_rx()
|
/Linux-v5.10/drivers/net/ethernet/via/ |
D | via-rhine.c | 409 DescOwn=0x80000000 enumerator 1231 rp->rx_ring[i].rx_status = cpu_to_le32(DescOwn); in rhine_reset_rbufs() 1843 rp->tx_ring[entry].tx_status |= cpu_to_le32(DescOwn); in rhine_start_tx() 1939 if (txstatus & DescOwn) in rhine_tx() 1957 rp->tx_ring[entry].tx_status = cpu_to_le32(DescOwn); in rhine_tx() 2048 if (desc_status & DescOwn) in rhine_rx() 2135 desc->rx_status = cpu_to_le32(DescOwn); in rhine_rx()
|
/Linux-v5.10/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() 2070 np->rx_ring[i].cmd_status = cpu_to_le32(DescOwn); in reinit_rx() 2117 np->tx_ring[entry].cmd_status = cpu_to_le32(DescOwn | skb->len); in start_tx() 2148 if (np->tx_ring[entry].cmd_status & cpu_to_le32(DescOwn)) in netdev_tx_done()
|
/Linux-v5.10/drivers/net/ethernet/dlink/ |
D | sundance.c | 348 DescOwn=0x8000, enumerator 1334 if (!(frame_status & DescOwn)) in rx_poll()
|