Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ofld.h59 union aopen_entry *afree; member
H A Dcxgbe_main.c369 if (t->afree) { in cxgbe_alloc_atid()
370 union aopen_entry *p = t->afree; in cxgbe_alloc_atid()
373 t->afree = p->next; in cxgbe_alloc_atid()
389 p->next = t->afree; in cxgbe_free_atid()
390 t->afree = p; in cxgbe_free_atid()
505 t->afree = NULL; in tid_init()
516 t->afree = t->atid_tab; in tid_init()