Searched refs:active_open_entry (Results 1 – 3 of 3) sorted by relevance
144 union active_open_entry { union146 union active_open_entry *next;163 union active_open_entry *atid_tab;176 union active_open_entry *afree;
47 static inline union active_open_entry *atid2entry(const struct tid_info *t, in atid2entry()96 union active_open_entry *e; in lookup_atid()
504 union active_open_entry *p = atid2entry(t, atid); in cxgb3_free_atid()643 union active_open_entry *p = t->afree; in cxgb3_alloc_atid()1130 t->atid_tab = (union active_open_entry *)&t->stid_tab[nstids]; in init_tid_tabs()
Completed in 7 milliseconds