Lines Matching refs:queue_conf
467 struct rte_event_queue_conf *queue_conf) in dpaa_event_queue_def_conf() argument
474 memset(queue_conf, 0, sizeof(struct rte_event_queue_conf)); in dpaa_event_queue_def_conf()
475 queue_conf->nb_atomic_flows = DPAA_EVENT_QUEUE_ATOMIC_FLOWS; in dpaa_event_queue_def_conf()
476 queue_conf->schedule_type = RTE_SCHED_TYPE_PARALLEL; in dpaa_event_queue_def_conf()
477 queue_conf->priority = RTE_EVENT_DEV_PRIORITY_HIGHEST; in dpaa_event_queue_def_conf()
482 const struct rte_event_queue_conf *queue_conf) in dpaa_event_queue_setup() argument
489 switch (queue_conf->schedule_type) { in dpaa_event_queue_setup()
497 evq_info->event_queue_cfg = queue_conf->event_queue_cfg; in dpaa_event_queue_setup()
637 const struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in dpaa_event_eth_rx_adapter_queue_add() argument
640 uint8_t ev_qid = queue_conf->ev.queue_id; in dpaa_event_eth_rx_adapter_queue_add()
650 queue_conf); in dpaa_event_eth_rx_adapter_queue_add()
660 ret = dpaa_eth_eventq_attach(eth_dev, rx_queue_id, ch_id, queue_conf); in dpaa_event_eth_rx_adapter_queue_add()