Lines Matching refs:queue_conf
468 struct rte_event_queue_conf *queue_conf) in dpaa_event_queue_def_conf() argument
475 memset(queue_conf, 0, sizeof(struct rte_event_queue_conf)); in dpaa_event_queue_def_conf()
476 queue_conf->nb_atomic_flows = DPAA_EVENT_QUEUE_ATOMIC_FLOWS; in dpaa_event_queue_def_conf()
477 queue_conf->schedule_type = RTE_SCHED_TYPE_PARALLEL; in dpaa_event_queue_def_conf()
478 queue_conf->priority = RTE_EVENT_DEV_PRIORITY_HIGHEST; in dpaa_event_queue_def_conf()
483 const struct rte_event_queue_conf *queue_conf) in dpaa_event_queue_setup() argument
490 switch (queue_conf->schedule_type) { in dpaa_event_queue_setup()
498 evq_info->event_queue_cfg = queue_conf->event_queue_cfg; in dpaa_event_queue_setup()
638 const struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in dpaa_event_eth_rx_adapter_queue_add() argument
641 uint8_t ev_qid = queue_conf->ev.queue_id; in dpaa_event_eth_rx_adapter_queue_add()
651 queue_conf); in dpaa_event_eth_rx_adapter_queue_add()
661 ret = dpaa_eth_eventq_attach(eth_dev, rx_queue_id, ch_id, queue_conf); in dpaa_event_eth_rx_adapter_queue_add()