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

Function rte_compressdev_get_dev

dpdk/lib/compressdev/rte_compressdev.c:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77static struct rte_compressdev *
78rte_compressdev_get_dev(uint8_t dev_id)
79{
80 return &compressdev_globals.devs[dev_id];
81}
82
83struct rte_compressdev *
84rte_compressdev_pmd_get_named_dev(const char *name)

Calls

no outgoing calls

Tested by

no test coverage detected