Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Doffload.h144 union aopen_entry *afree; member
H A Dt4_main.c4093 t->afree = t->atid_tab; in t4_init_atid_table()
4150 if (t->afree && !t->atid_alloc_stopped) { in alloc_atid()
4151 union aopen_entry *p = t->afree; in alloc_atid()
4155 t->afree = p->next; in alloc_atid()
4178 p->next = t->afree; in free_atid()
4179 t->afree = p; in free_atid()