Searched refs:sfree (Results 1 – 2 of 2) sorted by relevance
527 p->next = t->sfree; in cxgb3_free_stid()528 t->sfree = p; in cxgb3_free_stid()681 if (t->sfree) { in cxgb3_alloc_stid()682 union listen_entry *p = t->sfree; in cxgb3_alloc_stid()685 t->sfree = p->next; in cxgb3_alloc_stid()1173 t->sfree = NULL; in init_tid_tabs()1188 t->sfree = t->stid_tab; in init_tid_tabs()
183 union listen_entry *sfree; member