Searched refs:tbuf (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/cnxk/ |
| H A D | cn9k_ethdev_sec.c | 151 char tbuf[128] = {0}; in cn9k_eth_sec_session_create() local 202 snprintf(tbuf, sizeof(tbuf), in cn9k_eth_sec_session_create() 210 snprintf(tbuf, sizeof(tbuf), in cn9k_eth_sec_session_create() 222 snprintf(tbuf, sizeof(tbuf), in cn9k_eth_sec_session_create() 278 snprintf(tbuf, sizeof(tbuf), in cn9k_eth_sec_session_create() 331 plt_err("%s", tbuf); in cn9k_eth_sec_session_create()
|
| H A D | cn10k_ethdev_sec.c | 598 char tbuf[128] = {0}; in cn10k_eth_sec_session_create() local 658 snprintf(tbuf, sizeof(tbuf), in cn10k_eth_sec_session_create() 664 snprintf(tbuf, sizeof(tbuf), in cn10k_eth_sec_session_create() 674 snprintf(tbuf, sizeof(tbuf), in cn10k_eth_sec_session_create() 688 snprintf(tbuf, sizeof(tbuf), in cn10k_eth_sec_session_create() 760 snprintf(tbuf, sizeof(tbuf), in cn10k_eth_sec_session_create() 775 snprintf(tbuf, sizeof(tbuf), in cn10k_eth_sec_session_create() 843 plt_err("%s", tbuf); in cn10k_eth_sec_session_create()
|
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_ops.c | 373 tbuf = sym_op->m_src; in cperf_set_ops_auth() 377 tbuf = tbuf->next; in cperf_set_ops_auth() 384 tbuf = tbuf->next; in cperf_set_ops_auth() 387 buf = tbuf; in cperf_set_ops_auth() 481 tbuf = sym_op->m_src; in cperf_set_ops_cipher_auth() 485 tbuf = tbuf->next; in cperf_set_ops_cipher_auth() 492 tbuf = tbuf->next; in cperf_set_ops_cipher_auth() 495 buf = tbuf; in cperf_set_ops_cipher_auth() 603 tbuf = tbuf->next; in cperf_set_ops_aead() 610 tbuf = tbuf->next; in cperf_set_ops_aead() [all …]
|
| /dpdk/app/test/ |
| H A D | test_pcapng.c | 186 char tbuf[128], src[64], dst[64]; in pkt_print() local 194 if (strftime(tbuf, sizeof(tbuf), "%X", tm) == 0) { in pkt_print() 203 tbuf, (unsigned long)h->ts.tv_usec, in pkt_print()
|
| H A D | test_bpf.c | 3207 uint8_t tbuf[tst->arg_sz]; in run_test() local 3218 tst->prepare(tbuf); in run_test() 3219 rc = rte_bpf_exec(bpf, tbuf); in run_test() 3220 ret = tst->check_result(rc, tbuf); in run_test() 3230 tst->prepare(tbuf); in run_test() 3231 rc = jit.func(tbuf); in run_test() 3232 rv = tst->check_result(rc, tbuf); in run_test() 3338 uint8_t tbuf[RTE_MBUF_DEFAULT_BUF_SIZE]; in test_bpf_filter_sanity() local 3344 dummy_mbuf_prep(&mb, tbuf, sizeof(tbuf), plen); in test_bpf_filter_sanity()
|