Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ nitrox_release_ridq
Function
nitrox_release_ridq
dpdk/drivers/crypto/nitrox/nitrox_qp.c:104–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
static void
105
nitrox_release_ridq(struct nitrox_qp *qp)
106
{
107
rte_free(qp->ridq);
108
}
109
110
int
111
nitrox_qp_release(struct nitrox_qp *qp, uint8_t *bar_addr)
Callers
1
nitrox_qp_release
Function · 0.85
Calls
1
rte_free
Function · 0.85
Tested by
no test coverage detected