| 890 | } |
| 891 | |
| 892 | uint8_t |
| 893 | rte_cryptodev_count(void) |
| 894 | { |
| 895 | rte_cryptodev_trace_count(cryptodev_globals.nb_devs); |
| 896 | |
| 897 | return cryptodev_globals.nb_devs; |
| 898 | } |
| 899 | |
| 900 | uint8_t |
| 901 | rte_cryptodev_device_count_by_driver(uint8_t driver_id) |
no outgoing calls