Searched refs:DescOwn (Results 1 – 2 of 2) sorted by relevance
191 DescOwn = 0x80000000, DescMore = 0x40000000, DescIntr = 0x20000000, enumerator774 txd.cmdsts = cpu_to_le32(DescOwn | length); in natsemi_send()787 (*res = le32_to_cpu(txd.cmdsts)) & DescOwn; in natsemi_send()829 if (!(rx_status & (u32) DescOwn)) in natsemi_poll()
171 DescOwn = 0x80000000, DescMore = 0x40000000, DescIntr = 0x20000000, enumerator751 txd.cmdsts = cpu_to_le32(DescOwn | length); in ns8382x_send()765 for (i = 0; (tx_stat = le32_to_cpu(txd.cmdsts)) & DescOwn; i++) { in ns8382x_send()802 if (!(rx_status & (u32) DescOwn)) in ns8382x_poll()