Home
last modified time | relevance | path

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

/dpdk/drivers/net/cnxk/
H A Dcn10k_flow.c29 const struct rte_flow_action_queue *q_conf; in cn10k_mtr_configure() local
44 q_conf = (const struct rte_flow_action_queue in cn10k_mtr_configure()
48 &q_conf->index); in cn10k_mtr_configure()
/dpdk/app/test-eventdev/
H A Dtest_perf_queue.c229 struct rte_event_queue_conf q_conf = { in perf_queue_eventdev_setup() local
236 q_conf.schedule_type = in perf_queue_eventdev_setup()
248 q_conf.priority = RTE_EVENT_DEV_PRIORITY_LOWEST - in perf_queue_eventdev_setup()
251 ret = rte_event_queue_setup(opt->dev_id, queue, &q_conf); in perf_queue_eventdev_setup()
H A Dtest_pipeline_queue.c647 struct rte_event_queue_conf q_conf = { in pipeline_queue_eventdev_setup() local
656 q_conf.event_queue_cfg = 0; in pipeline_queue_eventdev_setup()
659 q_conf.schedule_type = RTE_SCHED_TYPE_ATOMIC; in pipeline_queue_eventdev_setup()
661 q_conf.event_queue_cfg = in pipeline_queue_eventdev_setup()
666 q_conf.schedule_type = opt->sched_type_list[slot]; in pipeline_queue_eventdev_setup()
671 ret = rte_event_queue_setup(opt->dev_id, queue, &q_conf); in pipeline_queue_eventdev_setup()
H A Dtest_pipeline_atq.c605 struct rte_event_queue_conf q_conf = { in pipeline_atq_eventdev_setup() local
612 q_conf.event_queue_cfg = RTE_EVENT_QUEUE_CFG_ALL_TYPES; in pipeline_atq_eventdev_setup()
618 q_conf.event_queue_cfg = in pipeline_atq_eventdev_setup()
630 ret = rte_event_queue_setup(opt->dev_id, queue, &q_conf); in pipeline_atq_eventdev_setup()
H A Dtest_perf_atq.c226 struct rte_event_queue_conf q_conf = { in perf_atq_eventdev_setup() local
234 ret = rte_event_queue_setup(opt->dev_id, queue, &q_conf); in perf_atq_eventdev_setup()
/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()