Searched refs:max_copies (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/raw/ioat/ |
| H A D | rte_ioat_rawdev_fns.h | 323 __ioat_completed_ops(int dev_id, uint8_t max_copies, in __ioat_completed_ops() argument 347 if (count > max_copies) in __ioat_completed_ops() 348 count = max_copies; in __ioat_completed_ops() 570 rte_ioat_completed_ops(int dev_id, uint8_t max_copies, in rte_ioat_completed_ops() argument 576 return __idxd_completed_ops(dev_id, max_copies, in rte_ioat_completed_ops() 579 return __ioat_completed_ops(dev_id, max_copies, in rte_ioat_completed_ops() 589 rte_ioat_completed_copies(int dev_id, uint8_t max_copies, in rte_ioat_completed_copies() argument 592 return rte_ioat_completed_ops(dev_id, max_copies, src_hdls, dst_hdls); in rte_ioat_completed_copies()
|
| H A D | rte_ioat_rawdev.h | 165 rte_ioat_completed_ops(int dev_id, uint8_t max_copies,
|