Home
last modified time | relevance | path

Searched refs:max_batches (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/dma/idxd/
H A Didxd_common.c65 if (++idxd->batch_idx_write > idxd->max_batches) in __submit()
171 uint16_t last_batch_write = idxd->batch_idx_write == 0 ? idxd->max_batches : in idxd_vchan_status()
210 if (++idxd->batch_idx_read > idxd->max_batches) in batch_ok()
245 if (next_batch > idxd->max_batches) in batch_completed()
291 if (next_batch > idxd->max_batches) in batch_completed_status()
414 idxd->max_batches + 1, idxd->max_batches); in idxd_dump()
415 for (i = 0; i <= idxd->max_batches; i++) { in idxd_dump()
423 if (i == idxd->max_batches) in idxd_dump()
538 (idxd->max_batches + 1)); in idxd_vchan_setup()
587 sizeof(idxd->batch_comp_ring[0])) * (idxd->max_batches + 1), in idxd_dmadev_create()
[all …]
H A Didxd_internal.h46 unsigned short max_batches; member
H A Didxd_bus.c225 idxd.max_batches = ret; in idxd_probe_dsa()
H A Didxd_pci.c261 idxd->max_batches = wq_size; in init_pci_device()
/dpdk/drivers/raw/ioat/
H A Dioat_common.c90 fprintf(f, "max batches: %u\n", rte_idxd->max_batches); in idxd_dev_dump()
94 for (i = 0; i < rte_idxd->max_batches + 1; i++) in idxd_dev_dump()
98 fprintf(f, "hdls read: %u\n", rte_idxd->max_batches); in idxd_dev_dump()
248 public->max_batches = idxd->max_batches; in idxd_rawdev_create()
255 sizeof(uint16_t) * (idxd->max_batches + 1), 0); in idxd_rawdev_create()
H A Drte_idxd_rawdev_fns.h104 unsigned short max_batches; member
138 if ((idxd->batch_idx_read == 0 && idxd->batch_idx_write == idxd->max_batches) || in __idxd_burst_capacity()
176 if ((idxd->batch_idx_read == 0 && idxd->batch_idx_write == idxd->max_batches) || in __idxd_write_desc()
298 if (idxd->batch_idx_write > idxd->max_batches) in __idxd_perform_ops()
350 if (idxd->batch_idx_read > idxd->max_batches) in __idxd_completed_ops()
H A Dioat_private.h47 uint16_t max_batches; member
H A Didxd_bus.c215 idxd.max_batches = ret; in idxd_rawdev_probe_dsa()
H A Didxd_pci.c233 idxd->max_batches = wq_size; in init_pci_device()