Searched refs:DescOwn (Results 1 – 8 of 8) sorted by relevance
/drivers/net/ |
D | hamachi.c | 481 DescOwn=0x80000000, DescEndPacket=0x40000000, DescEndRing=0x20000000, enumerator 1025 if (hmp->tx_ring[entry].status_n_length & cpu_to_le32(DescOwn)) in hamachi_tx() 1102 hmp->rx_ring[i].status_n_length &= cpu_to_le32(~DescOwn); in hamachi_tx_timeout() 1158 hmp->rx_ring[i].status_n_length = cpu_to_le32(DescOwn | in hamachi_tx_timeout() 1212 hmp->rx_ring[i].status_n_length = cpu_to_le32(DescOwn | in hamachi_init_ring() 1337 hmp->tx_ring[entry].status_n_length = cpu_to_le32(DescOwn | in hamachi_start_xmit() 1340 hmp->tx_ring[entry].status_n_length = cpu_to_le32(DescOwn | in hamachi_start_xmit() 1420 if (hmp->tx_ring[entry].status_n_length & cpu_to_le32(DescOwn)) in hamachi_interrupt() 1503 if (desc_status & DescOwn) in hamachi_rx() 1680 desc->status_n_length |= cpu_to_le32(DescOwn | in hamachi_rx() [all …]
|
D | 8139cp.c | 180 DescOwn = (1 << 31), /* Descriptor is owned by NIC */ enumerator 526 if (status & DescOwn) in cp_rx_poll() 584 desc->opts1 = cpu_to_le32(DescOwn | RingEnd | in cp_rx_poll() 587 desc->opts1 = cpu_to_le32(DescOwn | cp->rx_buf_sz); in cp_rx_poll() 695 if (status & DescOwn) in cp_tx() 784 flags = eor | len | DescOwn | FirstFrag | LastFrag; in cp_start_xmit() 833 ctrl = eor | len | DescOwn; in cp_start_xmit() 870 FirstFrag | DescOwn | in cp_start_xmit() 874 FirstFrag | DescOwn | in cp_start_xmit() 880 FirstFrag | DescOwn); in cp_start_xmit() [all …]
|
D | epic100.c | 252 DescOwn=0x8000, enumerator 949 ep->rx_ring[i].rxstatus = DescOwn; in epic_init_ring() 1000 | DescOwn; in epic_start_xmit() 1056 if (txstatus & DescOwn) in epic_tx() 1176 while ((ep->rx_ring[entry].rxstatus & DescOwn) == 0) { in epic_rx() 1251 ep->rx_ring[entry].rxstatus = DescOwn; in epic_rx()
|
D | via-rhine.c | 355 DescOwn=0x80000000 enumerator 935 rp->rx_ring[i].rx_status = cpu_to_le32(DescOwn); in alloc_rbufs() 1265 rp->tx_ring[entry].tx_status = cpu_to_le32(DescOwn); in rhine_start_tx() 1373 if (txstatus & DescOwn) in rhine_tx() 1388 rp->tx_ring[entry].tx_status = cpu_to_le32(DescOwn); in rhine_tx() 1440 if (desc_status & DescOwn) in rhine_rx() 1538 rp->rx_ring[entry].rx_status = cpu_to_le32(DescOwn); in rhine_rx()
|
D | r8169.c | 385 DescOwn = (1 << 31), /* Descriptor is owned by NIC */ enumerator 2908 desc->opts1 &= ~cpu_to_le32(DescOwn | RsvdMask); in rtl8169_make_unusable_by_asic() 2927 desc->opts1 = cpu_to_le32(DescOwn | eor | rx_buf_sz); in rtl8169_mark_to_asic() 3245 if (unlikely(le32_to_cpu(txd->opts1) & DescOwn)) in rtl8169_start_xmit() 3248 opts1 = DescOwn | rtl8169_tso_csum(skb, dev); in rtl8169_start_xmit() 3365 if (status & DescOwn) in rtl8169_tx_interrupt() 3461 if (status & DescOwn) in rtl8169_rx_interrupt()
|
D | natsemi.c | 522 DescOwn=0x80000000, DescMore=0x40000000, DescIntr=0x20000000, enumerator 1994 np->rx_ring[i].cmd_status = cpu_to_le32(DescOwn); in init_ring() 2063 np->rx_ring[i].cmd_status = cpu_to_le32(DescOwn); in reinit_rx() 2104 np->tx_ring[entry].cmd_status = cpu_to_le32(DescOwn | skb->len); in start_tx() 2137 if (np->tx_ring[entry].cmd_status & cpu_to_le32(DescOwn)) in netdev_tx_done()
|
D | sundance.c | 350 DescOwn=0x8000, enumerator 1304 if (!(frame_status & DescOwn)) in rx_poll()
|
/drivers/net/tulip/ |
D | de2104x.c | 162 DescOwn = (1 << 31), enumerator 405 if (status & DescOwn) in de_rx() 474 de->rx_ring[rx_tail].opts1 = cpu_to_le32(DescOwn); in de_rx() 539 if (status & DescOwn) in de_tx() 626 txd->opts1 = cpu_to_le32(DescOwn); in de_start_xmit() 776 txd->opts1 = cpu_to_le32(DescOwn); in __de_set_rx_mode() 780 dummy_txd->opts1 = cpu_to_le32(DescOwn); in __de_set_rx_mode() 1270 de->rx_ring[i].opts1 = cpu_to_le32(DescOwn); in de_refill_rx()
|