Searched refs:afree (Results 1 – 4 of 4) sorted by relevance
508 p->next = t->afree; in cxgb3_free_atid()509 t->afree = p; in cxgb3_free_atid()657 if (t->afree && in cxgb3_alloc_atid()660 union active_open_entry *p = t->afree; in cxgb3_alloc_atid()663 t->afree = p->next; in cxgb3_alloc_atid()1200 t->afree = NULL; in init_tid_tabs()1217 t->afree = t->atid_tab; in init_tid_tabs()
179 union active_open_entry *afree; member
113 union aopen_entry *afree; member
2996 if (t->afree) { in cxgb4_alloc_atid()2997 union aopen_entry *p = t->afree; in cxgb4_alloc_atid()3000 t->afree = p->next; in cxgb4_alloc_atid()3017 p->next = t->afree; in cxgb4_free_atid()3018 t->afree = p; in cxgb4_free_atid()3216 t->afree = NULL; in tid_init()3224 t->afree = t->atid_tab; in tid_init()