Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ioat/
H A Dioat_common.c132 uint16_t max_batches = max_desc / BATCH_SIZE; in idxd_dev_configure() local
146 if (max_batches > idxd->max_batches) { in idxd_dev_configure()
148 max_desc, idxd->max_batches, BATCH_SIZE); in idxd_dev_configure()
149 max_batches = idxd->max_batches; in idxd_dev_configure()
150 max_desc = max_batches * BATCH_SIZE; in idxd_dev_configure()
155 dev->dev_id, max_desc, max_batches); in idxd_dev_configure()
162 sizeof(*rte_idxd->batch_ring) * max_batches, 0); in idxd_dev_configure()
173 rte_idxd->batch_ring_sz = max_batches; in idxd_dev_configure()
H A Dioat_private.h47 uint16_t max_batches; member
H A Didxd_vdev.c163 idxd.max_batches = idxd_vdev_get_max_batches(&vdev_args); in idxd_rawdev_probe_vdev()
H A Didxd_pci.c221 idxd->max_batches = wq_size; in init_pci_device()