| 879 | } |
| 880 | |
| 881 | static void |
| 882 | req_pool_obj_init(__rte_unused struct rte_mempool *mp, |
| 883 | __rte_unused void *opaque, void *obj, |
| 884 | __rte_unused unsigned int obj_idx) |
| 885 | { |
| 886 | softreq_init(obj, rte_mempool_virt2iova(obj)); |
| 887 | } |
| 888 | |
| 889 | struct rte_mempool * |
| 890 | nitrox_sym_req_pool_create(struct rte_cryptodev *cdev, uint32_t nobjs, |
nothing calls this directly
no test coverage detected