Lines Matching defs:index
388 pending_ring_idx_t index;
426 index = pending_index(queue->pending_cons);
427 pending_idx = queue->pending_ring[index];
468 index = pending_index(queue->pending_cons++);
469 pending_idx = queue->pending_ring[index];
494 index = pending_index(queue->pending_cons++);
495 pending_idx = queue->pending_ring[index];
932 pending_ring_idx_t index;
1024 index = pending_index(queue->pending_cons);
1025 pending_idx = queue->pending_ring[index];
1297 pending_ring_idx_t index;
1309 index = pending_index(queue->dealloc_prod);
1310 queue->dealloc_ring[index] = pending_idx;
1460 pending_ring_idx_t index;
1470 /* Release the pending index before pusing the Tx response so
1474 index = pending_index(queue->pending_prod++);
1475 queue->pending_ring[index] = pending_idx;