Searched refs:rte_cryptodev_get_dev_id (Results 1 – 8 of 8) sorted by relevance
24 rte_cryptodev_get_dev_id;
564 rte_cryptodev_get_dev_id(const char *name);
562 rte_cryptodev_get_dev_id(const char *name) in rte_cryptodev_get_dev_id() function
71 status = rte_cryptodev_get_dev_id(params->dev_name); in cryptodev_create()
79 status = rte_cryptodev_get_dev_id(params->dev_name); in softnic_cryptodev_create()
821 uint8_t cdev_id = rte_cryptodev_get_dev_id(crypto_name);1119 uint8_t cdev_id = rte_cryptodev_get_dev_id(crypto_name);
165 int id = rte_cryptodev_get_dev_id(arg); in parse_cryptodev_arg()
298 This name can be passed to "rte_cryptodev_get_dev_id()" to get the device_id.