Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dconfig.c1701 ppt = list; in template_alloc()
1702 while (*ppt && (*ppt)->id > id) in template_alloc()
1703 ppt = &(*ppt)->next; in template_alloc()
1704 if (*ppt && (*ppt)->id == id) { in template_alloc()
1710 pt->next = *ppt; in template_alloc()
1712 *ppt = pt; in template_alloc()
1744 ppt = list; in table_alloc()
1745 while (*ppt && (*ppt)->id > id) in table_alloc()
1746 ppt = &(*ppt)->next; in table_alloc()
1747 if (*ppt && (*ppt)->id == id) { in table_alloc()
[all …]