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.c4257 t->afree = t->atid_tab; in t4_init_atid_table()
4314 if (t->afree && !t->atid_alloc_stopped) { in alloc_atid()
4315 union aopen_entry *p = t->afree; in alloc_atid()
4319 t->afree = p->next; in alloc_atid()
4342 p->next = t->afree; in free_atid()
4343 t->afree = p; in free_atid()