Searched defs:active_device (Results 1 – 1 of 1) sorted by relevance
102 static struct active_device { struct103 const char *driver_name;104 uint8_t dev_id;105 uint16_t supported_ops;106 uint16_t queue_ids[MAX_QUEUES];107 uint16_t nb_queues;108 struct rte_mempool *ops_mempool;109 struct rte_mempool *in_mbuf_pool;110 struct rte_mempool *hard_out_mbuf_pool;111 struct rte_mempool *soft_out_mbuf_pool;[all …]