Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ofld.h59 union aopen_entry *afree; member
H A Dcxgbe_main.c368 if (t->afree) { in cxgbe_alloc_atid()
369 union aopen_entry *p = t->afree; in cxgbe_alloc_atid()
372 t->afree = p->next; in cxgbe_alloc_atid()
388 p->next = t->afree; in cxgbe_free_atid()
389 t->afree = p; in cxgbe_free_atid()
507 t->afree = NULL; in tid_init()
516 t->afree = t->atid_tab; in tid_init()