Searched refs:max_batches (Results 1 – 9 of 9) sorted by relevance
65 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 …]
46 unsigned short max_batches; member
225 idxd.max_batches = ret; in idxd_probe_dsa()
261 idxd->max_batches = wq_size; in init_pci_device()
90 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()
104 unsigned short max_batches; member138 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()
47 uint16_t max_batches; member
215 idxd.max_batches = ret; in idxd_rawdev_probe_dsa()
233 idxd->max_batches = wq_size; in init_pci_device()