Searched refs:DescOwn (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/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() 656 if (status & DescOwn) in cp_tx() 757 opts1 = DescOwn; in cp_start_xmit() 1078 cpu_to_le32(DescOwn | RingEnd | cp->rx_buf_sz); in cp_refill_rx() 1081 cpu_to_le32(DescOwn | cp->rx_buf_sz); in cp_refill_rx()
|
D | r8169.c | 531 DescOwn = (1 << 31), /* Descriptor is owned by NIC */ enumerator 5721 desc->opts1 &= ~cpu_to_le32(DescOwn | RsvdMask); in rtl8169_make_unusable_by_asic() 5742 desc->opts1 = cpu_to_le32(DescOwn | eor | R8169_RX_BUF_SIZE); in rtl8169_mark_to_asic() 6144 if (unlikely(le32_to_cpu(txd->opts1) & DescOwn)) in rtl8169_start_xmit() 6148 opts[0] = DescOwn; in rtl8169_start_xmit() 6288 if (status & DescOwn) in rtl_tx() 6384 if (status & DescOwn) in rtl_rx()
|
/Linux-v4.19/drivers/net/ethernet/via/ |
D | via-rhine.c | 415 DescOwn=0x80000000 enumerator 1246 rp->rx_ring[i].rx_status = cpu_to_le32(DescOwn); in rhine_reset_rbufs() 1856 rp->tx_ring[entry].tx_status |= cpu_to_le32(DescOwn); in rhine_start_tx() 1953 if (txstatus & DescOwn) in rhine_tx() 1971 rp->tx_ring[entry].tx_status = cpu_to_le32(DescOwn); in rhine_tx() 2062 if (desc_status & DescOwn) in rhine_rx() 2149 desc->rx_status = cpu_to_le32(DescOwn); in rhine_rx()
|
/Linux-v4.19/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-v4.19/drivers/net/ethernet/dlink/ |
D | sundance.c | 356 DescOwn=0x8000, enumerator 1349 if (!(frame_status & DescOwn)) in rx_poll()
|