Home
last modified time | relevance | path

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

12

/f-stack/dpdk/app/test/
H A Dtest_table_tables.c144 table = rte_table_stub_ops.f_create(NULL, 0, 1); in test_table_stub()
186 table = rte_table_array_ops.f_create(NULL, 0, 1); in test_table_array()
654 table = ops->f_create(&hash_params, 0, 1); in test_table_hash_lru_generic()
661 table = ops->f_create(&hash_params, 0, 1); in test_table_hash_lru_generic()
667 table = ops->f_create(&hash_params, 0, 1); in test_table_hash_lru_generic()
687 table = ops->f_create(&hash_params, 0, 1); in test_table_hash_lru_generic()
757 table = ops->f_create(&hash_params, 0, 1); in test_table_hash_ext_generic()
764 table = ops->f_create(&hash_params, 0, 1); in test_table_hash_ext_generic()
771 table = ops->f_create(&hash_params, 0, 1); in test_table_hash_ext_generic()
777 table = ops->f_create(&hash_params, 0, 1); in test_table_hash_ext_generic()
[all …]
H A Dtest_table_ports.c24 port = rte_port_ring_reader_ops.f_create(NULL, 0); in test_port_ring_reader()
34 port = rte_port_ring_reader_ops.f_create(&port_ring_reader_params, 0); in test_port_ring_reader()
48 port = rte_port_ring_reader_ops.f_create(&port_ring_reader_params, 0); in test_port_ring_reader()
88 port = rte_port_ring_writer_ops.f_create(NULL, 0); in test_port_ring_writer()
98 port = rte_port_ring_writer_ops.f_create(&port_ring_writer_params, 0); in test_port_ring_writer()
105 port = rte_port_ring_writer_ops.f_create(&port_ring_writer_params, 0); in test_port_ring_writer()
113 port = rte_port_ring_writer_ops.f_create(&port_ring_writer_params, 0); in test_port_ring_writer()
128 port = rte_port_ring_writer_ops.f_create(&port_ring_writer_params, 0); in test_port_ring_writer()
/f-stack/dpdk/lib/librte_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_frag.c266 .f_create = rte_port_ring_reader_ipv4_frag_create,
273 .f_create = rte_port_ring_reader_ipv6_frag_create,
H A Drte_port_kni.c494 .f_create = rte_port_kni_reader_create,
501 .f_create = rte_port_kni_writer_create,
510 .f_create = rte_port_kni_writer_nodrop_create,
H A Drte_port_sched.c281 .f_create = rte_port_sched_reader_create,
288 .f_create = rte_port_sched_writer_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_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.c317 .f_create = rte_port_ring_writer_ipv4_ras_create,
326 .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.c606 .f_create = rte_port_source_create,
613 .f_create = rte_port_sink_create,
/f-stack/dpdk/lib/librte_table/
H A Drte_table.h258 rte_table_op_create f_create; /**< Create */ member
H A Drte_table_stub.c84 .f_create = rte_table_stub_create,
H A Drte_table_array.c199 .f_create = rte_table_array_create,
H A Drte_table_hash_cuckoo.c315 .f_create = rte_table_hash_cuckoo_create,
H A Drte_table_lpm_ipv6.c360 .f_create = rte_table_lpm_ipv6_create,
H A Drte_table_lpm.c358 .f_create = rte_table_lpm_create,
H A Drte_table_hash_key16.c1168 .f_create = rte_table_hash_create_key16_lru,
1179 .f_create = rte_table_hash_create_key16_ext,
H A Drte_table_hash_key8.c1135 .f_create = rte_table_hash_create_key8_lru,
1146 .f_create = rte_table_hash_create_key8_ext,
H A Drte_table_hash_key32.c1201 .f_create = rte_table_hash_create_key32_lru,
1212 .f_create = rte_table_hash_create_key32_ext,
H A Drte_table_acl.c790 .f_create = rte_table_acl_create,
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_pipeline.c304 if (params->ops->f_create == NULL) { in rte_table_check_params()
358 h_table = params->ops->f_create(params->arg_create, p->socket_id, in rte_pipeline_table_create()
718 if (params->ops->f_create == NULL) { in rte_pipeline_port_in_check_params()
777 if (params->ops->f_create == NULL) { in rte_pipeline_port_out_check_params()
824 h_port = params->ops->f_create(params->arg_create, p->socket_id); in rte_pipeline_port_in_create()
874 h_port = params->ops->f_create(params->arg_create, p->socket_id); in rte_pipeline_port_out_create()
/f-stack/dpdk/lib/librte_flow_classify/
H A Drte_flow_classify.c350 if (params->ops->f_create == NULL) { in rte_table_check_params()
391 h_table = params->ops->f_create(params->arg_create, cls->socket_id, in rte_flow_classify_table_create()

12