Searched refs:DescOwn (Results 1 – 5 of 5) sorted by relevance
172 DescOwn = (1 << 31), /* Descriptor is owned by NIC */ enumerator484 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()
166 DescOwn = (1 << 31), enumerator 409 if (status & DescOwn) in de_rx() 482 de->rx_ring[rx_tail].opts1 = cpu_to_le32(DescOwn); in de_rx() 548 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() 1291 de->rx_ring[i].opts1 = cpu_to_le32(DescOwn); in de_refill_rx()
409 DescOwn=0x80000000 enumerator1228 rp->rx_ring[i].rx_status = cpu_to_le32(DescOwn); in rhine_reset_rbufs()1846 rp->tx_ring[entry].tx_status |= cpu_to_le32(DescOwn); in rhine_start_tx()1942 if (txstatus & DescOwn) in rhine_tx()1960 rp->tx_ring[entry].tx_status = cpu_to_le32(DescOwn); in rhine_tx()2051 if (desc_status & DescOwn) in rhine_rx()2138 desc->rx_status = cpu_to_le32(DescOwn); in rhine_rx()
522 DescOwn=0x80000000, DescMore=0x40000000, DescIntr=0x20000000, enumerator 1999 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() 2287 while (desc_status < 0) { /* e.g. & DescOwn */ in netdev_rx()
348 DescOwn=0x8000, enumerator 1339 if (!(frame_status & DescOwn)) in rx_poll()