Searched defs:scheduler_ctx (Results 1 – 1 of 1) sorted by relevance
29 struct scheduler_ctx { struct30 void *private_ctx;34 uint32_t nb_capabilities;36 uint32_t max_nb_queue_pairs;39 uint32_t nb_workers;41 enum rte_cryptodev_scheduler_mode mode;43 struct rte_cryptodev_scheduler_ops ops;45 uint8_t reordering_enabled;49 uint16_t wc_pool[RTE_MAX_LCORE];50 uint16_t nb_wc;[all …]