Searched refs:CHECK (Results 1 – 5 of 5) sorted by relevance
| /dpdk/lib/port/ |
| H A D | rte_swx_port_ethdev.c | 56 CHECK(params); in reader_create() 58 CHECK(params->dev_name); in reader_create() 60 CHECK(!status); in reader_create() 65 CHECK(params->burst_size); in reader_create() 69 CHECK(p); in reader_create() 74 CHECK(0); in reader_create() 188 CHECK(params); in writer_create() 190 CHECK(params->dev_name); in writer_create() 192 CHECK(!status); in writer_create() 201 CHECK(p); in writer_create() [all …]
|
| H A D | rte_swx_port_source_sink.c | 18 #define CHECK(condition) \ macro 77 CHECK(params); in source_create() 78 CHECK(params->pool); in source_create() 79 CHECK(params->file_name && params->file_name[0]); in source_create()
|
| /dpdk/lib/pipeline/ |
| H A D | rte_swx_pipeline.c | 128 CHECK(p, EINVAL); in rte_swx_pipeline_struct_type_register() 154 CHECK(st, ENOMEM); in rte_swx_pipeline_struct_type_register() 159 CHECK(0, ENOMEM); in rte_swx_pipeline_struct_type_register() 258 CHECK(p, EINVAL); in rte_swx_pipeline_port_in_type_register() 304 CHECK(p, EINVAL); in rte_swx_pipeline_port_in_config() 420 CHECK(p, EINVAL); in rte_swx_pipeline_port_out_type_register() 466 CHECK(p, EINVAL); in rte_swx_pipeline_port_out_config() 694 CHECK(p, EINVAL); in rte_swx_pipeline_extern_type_register() 733 CHECK(p, EINVAL); in rte_swx_pipeline_extern_type_member_func_register() 771 CHECK(p, EINVAL); in rte_swx_pipeline_extern_object_config() [all …]
|
| H A D | rte_swx_ctl.c | 359 CHECK(entry, EINVAL); in table_entry_check() 1461 CHECK(ctl, EINVAL); in rte_swx_ctl_pipeline_table_entry_add() 1465 CHECK(table, EINVAL); in rte_swx_ctl_pipeline_table_entry_add() 1468 CHECK(entry, EINVAL); in rte_swx_ctl_pipeline_table_entry_add() 1575 CHECK(ctl, EINVAL); in rte_swx_ctl_pipeline_table_entry_delete() 1579 CHECK(table, EINVAL); in rte_swx_ctl_pipeline_table_entry_delete() 1582 CHECK(entry, EINVAL); in rte_swx_ctl_pipeline_table_entry_delete() 1665 CHECK(ctl, EINVAL); in rte_swx_ctl_pipeline_table_default_entry_add() 2392 CHECK(ctl, EINVAL); in rte_swx_ctl_pipeline_learner_default_entry_add() 2396 CHECK(l, EINVAL); in rte_swx_ctl_pipeline_learner_default_entry_add() [all …]
|
| /dpdk/lib/table/ |
| H A D | rte_swx_table_em.c | 384 CHECK(params, EINVAL); in __table_create() 386 CHECK(params->key_size, EINVAL); in __table_create() 388 CHECK(params->n_keys_max, EINVAL); in __table_create() 424 CHECK(memory, ENOMEM); in __table_create() 484 CHECK(t, EINVAL); in table_add() 485 CHECK(entry, EINVAL); in table_add() 486 CHECK(entry->key, EINVAL); in table_add() 534 CHECK(0, ENOSPC); in table_add() 544 CHECK(t, EINVAL); in table_del() 545 CHECK(entry, EINVAL); in table_del() [all …]
|