Home
last modified time | relevance | path

Searched refs:stid_tab (Results 1 – 6 of 6) sorted by relevance

/trueos/sys/dev/cxgb/ulp/tom/
HDcxgb_tom.c101 natids * sizeof(*t->atid_tab) + nstids * sizeof(*t->stid_tab); in alloc_tid_tabs()
107 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids]; in alloc_tid_tabs()
108 t->atid_tab = (union active_open_entry *)&t->stid_tab[nstids]; in alloc_tid_tabs()
126 t->stid_tab[nstids - 1].next = &t->stid_tab[nstids]; in alloc_tid_tabs()
127 t->sfree = t->stid_tab; in alloc_tid_tabs()
HDcxgb_tom.h53 union listen_entry *stid_tab; member
172 return &t->stid_tab[stid - t->stid_base]; in stid2entry()
HDcxgb_listen.c66 stid = (p - t->stid_tab) + t->stid_base; in alloc_stid()
/trueos/sys/dev/cxgbe/
HDoffload.h86 struct listen_ctx **stid_tab; member
/trueos/sys/dev/cxgbe/tom/
HDt4_tom.c606 t->nstids * sizeof(*t->stid_tab); in alloc_tid_tabs()
621 t->stid_tab = (struct listen_ctx **)&t->atid_tab[t->natids]; in alloc_tid_tabs()
HDt4_listen.c150 t->stid_tab[stid] = lctx; in alloc_stid()
163 return (t->stid_tab[stid - t->stid_base]); in lookup_stid()