Home
last modified time | relevance | path

Searched refs:sfree (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c527 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()
Dcxgb3_offload.h183 union listen_entry *sfree; member