Home
last modified time | relevance | path

Searched refs:ext_buf_addr (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_mbuf.c2303 void *ext_buf_addr = opaque; in ext_buf_free_callback_fn() local
2305 if (ext_buf_addr == NULL) { in ext_buf_free_callback_fn()
2309 rte_free(ext_buf_addr); in ext_buf_free_callback_fn()
2310 ext_buf_addr = NULL; in ext_buf_free_callback_fn()
2331 void *ext_buf_addr = NULL; in test_pktmbuf_ext_shinfo_init_helper() local
2345 if (ext_buf_addr == NULL) in test_pktmbuf_ext_shinfo_init_helper()
2349 ext_buf_free_callback_fn, ext_buf_addr); in test_pktmbuf_ext_shinfo_init_helper()
2359 buf_iova = rte_mempool_virt2iova(ext_buf_addr); in test_pktmbuf_ext_shinfo_init_helper()
2419 if (ext_buf_addr != NULL) { in test_pktmbuf_ext_shinfo_init_helper()
2420 rte_free(ext_buf_addr); in test_pktmbuf_ext_shinfo_init_helper()
[all …]