Home
last modified time | relevance | path

Searched defs:driver_id (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev_pmd.h524 #define RTE_PMD_REGISTER_CRYPTO_DRIVER(crypto_drv, drv, driver_id)\ argument
532 uint8_t driver_id) { in get_sym_session_private_data()
541 uint8_t driver_id, void *private_data) in set_sym_session_private_data()
554 uint8_t driver_id) { in get_asym_session_private_data()
560 uint8_t driver_id, void *private_data) in set_asym_session_private_data()
H A Drte_cryptodev.c589 rte_cryptodev_device_count_by_driver(uint8_t driver_id) in rte_cryptodev_device_count_by_driver()
1540 uint8_t driver_id; in rte_cryptodev_sym_session_clear() local
2008 rte_cryptodev_driver_name_get(uint8_t driver_id) in rte_cryptodev_driver_name_get()
H A Drte_cryptodev.h479 uint8_t driver_id; /**< Driver identifier */ member
858 uint8_t driver_id; member
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_ops_helper.h11 sym_session_clear(int driver_id, struct rte_cryptodev_sym_session *sess) in sym_session_clear()
H A Dotx2_cryptodev_ops.c353 sym_session_configure(int driver_id, struct rte_crypto_sym_xform *xform, in sym_session_configure()
683 const int driver_id = otx2_cryptodev_driver_id; in otx2_cpt_enqueue_sym_sessless() local
/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_ops.c238 sym_session_configure(int driver_id, struct rte_crypto_sym_xform *xform, in sym_session_configure()
312 sym_session_clear(int driver_id, struct rte_cryptodev_sym_session *sess) in sym_session_clear()
574 const int driver_id = otx_cryptodev_driver_id; in otx_cpt_enq_single_sym_sessless() local
/f-stack/dpdk/drivers/crypto/scheduler/
H A Dscheduler_pmd_private.h26 uint8_t driver_id; member