Lines Matching refs:driver_id
589 rte_cryptodev_device_count_by_driver(uint8_t driver_id) in rte_cryptodev_device_count_by_driver() argument
594 if (cryptodev_globals.devs[i].driver_id == driver_id && in rte_cryptodev_device_count_by_driver()
1118 obj_size) || (s.nb_drivers <= dev->driver_id) || in rte_cryptodev_queue_pair_setup()
1336 index = dev->driver_id; in rte_cryptodev_sym_session_init()
1378 index = dev->driver_id; in rte_cryptodev_asym_session_init()
1540 uint8_t driver_id; in rte_cryptodev_sym_session_clear() local
1552 driver_id = dev->driver_id; in rte_cryptodev_sym_session_clear()
1553 if (sess->sess_data[driver_id].refcnt == 0) in rte_cryptodev_sym_session_clear()
1555 if (--sess->sess_data[driver_id].refcnt != 0) in rte_cryptodev_sym_session_clear()
2008 rte_cryptodev_driver_name_get(uint8_t driver_id) in rte_cryptodev_driver_name_get() argument
2013 if (driver->id == driver_id) in rte_cryptodev_driver_name_get()