| 807 | } |
| 808 | |
| 809 | struct rte_cryptodev * |
| 810 | rte_cryptodev_pmd_get_dev(uint8_t dev_id) |
| 811 | { |
| 812 | return &cryptodev_globals.devs[dev_id]; |
| 813 | } |
| 814 | |
| 815 | struct rte_cryptodev * |
| 816 | rte_cryptodev_pmd_get_named_dev(const char *name) |
no outgoing calls
no test coverage detected