Lines Matching refs:driver_id
711 rte_cryptodev_device_count_by_driver(uint8_t driver_id) in rte_cryptodev_device_count_by_driver() argument
716 if (cryptodev_globals.devs[i].driver_id == driver_id && in rte_cryptodev_device_count_by_driver()
1244 obj_size) || (s.nb_drivers <= dev->driver_id) || in rte_cryptodev_queue_pair_setup()
1731 index = dev->driver_id; in rte_cryptodev_sym_session_init()
1957 sess->driver_id = dev->driver_id; in rte_cryptodev_asym_session_create()
1985 uint8_t driver_id; in rte_cryptodev_sym_session_clear() local
1997 driver_id = dev->driver_id; in rte_cryptodev_sym_session_clear()
1998 if (sess->sess_data[driver_id].refcnt == 0) in rte_cryptodev_sym_session_clear()
2000 if (--sess->sess_data[driver_id].refcnt != 0) in rte_cryptodev_sym_session_clear()
2451 rte_cryptodev_driver_name_get(uint8_t driver_id) in rte_cryptodev_driver_name_get() argument
2456 if (driver->id == driver_id) in rte_cryptodev_driver_name_get()