Lines Matching refs:devs
52 .devs = rte_crypto_devices,
512 return &cryptodev_globals.devs[dev_id]; in rte_cryptodev_pmd_get_dev()
525 dev = &cryptodev_globals.devs[i]; in rte_cryptodev_pmd_get_named_dev()
572 if ((strcmp(cryptodev_globals.devs[i].data->name, name) in rte_cryptodev_get_dev_id()
574 (cryptodev_globals.devs[i].attached == in rte_cryptodev_get_dev_id()
594 if (cryptodev_globals.devs[i].driver_id == driver_id && in rte_cryptodev_device_count_by_driver()
595 cryptodev_globals.devs[i].attached == in rte_cryptodev_device_count_by_driver()
607 struct rte_cryptodev *devs = cryptodev_globals.devs; in rte_cryptodev_devices_get() local
613 if (devs[i].attached == RTE_CRYPTODEV_ATTACHED) { in rte_cryptodev_devices_get()
616 cmp = strncmp(devs[i].device->driver->name, in rte_cryptodev_devices_get()
621 devices[count++] = devs[i].data->dev_id; in rte_cryptodev_devices_get()