Home
last modified time | relevance | path

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

/f-stack/tools/compat/
H A Dsysctl.c38 char *extra_buf = NULL; in sysctl() local
59 extra_buf = rte_malloc(NULL, total_len, 0); in sysctl()
60 if (extra_buf == NULL) { in sysctl()
67 msg->buf_addr = extra_buf; in sysctl()
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h391 uint32_t *psize, buf_ptr_t *extra_buf, in fill_sg_comp_from_iov() argument
395 uint32_t extra_len = extra_buf ? extra_buf->size : 0; in fill_sg_comp_from_iov()
444 rte_cpu_to_be_64(extra_buf->dma_addr); in fill_sg_comp_from_iov()