Searched refs:ET_DMA10_WRAP (Results 1 – 2 of 2) sorted by relevance
798 *v = INDEX10(*v + n) | (*v & ET_DMA10_WRAP); in add_10bit()1604 writel(ET_DMA10_WRAP, full_offset); in et131x_config_rx_dma_regs()1609 fbr->local_full = ET_DMA10_WRAP; in et131x_config_rx_dma_regs()1845 tmp_free_buff_ring ^= ET_DMA10_WRAP; in bump_free_buff_ring()1848 tmp_free_buff_ring &= (ET_DMA10_MASK | ET_DMA10_WRAP); in bump_free_buff_ring()2535 tx_ring->send_idx ^= ET_DMA10_WRAP; in nic_send_packet()2550 tcb->index = ET_DMA10_WRAP|(NUM_DESC_PER_RING_TX - 1); in nic_send_packet()2664 tcb->index_start ^= ET_DMA10_WRAP; in free_send_packet()2753 ((serviced ^ tcb->index) & ET_DMA10_WRAP) && in et131x_handle_send_pkts()2768 !((serviced ^ tcb->index) & ET_DMA10_WRAP) && in et131x_handle_send_pkts()
202 #define ET_DMA10_WRAP 0x0400 macro