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

Function softreq_init

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

Source from the content-addressed store, hash-verified

169};
170
171static void
172softreq_init(struct nitrox_softreq *sr, rte_iova_t iova)
173{
174 memset(sr, 0, sizeof(*sr));
175 sr->iova = iova;
176}
177
178/*
179 * 64-Byte Instruction Format

Callers 2

nitrox_process_se_reqFunction · 0.85
req_pool_obj_initFunction · 0.85

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected