Home
last modified time | relevance | path

Searched refs:batch_idx_ring (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/dma/idxd/
H A Didxd_common.c72 idxd->batch_idx_ring[idxd->batch_idx_write] = idxd->batch_start; in __submit()
212 idxd->ids_avail = idxd->batch_idx_ring[idxd->batch_idx_read]; in batch_ok()
247 b_start = idxd->batch_idx_ring[idxd->batch_idx_read]; in batch_completed()
248 b_end = idxd->batch_idx_ring[next_batch]; in batch_completed()
267 idxd->batch_idx_ring[idxd->batch_idx_read] += ret; in batch_completed()
268 if (idxd->batch_idx_ring[next_batch] - idxd->batch_idx_ring[idxd->batch_idx_read] == 1) { in batch_completed()
293 const uint16_t b_start = idxd->batch_idx_ring[idxd->batch_idx_read]; in batch_completed_status()
294 const uint16_t b_end = idxd->batch_idx_ring[next_batch]; in batch_completed_status()
333 idxd->batch_idx_ring[idxd->batch_idx_read] += ret; in batch_completed_status()
416 fprintf(f, " %u ", idxd->batch_idx_ring[i]); in idxd_dump()
[all …]
H A Didxd_internal.h60 unsigned short *batch_idx_ring; /* store where each batch ends */ member
H A Didxd_pci.c129 rte_free(idxd->batch_idx_ring); in idxd_pci_dev_close()
/dpdk/drivers/raw/ioat/
H A Drte_idxd_rawdev_fns.h107 unsigned short *batch_idx_ring; /* store where each batch ends */ member
265 rte_prefetch1(&idxd->desc_ring[idxd->batch_idx_ring[idxd->batch_idx_read]]); in __idxd_perform_ops()
297 idxd->batch_idx_ring[idxd->batch_idx_write++] = comp_idx; in __idxd_perform_ops()
313 uint16_t idx_to_chk = idxd->batch_idx_ring[idxd->batch_idx_read]; in __idxd_completed_ops()
H A Dioat_common.c95 fprintf(f, "%u ", rte_idxd->batch_idx_ring[i]); in idxd_dev_dump()
254 public->batch_idx_ring = rte_zmalloc(NULL, in idxd_rawdev_create()
256 if (public->batch_idx_ring == NULL) { in idxd_rawdev_create()
H A Didxd_pci.c340 rte_free(idxd->public.batch_idx_ring); in idxd_rawdev_destroy()