Home
last modified time | relevance | path

Searched defs:queue_conf (Results 1 – 25 of 39) sorted by relevance

12

/dpdk/drivers/event/dlb2/
H A Ddlb2_selftest.c285 struct rte_event_queue_conf queue_conf; in test_single_link() local
494 struct rte_event_queue_conf queue_conf; in test_reconfiguration_link() local
821 struct rte_event_queue_conf queue_conf; in test_load_balanced_traffic() local
945 struct rte_event_queue_conf queue_conf; in test_directed_traffic() local
1078 struct rte_event_queue_conf queue_conf; in test_deferred_sched() local
1231 struct rte_event_queue_conf queue_conf; in test_delayed_pop() local
H A Ddlb2.c879 struct rte_event_queue_conf *queue_conf) in dlb2_eventdev_queue_default_conf_get()
955 const struct rte_event_queue_conf *queue_conf) in dlb2_program_sn_allocation()
1095 const struct rte_event_queue_conf *queue_conf) in dlb2_eventdev_ldb_queue_setup()
1156 const struct rte_event_queue_conf *queue_conf) in dlb2_eventdev_queue_setup()
/dpdk/lib/power/
H A Drte_power_pmd_mgmt.c250 struct queue_list_entry *queue_conf = arg; in clb_multiwait() local
288 struct queue_list_entry *queue_conf = arg; in clb_umwait() local
315 struct queue_list_entry *queue_conf = arg; in clb_pause() local
357 struct queue_list_entry *queue_conf = arg; in clb_scale_freq() local
/dpdk/examples/ip_pipeline/
H A Dcryptodev.c53 struct rte_cryptodev_qp_conf queue_conf; in cryptodev_create() local
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cryptodev.c62 struct rte_cryptodev_qp_conf queue_conf; in softnic_cryptodev_create() local
/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev.c480 struct rte_event_queue_conf *queue_conf) in dpaa2_eventdev_queue_def_conf()
496 const struct rte_event_queue_conf *queue_conf) in dpaa2_eventdev_queue_setup()
696 const struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in dpaa2_eventdev_eth_queue_add_all()
726 const struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in dpaa2_eventdev_eth_queue_add()
/dpdk/drivers/raw/ntb/
H A Dntb.c256 rte_rawdev_obj_t queue_conf, in ntb_queue_conf_get()
307 rte_rawdev_obj_t queue_conf, in ntb_rxq_setup()
392 rte_rawdev_obj_t queue_conf, in ntb_txq_setup()
460 rte_rawdev_obj_t queue_conf, in ntb_queue_setup()
/dpdk/drivers/event/skeleton/
H A Dskeleton_eventdev.c161 struct rte_event_queue_conf *queue_conf) in skeleton_eventdev_queue_def_conf()
187 const struct rte_event_queue_conf *queue_conf) in skeleton_eventdev_queue_setup()
/dpdk/lib/eventdev/
H A Drte_eventdev.c497 struct rte_event_queue_conf *queue_conf) in rte_event_queue_default_conf_get()
519 is_valid_atomic_queue_conf(const struct rte_event_queue_conf *queue_conf) in is_valid_atomic_queue_conf()
535 is_valid_ordered_queue_conf(const struct rte_event_queue_conf *queue_conf) in is_valid_ordered_queue_conf()
553 const struct rte_event_queue_conf *queue_conf) in rte_event_queue_setup()
H A Drte_event_eth_rx_adapter.c2138 const struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in rxa_sw_add()
2555 const struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in rte_event_eth_rx_adapter_queue_add()
3219 struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in rte_event_eth_rx_adapter_queue_conf_get()
3362 struct rte_event_eth_rx_adapter_queue_conf queue_conf; in handle_rxa_get_queue_conf() local
/dpdk/drivers/event/octeontx/
H A Dssovf_evdev.c187 struct rte_event_queue_conf *queue_conf) in ssovf_queue_def_conf()
207 const struct rte_event_queue_conf *queue_conf) in ssovf_queue_setup()
389 const struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in ssovf_eth_rx_adapter_queue_add()
/dpdk/drivers/event/dpaa/
H A Ddpaa_eventdev.c468 struct rte_event_queue_conf *queue_conf) in dpaa_event_queue_def_conf()
483 const struct rte_event_queue_conf *queue_conf) 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()
/dpdk/lib/rawdev/
H A Drte_rawdev.c126 rte_rawdev_obj_t queue_conf, in rte_rawdev_queue_conf_get()
142 rte_rawdev_obj_t queue_conf, in rte_rawdev_queue_setup()
/dpdk/drivers/raw/skeleton/
H A Dskeleton_rawdev.c227 rte_rawdev_obj_t queue_conf, in skeleton_rawdev_queue_def_conf()
261 rte_rawdev_obj_t queue_conf, in skeleton_rawdev_queue_setup()
/dpdk/drivers/event/cnxk/
H A Dcnxk_eventdev.c288 struct rte_event_queue_conf *queue_conf) in cnxk_sso_queue_def_conf()
301 const struct rte_event_queue_conf *queue_conf) in cnxk_sso_queue_setup()
H A Dcnxk_eventdev_adptr.c211 const struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in cnxk_sso_rx_adapter_queue_add()
/dpdk/drivers/raw/cnxk_gpio/
H A Dcnxk_gpio.c282 rte_rawdev_obj_t queue_conf, size_t queue_conf_size) in cnxk_gpio_queue_setup()
348 rte_rawdev_obj_t queue_conf, size_t queue_conf_size) in cnxk_gpio_queue_def_conf()
/dpdk/drivers/raw/cnxk_bphy/
H A Dcnxk_bphy.c282 rte_rawdev_obj_t queue_conf, in cnxk_bphy_irq_queue_def_conf()
H A Dcnxk_bphy_cgx.c37 rte_rawdev_obj_t queue_conf, in cnxk_bphy_cgx_queue_def_conf()
/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_generic.c448 struct rte_event_eth_rx_adapter_queue_conf queue_conf; in init_adapters() local
/dpdk/drivers/baseband/null/
H A Dbbdev_null.c109 const struct rte_bbdev_queue_conf *queue_conf) in q_setup()
/dpdk/app/test-eventdev/
H A Dtest_pipeline_common.c333 struct rte_event_eth_rx_adapter_queue_conf queue_conf; in pipeline_event_rx_adapter_setup() local
/dpdk/app/test/
H A Dtest_event_eth_rx_adapter.c959 struct rte_event_eth_rx_adapter_queue_conf queue_conf = {0}; in adapter_queue_conf() local
H A Dtest_event_crypto_adapter.c624 struct rte_event_queue_conf queue_conf; in configure_eventdev() local
/dpdk/drivers/event/dsw/
H A Ddsw_evdev.c129 struct rte_event_queue_conf *queue_conf) in dsw_queue_def_conf()

12