Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_mvep_deinit
Function
rte_mvep_deinit
dpdk/drivers/common/mvep/mvep_common.c:37–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
int rte_mvep_deinit(enum mvep_module_type module __rte_unused)
38
{
39
mvep.ref_count--;
40
41
if (!mvep.ref_count)
42
mv_sys_dma_mem_destroy();
43
44
return 0;
45
}
Callers
5
cryptodev_mrvl_crypto_uninit
Function · 0.85
mrvl_dev_close
Function · 0.85
rte_pmd_mrvl_probe
Function · 0.85
mvneta_dev_close
Function · 0.85
rte_pmd_mvneta_probe
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected