Home
last modified time | relevance | path

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

12

/f-stack/dpdk/drivers/event/dlb/
H A Ddlb_selftest.c275 struct rte_event_queue_conf queue_conf; in test_single_link() local
471 struct rte_event_queue_conf queue_conf; in test_reconfiguration_link() local
798 struct rte_event_queue_conf queue_conf; in test_load_balanced_traffic() local
922 struct rte_event_queue_conf queue_conf; in test_directed_traffic() local
1055 struct rte_event_queue_conf queue_conf; in test_deferred_sched() local
1216 struct rte_event_queue_conf queue_conf; in test_delayed_pop() local
H A Ddlb.c888 struct rte_event_queue_conf *queue_conf) in dlb_eventdev_queue_default_conf_get()
1378 const struct rte_event_queue_conf *queue_conf) in dlb_program_sn_allocation()
1432 const struct rte_event_queue_conf *queue_conf) in dlb_eventdev_ldb_queue_setup()
1495 const struct rte_event_queue_conf *queue_conf) in dlb_eventdev_queue_setup()
/f-stack/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.c666 struct rte_event_queue_conf *queue_conf) in dlb2_eventdev_queue_default_conf_get()
742 const struct rte_event_queue_conf *queue_conf) in dlb2_program_sn_allocation()
881 const struct rte_event_queue_conf *queue_conf) in dlb2_eventdev_ldb_queue_setup()
942 const struct rte_event_queue_conf *queue_conf) in dlb2_eventdev_queue_setup()
/f-stack/dpdk/examples/ip_pipeline/
H A Dcryptodev.c54 struct rte_cryptodev_qp_conf queue_conf; in cryptodev_create() local
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cryptodev.c62 struct rte_cryptodev_qp_conf queue_conf; in softnic_cryptodev_create() local
/f-stack/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()
/f-stack/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev.c479 struct rte_event_queue_conf *queue_conf) in dpaa2_eventdev_queue_def_conf()
495 const struct rte_event_queue_conf *queue_conf) in dpaa2_eventdev_queue_setup()
695 const struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in dpaa2_eventdev_eth_queue_add_all()
725 const struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in dpaa2_eventdev_eth_queue_add()
H A Ddpaa2_eventdev_selftest.c165 struct rte_event_queue_conf queue_conf; in _eventdev_setup() local
/f-stack/dpdk/drivers/event/skeleton/
H A Dskeleton_eventdev.c160 struct rte_event_queue_conf *queue_conf) in skeleton_eventdev_queue_def_conf()
186 const struct rte_event_queue_conf *queue_conf) in skeleton_eventdev_queue_setup()
/f-stack/dpdk/drivers/event/octeontx/
H A Dssovf_evdev.c184 struct rte_event_queue_conf *queue_conf) in ssovf_queue_def_conf()
204 const struct rte_event_queue_conf *queue_conf) in ssovf_queue_setup()
386 const struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in ssovf_eth_rx_adapter_queue_add()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_eventdev.c587 struct rte_event_queue_conf *queue_conf) in rte_event_queue_default_conf_get()
609 is_valid_atomic_queue_conf(const struct rte_event_queue_conf *queue_conf) in is_valid_atomic_queue_conf()
625 is_valid_ordered_queue_conf(const struct rte_event_queue_conf *queue_conf) in is_valid_ordered_queue_conf()
643 const struct rte_event_queue_conf *queue_conf) in rte_event_queue_setup()
/f-stack/dpdk/drivers/event/dpaa/
H A Ddpaa_eventdev.c467 struct rte_event_queue_conf *queue_conf) in dpaa_event_queue_def_conf()
482 const struct rte_event_queue_conf *queue_conf) in dpaa_event_queue_setup()
637 const struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in dpaa_event_eth_rx_adapter_queue_add()
/f-stack/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()
/f-stack/dpdk/lib/librte_rawdev/
H A Drte_rawdev.c140 rte_rawdev_obj_t queue_conf, in rte_rawdev_queue_conf_get()
156 rte_rawdev_obj_t queue_conf, in rte_rawdev_queue_setup()
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_generic.c447 struct rte_event_eth_rx_adapter_queue_conf queue_conf; in init_adapters() local
H A Dpipeline_worker_tx.c762 struct rte_event_eth_rx_adapter_queue_conf queue_conf; in init_adapters() local
/f-stack/dpdk/drivers/baseband/null/
H A Dbbdev_null.c103 const struct rte_bbdev_queue_conf *queue_conf) in q_setup()
/f-stack/dpdk/app/test-eventdev/
H A Dtest_pipeline_common.c314 struct rte_event_eth_rx_adapter_queue_conf queue_conf; in pipeline_event_rx_adapter_setup() local
H A Dtest_perf_common.c361 struct rte_event_eth_rx_adapter_queue_conf queue_conf; in perf_event_rx_adapter_setup() local
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev_adptr.c313 const struct rte_event_eth_rx_adapter_queue_conf *queue_conf) in otx2_sso_rx_adapter_queue_add()
H A Dotx2_evdev.c1197 struct rte_event_queue_conf *queue_conf) in otx2_sso_queue_def_conf()
1210 const struct rte_event_queue_conf *queue_conf) in otx2_sso_queue_setup()
/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_evdev.c132 struct rte_event_queue_conf *queue_conf) in dsw_queue_def_conf()
/f-stack/dpdk/app/test/
H A Dtest_event_crypto_adapter.c611 struct rte_event_queue_conf queue_conf; in configure_eventdev() local
/f-stack/dpdk/examples/ipsec-secgw/
H A Devent_helper.c735 struct rte_event_eth_rx_adapter_queue_conf queue_conf = {0}; in eh_rx_adapter_configure() local

12