Searched refs:iovas (Results 1 – 1 of 1) sorted by relevance
720 rte_iova_t *iovas = NULL; in create_extmem() local754 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()