Home
last modified time | relevance | path

Searched refs:f_create (Results 1 – 25 of 27) sorted by relevance

12

/dpdk/app/test/
H A Dtest_table_tables.c147 table = rte_table_stub_ops.f_create(NULL, 0, 1); in test_table_stub()
189 table = rte_table_array_ops.f_create(NULL, 0, 1); in test_table_array()
657 table = ops->f_create(&hash_params, 0, 1); in test_table_hash_lru_generic()
664 table = ops->f_create(&hash_params, 0, 1); in test_table_hash_lru_generic()
670 table = ops->f_create(&hash_params, 0, 1); in test_table_hash_lru_generic()
690 table = ops->f_create(&hash_params, 0, 1); in test_table_hash_lru_generic()
760 table = ops->f_create(&hash_params, 0, 1); in test_table_hash_ext_generic()
767 table = ops->f_create(&hash_params, 0, 1); in test_table_hash_ext_generic()
774 table = ops->f_create(&hash_params, 0, 1); in test_table_hash_ext_generic()
780 table = ops->f_create(&hash_params, 0, 1); in test_table_hash_ext_generic()
[all …]
H A Dtest_table_ports.c26 port = rte_port_ring_reader_ops.f_create(NULL, 0); in test_port_ring_reader()
36 port = rte_port_ring_reader_ops.f_create(&port_ring_reader_params, 0); in test_port_ring_reader()
50 port = rte_port_ring_reader_ops.f_create(&port_ring_reader_params, 0); in test_port_ring_reader()
90 port = rte_port_ring_writer_ops.f_create(NULL, 0); in test_port_ring_writer()
100 port = rte_port_ring_writer_ops.f_create(&port_ring_writer_params, 0); in test_port_ring_writer()
107 port = rte_port_ring_writer_ops.f_create(&port_ring_writer_params, 0); in test_port_ring_writer()
115 port = rte_port_ring_writer_ops.f_create(&port_ring_writer_params, 0); in test_port_ring_writer()
130 port = rte_port_ring_writer_ops.f_create(&port_ring_writer_params, 0); in test_port_ring_writer()
/dpdk/lib/port/
H A Drte_port.h120 rte_port_in_op_create f_create; /**< Create */ member
222 rte_port_out_op_create f_create; /**< Create */ member
H A Drte_port_ring.c740 .f_create = rte_port_ring_reader_create,
747 .f_create = rte_port_ring_writer_create,
756 .f_create = rte_port_ring_writer_nodrop_create,
765 .f_create = rte_port_ring_multi_reader_create,
772 .f_create = rte_port_ring_multi_writer_create,
781 .f_create = rte_port_ring_multi_writer_nodrop_create,
H A Drte_port_kni.c493 .f_create = rte_port_kni_reader_create,
500 .f_create = rte_port_kni_writer_create,
509 .f_create = rte_port_kni_writer_nodrop_create,
H A Drte_port_frag.c264 .f_create = rte_port_ring_reader_ipv4_frag_create,
271 .f_create = rte_port_ring_reader_ipv6_frag_create,
H A Drte_port_fd.c496 .f_create = rte_port_fd_reader_create,
503 .f_create = rte_port_fd_writer_create,
512 .f_create = rte_port_fd_writer_nodrop_create,
H A Drte_port_ethdev.c502 .f_create = rte_port_ethdev_reader_create,
509 .f_create = rte_port_ethdev_writer_create,
518 .f_create = rte_port_ethdev_writer_nodrop_create,
H A Drte_port_sched.c280 .f_create = rte_port_sched_reader_create,
287 .f_create = rte_port_sched_writer_create,
H A Drte_port_sym_crypto.c530 .f_create = rte_port_sym_crypto_reader_create,
537 .f_create = rte_port_sym_crypto_writer_create,
546 .f_create = rte_port_sym_crypto_writer_nodrop_create,
H A Drte_port_ras.c316 .f_create = rte_port_ring_writer_ipv4_ras_create,
325 .f_create = rte_port_ring_writer_ipv6_ras_create,
H A Drte_port_eventdev.c562 .f_create = rte_port_eventdev_reader_create,
569 .f_create = rte_port_eventdev_writer_create,
578 .f_create = rte_port_eventdev_writer_nodrop_create,
H A Drte_port_source_sink.c598 .f_create = rte_port_source_create,
605 .f_create = rte_port_sink_create,
/dpdk/lib/table/
H A Drte_table.h258 rte_table_op_create f_create; /**< Create */ member
H A Drte_table_stub.c83 .f_create = rte_table_stub_create,
H A Drte_table_array.c197 .f_create = rte_table_array_create,
H A Drte_table_hash_cuckoo.c313 .f_create = rte_table_hash_cuckoo_create,
H A Drte_table_lpm_ipv6.c357 .f_create = rte_table_lpm_ipv6_create,
H A Drte_table_lpm.c356 .f_create = rte_table_lpm_create,
H A Drte_table_hash_key8.c1133 .f_create = rte_table_hash_create_key8_lru,
1144 .f_create = rte_table_hash_create_key8_ext,
H A Drte_table_hash_key16.c1166 .f_create = rte_table_hash_create_key16_lru,
1177 .f_create = rte_table_hash_create_key16_ext,
H A Drte_table_hash_key32.c1199 .f_create = rte_table_hash_create_key32_lru,
1210 .f_create = rte_table_hash_create_key32_ext,
H A Drte_table_acl.c787 .f_create = rte_table_acl_create,
/dpdk/lib/pipeline/
H A Drte_pipeline.c300 if (params->ops->f_create == NULL) { in rte_table_check_params()
354 h_table = params->ops->f_create(params->arg_create, p->socket_id, in rte_pipeline_table_create()
714 if (params->ops->f_create == NULL) { in rte_pipeline_port_in_check_params()
773 if (params->ops->f_create == NULL) { in rte_pipeline_port_out_check_params()
820 h_port = params->ops->f_create(params->arg_create, p->socket_id); in rte_pipeline_port_in_create()
870 h_port = params->ops->f_create(params->arg_create, p->socket_id); in rte_pipeline_port_out_create()
/dpdk/lib/flow_classify/
H A Drte_flow_classify.c347 if (params->ops->f_create == NULL) { in rte_table_check_params()
388 h_table = params->ops->f_create(params->arg_create, cls->socket_id, in rte_flow_classify_table_create()

12