Searched refs:max_batches (Results 1 – 4 of 4) sorted by relevance
132 uint16_t max_batches = max_desc / BATCH_SIZE; in idxd_dev_configure() local146 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()
47 uint16_t max_batches; member
163 idxd.max_batches = idxd_vdev_get_max_batches(&vdev_args); in idxd_rawdev_probe_vdev()
221 idxd->max_batches = wq_size; in init_pci_device()