| /f-stack/dpdk/app/test/ |
| H A D | test_table_tables.c | 144 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 D | test_table_ports.c | 24 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 D | rte_port.h | 120 rte_port_in_op_create f_create; /**< Create */ member 222 rte_port_out_op_create f_create; /**< Create */ member
|
| H A D | rte_port_ring.c | 740 .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 D | rte_port_frag.c | 266 .f_create = rte_port_ring_reader_ipv4_frag_create, 273 .f_create = rte_port_ring_reader_ipv6_frag_create,
|
| H A D | rte_port_kni.c | 494 .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 D | rte_port_sched.c | 281 .f_create = rte_port_sched_reader_create, 288 .f_create = rte_port_sched_writer_create,
|
| H A D | rte_port_fd.c | 496 .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 D | rte_port_ethdev.c | 502 .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 D | rte_port_sym_crypto.c | 530 .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 D | rte_port_ras.c | 317 .f_create = rte_port_ring_writer_ipv4_ras_create, 326 .f_create = rte_port_ring_writer_ipv6_ras_create,
|
| H A D | rte_port_eventdev.c | 562 .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 D | rte_port_source_sink.c | 606 .f_create = rte_port_source_create, 613 .f_create = rte_port_sink_create,
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table.h | 258 rte_table_op_create f_create; /**< Create */ member
|
| H A D | rte_table_stub.c | 84 .f_create = rte_table_stub_create,
|
| H A D | rte_table_array.c | 199 .f_create = rte_table_array_create,
|
| H A D | rte_table_hash_cuckoo.c | 315 .f_create = rte_table_hash_cuckoo_create,
|
| H A D | rte_table_lpm_ipv6.c | 360 .f_create = rte_table_lpm_ipv6_create,
|
| H A D | rte_table_lpm.c | 358 .f_create = rte_table_lpm_create,
|
| H A D | rte_table_hash_key16.c | 1168 .f_create = rte_table_hash_create_key16_lru, 1179 .f_create = rte_table_hash_create_key16_ext,
|
| H A D | rte_table_hash_key8.c | 1135 .f_create = rte_table_hash_create_key8_lru, 1146 .f_create = rte_table_hash_create_key8_ext,
|
| H A D | rte_table_hash_key32.c | 1201 .f_create = rte_table_hash_create_key32_lru, 1212 .f_create = rte_table_hash_create_key32_ext,
|
| H A D | rte_table_acl.c | 790 .f_create = rte_table_acl_create,
|
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_pipeline.c | 304 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 D | rte_flow_classify.c | 350 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()
|