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