Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ nitrox_qp_release
Function
nitrox_qp_release
dpdk/drivers/crypto/nitrox/nitrox_qp.c:110–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
int
111
nitrox_qp_release(struct nitrox_qp *qp, uint8_t *bar_addr)
112
{
113
nitrox_release_ridq(qp);
114
return nitrox_release_cmdq(qp, bar_addr);
115
}
Callers
2
nitrox_sym_dev_qp_setup
Function · 0.85
nitrox_sym_dev_qp_release
Function · 0.85
Calls
2
nitrox_release_ridq
Function · 0.85
nitrox_release_cmdq
Function · 0.85
Tested by
no test coverage detected