Searched refs:max_copies (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/raw/ioat/ |
| H A D | rte_ioat_rawdev_fns.h | 239 __ioat_completed_ops(int dev_id, uint8_t max_copies, in __ioat_completed_ops() argument 263 if (count > max_copies) in __ioat_completed_ops() 264 count = max_copies; in __ioat_completed_ops() 347 rte_ioat_completed_ops(int dev_id, uint8_t max_copies, in rte_ioat_completed_ops() argument 360 return __idxd_completed_ops(dev_id, max_copies, status, num_unsuccessful, in rte_ioat_completed_ops() 363 return __ioat_completed_ops(dev_id, max_copies, src_hdls, dst_hdls); in rte_ioat_completed_ops() 372 rte_ioat_completed_copies(int dev_id, uint8_t max_copies, in rte_ioat_completed_copies() argument 375 return rte_ioat_completed_ops(dev_id, max_copies, NULL, NULL, in rte_ioat_completed_copies()
|
| H A D | rte_ioat_rawdev.h | 203 rte_ioat_completed_ops(int dev_id, uint8_t max_copies,
|