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*/
2548 tcb->index = NUM_DESC_PER_RING_TX - 1;
2550 tcb->index = ET_DMA10_WRAP|(NUM_DESC_PER_RING_TX - 1);
2552 tcb->index = tx_ring->send_idx - 1;
2666 } while (desc != tx_ring->tx_desc_ring + INDEX10(tcb->index));
2739 u32 index;
2743 index = INDEX10(serviced);
2753 ((serviced ^ tcb->index) & ET_DMA10_WRAP) &&
2754 index < INDEX10(tcb->index)) {
2768 !((serviced ^ tcb->index) & ET_DMA10_WRAP) &&
2769 index > (tcb->index & ET_DMA10_MASK)) {
3837 tcb->index);