Searched refs:afree (Results 1 – 2 of 2) sorted by relevance
138 union aopen_entry *afree; member
1598 if (t->afree) { in cxgb4_alloc_atid()1599 union aopen_entry *p = t->afree; in cxgb4_alloc_atid()1602 t->afree = p->next; in cxgb4_alloc_atid()1619 p->next = t->afree; in cxgb4_free_atid()1620 t->afree = p; in cxgb4_free_atid()1882 t->afree = NULL; in tid_init()1893 t->afree = t->atid_tab; in tid_init()