Lines Matching defs:DescOwn
303 that the cleaning loop checks only to make sure that the DescOwn bit
335 entire Tx ring for slots with the DescOwn bit set and then processing
475 DescOwn=0x80000000, DescEndPacket=0x40000000, DescEndRing=0x20000000,
1005 if (hmp->tx_ring[entry].status_n_length & cpu_to_le32(DescOwn))
1085 hmp->rx_ring[i].status_n_length &= cpu_to_le32(~DescOwn);
1145 hmp->rx_ring[i].status_n_length = cpu_to_le32(DescOwn |
1200 hmp->rx_ring[i].status_n_length = cpu_to_le32(DescOwn |
1262 hmp->tx_ring[entry].status_n_length = cpu_to_le32(DescOwn |
1265 hmp->tx_ring[entry].status_n_length = cpu_to_le32(DescOwn |
1344 if (hmp->tx_ring[entry].status_n_length & cpu_to_le32(DescOwn))
1427 if (desc_status & DescOwn)
1609 desc->status_n_length |= cpu_to_le32(DescOwn |
1612 desc->status_n_length |= cpu_to_le32(DescOwn |