Home
last modified time | relevance | path

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

/dpdk/lib/cryptodev/
H A Drte_cryptodev.h497 struct rte_cryptodev_info { struct
498 const char *driver_name; /**< Driver name. */
499 uint8_t driver_id; /**< Driver identifier */
500 struct rte_device *device; /**< Generic device information. */
502 uint64_t feature_flags;
505 const struct rte_cryptodev_capabilities *capabilities;
508 unsigned max_nb_queue_pairs;
511 uint16_t min_mbuf_headroom_req;
514 uint16_t min_mbuf_tailroom_req;
517 struct {
[all …]