MCPcopy 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
37int 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

mrvl_dev_closeFunction · 0.85
rte_pmd_mrvl_probeFunction · 0.85
mvneta_dev_closeFunction · 0.85
rte_pmd_mvneta_probeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected