Searched refs:next_batch (Results 1 – 2 of 2) sorted by relevance
202 uint16_t next_batch; /* where we write descriptor ops */ member377 struct rte_idxd_desc_batch *b = &idxd->batch_ring[idxd->next_batch]; in __idxd_write_desc()467 struct rte_idxd_desc_batch *b = &idxd->batch_ring[idxd->next_batch]; in __idxd_perform_ops()477 if (++idxd->next_batch == idxd->batch_ring_sz) in __idxd_perform_ops()478 idxd->next_batch = 0; in __idxd_perform_ops()
90 fprintf(f, "Next batch: %u\n", rte_idxd->next_batch); in idxd_dev_dump()