Lines Matching refs:queue_conf
480 struct rte_event_queue_conf *queue_conf) in dpaa2_eventdev_queue_def_conf() argument
487 queue_conf->nb_atomic_flows = DPAA2_EVENT_QUEUE_ATOMIC_FLOWS; in dpaa2_eventdev_queue_def_conf()
488 queue_conf->nb_atomic_order_sequences = in dpaa2_eventdev_queue_def_conf()
490 queue_conf->schedule_type = RTE_SCHED_TYPE_PARALLEL; in dpaa2_eventdev_queue_def_conf()
491 queue_conf->priority = RTE_EVENT_DEV_PRIORITY_NORMAL; in dpaa2_eventdev_queue_def_conf()
496 const struct rte_event_queue_conf *queue_conf) in dpaa2_eventdev_queue_setup() argument
503 switch (queue_conf->schedule_type) { in dpaa2_eventdev_queue_setup()
512 evq_info->event_queue_cfg = queue_conf->event_queue_cfg; in dpaa2_eventdev_queue_setup()
696 const struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in dpaa2_eventdev_eth_queue_add_all() argument
699 uint8_t ev_qid = queue_conf->ev.queue_id; in dpaa2_eventdev_eth_queue_add_all()
707 dpcon, queue_conf); in dpaa2_eventdev_eth_queue_add_all()
726 const struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in dpaa2_eventdev_eth_queue_add() argument
729 uint8_t ev_qid = queue_conf->ev.queue_id; in dpaa2_eventdev_eth_queue_add()
737 eth_dev, queue_conf); in dpaa2_eventdev_eth_queue_add()
740 dpcon, queue_conf); in dpaa2_eventdev_eth_queue_add()