MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_regexdev_unregister

Function rte_regexdev_unregister

dpdk/lib/regexdev/rte_regexdev.c:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void
130rte_regexdev_unregister(struct rte_regexdev *dev)
131{
132 dev->state = RTE_REGEXDEV_UNUSED;
133}
134
135struct rte_regexdev *
136rte_regexdev_get_device_by_name(const char *name)

Callers 4

ree_dev_registerFunction · 0.85
ree_dev_unregisterFunction · 0.85
mlx5_regex_dev_probeFunction · 0.85
mlx5_regex_dev_removeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected