Home
last modified time | relevance | path

Searched refs:q_conf (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/app/test-eventdev/
H A Dtest_pipeline_queue.c343 struct rte_event_queue_conf q_conf = { in pipeline_queue_eventdev_setup() local
352 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()
H A Dtest_perf_queue.c185 struct rte_event_queue_conf q_conf = { in perf_queue_eventdev_setup() local
192 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()
H A Dtest_pipeline_atq.c323 struct rte_event_queue_conf q_conf = { in pipeline_atq_eventdev_setup() local
330 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()
H A Dtest_perf_atq.c184 struct rte_event_queue_conf q_conf = { in perf_atq_eventdev_setup() local
192 ret = rte_event_queue_setup(opt->dev_id, queue, &q_conf); in perf_atq_eventdev_setup()
/f-stack/dpdk/drivers/raw/ntb/
H A Dntb.c259 struct ntb_queue_conf *q_conf = queue_conf; in ntb_queue_conf_get() local
262 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()