Searched refs:q_conf (Results 1 – 5 of 5) sorted by relevance
343 struct rte_event_queue_conf q_conf = { in pipeline_queue_eventdev_setup() local352 q_conf.event_queue_cfg = 0; in pipeline_queue_eventdev_setup()355 q_conf.schedule_type = RTE_SCHED_TYPE_ATOMIC; in pipeline_queue_eventdev_setup()357 q_conf.event_queue_cfg = in pipeline_queue_eventdev_setup()362 q_conf.schedule_type = opt->sched_type_list[slot]; in pipeline_queue_eventdev_setup()367 ret = rte_event_queue_setup(opt->dev_id, queue, &q_conf); in pipeline_queue_eventdev_setup()
185 struct rte_event_queue_conf q_conf = { in perf_queue_eventdev_setup() local192 q_conf.schedule_type = in perf_queue_eventdev_setup()204 q_conf.priority = RTE_EVENT_DEV_PRIORITY_LOWEST - in perf_queue_eventdev_setup()207 ret = rte_event_queue_setup(opt->dev_id, queue, &q_conf); in perf_queue_eventdev_setup()
323 struct rte_event_queue_conf q_conf = { in pipeline_atq_eventdev_setup() local330 q_conf.event_queue_cfg = RTE_EVENT_QUEUE_CFG_ALL_TYPES; in pipeline_atq_eventdev_setup()335 q_conf.event_queue_cfg = in pipeline_atq_eventdev_setup()344 ret = rte_event_queue_setup(opt->dev_id, queue, &q_conf); in pipeline_atq_eventdev_setup()
184 struct rte_event_queue_conf q_conf = { in perf_atq_eventdev_setup() local192 ret = rte_event_queue_setup(opt->dev_id, queue, &q_conf); in perf_atq_eventdev_setup()
259 struct ntb_queue_conf *q_conf = queue_conf; in ntb_queue_conf_get() local262 if (conf_size != sizeof(*q_conf)) in ntb_queue_conf_get()265 q_conf->tx_free_thresh = hw->tx_queues[queue_id]->tx_free_thresh; in ntb_queue_conf_get()266 q_conf->nb_desc = hw->rx_queues[queue_id]->nb_rx_desc; in ntb_queue_conf_get()267 q_conf->rx_mp = hw->rx_queues[queue_id]->mpool; in ntb_queue_conf_get()