Lines Matching refs:devs
41 .devs = rte_crypto_devices,
634 return &cryptodev_globals.devs[dev_id]; in rte_cryptodev_pmd_get_dev()
647 dev = &cryptodev_globals.devs[i]; in rte_cryptodev_pmd_get_named_dev()
694 if ((strcmp(cryptodev_globals.devs[i].data->name, name) in rte_cryptodev_get_dev_id()
696 (cryptodev_globals.devs[i].attached == in rte_cryptodev_get_dev_id()
716 if (cryptodev_globals.devs[i].driver_id == driver_id && in rte_cryptodev_device_count_by_driver()
717 cryptodev_globals.devs[i].attached == in rte_cryptodev_device_count_by_driver()
729 struct rte_cryptodev *devs = cryptodev_globals.devs; in rte_cryptodev_devices_get() local
735 if (devs[i].attached == RTE_CRYPTODEV_ATTACHED) { in rte_cryptodev_devices_get()
738 cmp = strncmp(devs[i].device->driver->name, in rte_cryptodev_devices_get()
743 devices[count++] = devs[i].data->dev_id; in rte_cryptodev_devices_get()