Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
171
static void
172
softreq_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_req
Function · 0.85
req_pool_obj_init
Function · 0.85
Calls
1
memset
Function · 0.85
Tested by
no test coverage detected