Searched refs:q_conf (Results 1 – 6 of 6) sorted by relevance
29 const struct rte_flow_action_queue *q_conf; in cn10k_mtr_configure() local44 q_conf = (const struct rte_flow_action_queue in cn10k_mtr_configure()48 &q_conf->index); in cn10k_mtr_configure()
229 struct rte_event_queue_conf q_conf = { in perf_queue_eventdev_setup() local236 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()
647 struct rte_event_queue_conf q_conf = { in pipeline_queue_eventdev_setup() local656 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()
605 struct rte_event_queue_conf q_conf = { in pipeline_atq_eventdev_setup() local612 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()
226 struct rte_event_queue_conf q_conf = { in perf_atq_eventdev_setup() local234 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()