Home
last modified time | relevance | path

Searched refs:active_open_entry (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/cxgb/ulp/tom/
HDcxgb_tom.h57 union active_open_entry *atid_tab;
70 union active_open_entry *afree;
154 union active_open_entry { union
156 union active_open_entry *next;
162 static inline union active_open_entry *atid2entry(const struct tid_info *t, in atid2entry()
HDcxgb_tom.c108 t->atid_tab = (union active_open_entry *)&t->stid_tab[nstids]; in alloc_tid_tabs()
HDcxgb_cpl_io.c201 union active_open_entry *p = t->afree; in alloc_atid()
216 union active_open_entry *p = atid2entry(t, atid); in free_atid()