Lines Matching refs:index
354 u32 index; /* Ring indexes */
524 int index = 0;
622 if ((val & 0xFF00) != 0xC000 || index == 10000)
624 index++;
1953 /* Save the Virtual address of this index for
2234 /* Illegal buffer or ring index cannot be used by S/W*/
2549 tcb->index = NUM_DESC_PER_RING_TX - 1;
2551 tcb->index = ET_DMA10_WRAP|(NUM_DESC_PER_RING_TX - 1);
2553 tcb->index = tx_ring->send_idx - 1;
2667 } while (desc != tx_ring->tx_desc_ring + INDEX10(tcb->index));
2740 u32 index;
2744 index = INDEX10(serviced);
2754 ((serviced ^ tcb->index) & ET_DMA10_WRAP) &&
2755 index < INDEX10(tcb->index)) {
2769 !((serviced ^ tcb->index) & ET_DMA10_WRAP) &&
2770 index > (tcb->index & ET_DMA10_MASK)) {
3831 tcb->index);