Lines Matching defs:index
245 * Defined for ring index operations
246 * ASSERT(index < limit)
251 #define NEXT_INDEX(index, step, limit) (((index) + (step)) < (limit) ? \
252 (index) + (step) : (index) + (step) - (limit))
253 #define PREV_INDEX(index, step, limit) ((index) >= (step) ? \
254 (index) - (step) : (index) + (limit) - (step))
310 #define IGB_FLAG_NEED_CTX_IDX (1 << 2) /* context descriptor needs index */
409 uint32_t index; /* Ring index */
410 uint32_t intr_vector; /* Interrupt vector index */
435 uint32_t tcb_head; /* Head index of free list */
436 uint32_t tcb_tail; /* Tail index of free list */
521 uint32_t index; /* Ring index */
522 uint32_t intr_vector; /* Interrupt vector index */
546 uint32_t group_index; /* group index */
554 uint32_t index; /* Group index */