Searched refs:msg_out_len_max (Results 1 – 15 of 15) sorted by relevance
| /f-stack/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 | cli.h | 16 size_t msg_out_len_max);
|
| 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.c | 6695 size_t msg_out_len_max) in cli_script_process() argument 6704 (msg_out_len_max == 0)) in cli_script_process() 6708 msg_out = malloc(msg_out_len_max + 1); in cli_script_process() 6734 msg_out_len_max); in cli_script_process()
|
| /f-stack/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() 240 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, 171 conn_params_default.msg_out_len_max); in pmd_dev_start()
|
| H A D | rte_eth_softnic_internals.h | 1132 size_t msg_out_len_max);
|
| H A D | rte_eth_softnic_cli.c | 6411 size_t msg_out_len_max) in softnic_cli_script_process() argument 6420 msg_out_len_max == 0) in softnic_cli_script_process() 6424 msg_out = malloc(msg_out_len_max + 1); in softnic_cli_script_process() 6450 msg_out_len_max, in softnic_cli_script_process()
|
| /f-stack/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 | 1374 size_t msg_out_len_max, in cli_script_process() argument 1384 (msg_out_len_max == 0)) in cli_script_process() 1388 msg_out = malloc(msg_out_len_max + 1); in cli_script_process() 1414 msg_out_len_max, in cli_script_process()
|