Searched refs:msg_out_len_max (Results 1 – 15 of 15) sorted by relevance
| /dpdk/examples/ip_pipeline/ |
| H A D | conn.c | 30 size_t msg_out_len_max; member 53 (p->msg_out_len_max == 0) || in conn_init() 70 conn->msg_out = calloc(1, p->msg_out_len_max + 1); in conn_init() 122 conn->msg_out_len_max = p->msg_out_len_max; in conn_init() 238 conn->msg_out_len_max); in data_event_handle()
|
| H A D | conn.h | 22 size_t msg_out_len_max); 31 size_t msg_out_len_max; member
|
| H A D | main.c | 47 .msg_out_len_max = 1024 * 1024, 259 app.conn.msg_out_len_max); in main()
|
| H A D | cli.h | 16 size_t msg_out_len_max);
|
| H A D | cli.c | 6686 size_t msg_out_len_max) in cli_script_process() argument 6695 (msg_out_len_max == 0)) in cli_script_process() 6699 msg_out = malloc(msg_out_len_max + 1); in cli_script_process() 6725 msg_out_len_max); in cli_script_process()
|
| /dpdk/drivers/net/softnic/ |
| H A D | conn.c | 30 size_t msg_out_len_max; member 54 p->msg_out_len_max == 0 || in softnic_conn_init() 71 conn->msg_out = calloc(1, p->msg_out_len_max + 1); in softnic_conn_init() 123 conn->msg_out_len_max = p->msg_out_len_max; in softnic_conn_init() 241 conn->msg_out_len_max, in data_event_handle()
|
| H A D | conn.h | 22 size_t msg_out_len_max, 32 size_t msg_out_len_max; member
|
| H A D | rte_eth_softnic.c | 78 .msg_out_len_max = 1024 * 1024, 172 conn_params_default.msg_out_len_max); in pmd_dev_start()
|
| H A D | rte_eth_softnic_internals.h | 1145 size_t msg_out_len_max);
|
| H A D | rte_eth_softnic_cli.c | 6407 size_t msg_out_len_max) in softnic_cli_script_process() argument 6416 msg_out_len_max == 0) in softnic_cli_script_process() 6420 msg_out = malloc(msg_out_len_max + 1); in softnic_cli_script_process() 6446 msg_out_len_max, in softnic_cli_script_process()
|
| /dpdk/examples/pipeline/ |
| H A D | conn.c | 30 size_t msg_out_len_max; member 54 (p->msg_out_len_max == 0) || in conn_init() 71 conn->msg_out = calloc(1, p->msg_out_len_max + 1); in conn_init() 123 conn->msg_out_len_max = p->msg_out_len_max; in conn_init() 240 conn->msg_out_len_max, in data_event_handle()
|
| H A D | conn.h | 23 size_t msg_out_len_max, 33 size_t msg_out_len_max; member
|
| H A D | main.c | 33 .msg_out_len_max = 1024 * 1024, 175 app.conn.msg_out_len_max, in main()
|
| H A D | cli.h | 16 size_t msg_out_len_max,
|
| H A D | cli.c | 3337 size_t msg_out_len_max, in cli_script_process() argument 3347 (msg_out_len_max == 0)) in cli_script_process() 3351 msg_out = malloc(msg_out_len_max + 1); in cli_script_process() 3377 msg_out_len_max, in cli_script_process()
|