Lines Matching refs:queue_conf
479 struct rte_event_queue_conf *queue_conf) in dpaa2_eventdev_queue_def_conf() argument
486 queue_conf->nb_atomic_flows = DPAA2_EVENT_QUEUE_ATOMIC_FLOWS; in dpaa2_eventdev_queue_def_conf()
487 queue_conf->nb_atomic_order_sequences = in dpaa2_eventdev_queue_def_conf()
489 queue_conf->schedule_type = RTE_SCHED_TYPE_PARALLEL; in dpaa2_eventdev_queue_def_conf()
490 queue_conf->priority = RTE_EVENT_DEV_PRIORITY_NORMAL; in dpaa2_eventdev_queue_def_conf()
495 const struct rte_event_queue_conf *queue_conf) in dpaa2_eventdev_queue_setup() argument
502 switch (queue_conf->schedule_type) { in dpaa2_eventdev_queue_setup()
511 evq_info->event_queue_cfg = queue_conf->event_queue_cfg; in dpaa2_eventdev_queue_setup()
695 const struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in dpaa2_eventdev_eth_queue_add_all() argument
698 uint8_t ev_qid = queue_conf->ev.queue_id; in dpaa2_eventdev_eth_queue_add_all()
706 dpcon, queue_conf); in dpaa2_eventdev_eth_queue_add_all()
725 const struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in dpaa2_eventdev_eth_queue_add() argument
728 uint8_t ev_qid = queue_conf->ev.queue_id; in dpaa2_eventdev_eth_queue_add()
736 eth_dev, queue_conf); in dpaa2_eventdev_eth_queue_add()
739 dpcon, queue_conf); in dpaa2_eventdev_eth_queue_add()