Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgbe/tom/
HDt4_connect.c76 if (t->afree) { in alloc_atid()
77 union aopen_entry *p = t->afree; in alloc_atid()
80 t->afree = p->next; in alloc_atid()
103 p->next = t->afree; in free_atid()
104 t->afree = p; in free_atid()
HDt4_tom.c630 t->afree = t->atid_tab; in alloc_tid_tabs()
/NextBSD/sys/dev/cxgb/ulp/tom/
HDcxgb_tom.c115 t->afree = NULL; in alloc_tid_tabs()
132 t->afree = t->atid_tab; in alloc_tid_tabs()
HDcxgb_tom.h70 union active_open_entry *afree; member
HDcxgb_cpl_io.c200 if (t->afree) { in alloc_atid()
201 union active_open_entry *p = t->afree; in alloc_atid()
204 t->afree = p->next; in alloc_atid()
219 p->next = t->afree; in free_atid()
220 t->afree = p; in free_atid()
/NextBSD/sys/dev/cxgbe/
HDoffload.h96 union aopen_entry *afree; member