MCPcopy Create free account
hub / github.com/F-Stack/f-stack / req_pool_obj_init

Function req_pool_obj_init

dpdk/drivers/crypto/nitrox/nitrox_sym_reqmgr.c:881–887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

879}
880
881static void
882req_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
889struct rte_mempool *
890nitrox_sym_req_pool_create(struct rte_cryptodev *cdev, uint32_t nobjs,

Callers

nothing calls this directly

Calls 2

softreq_initFunction · 0.85
rte_mempool_virt2iovaFunction · 0.85

Tested by

no test coverage detected