Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c720 rte_iova_t *iovas = NULL; in create_extmem() local
754 iovas = malloc(sizeof(*iovas) * n_pages); in create_extmem()
756 if (iovas == NULL) { in create_extmem()
778 iovas[cur_page] = iova; in create_extmem()
784 if (iovas == NULL) in create_extmem()
790 param->iova_table = iovas; in create_extmem()
795 if (iovas) in create_extmem()
796 free(iovas); in create_extmem()