Home
last modified time | relevance | path

Searched refs:stids_in_use (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/sys/dev/cxgbe/
Doffload.h89 u_int stids_in_use; member
Dt4_main.c7469 t->stid_base + t->nstids - 1, t->stids_in_use); in sysctl_tids()
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
Dcxgb_tom.h75 unsigned int stids_in_use; member
Dcxgb_tom.c116 t->stids_in_use = t->atids_in_use = 0; in alloc_tid_tabs()
Dcxgb_listen.c69 t->stids_in_use++; in alloc_stid()
83 t->stids_in_use--; in free_stid()
/freebsd-10-stable/sys/dev/cxgbe/tom/
Dt4_listen.c106 if (n > t->nstids - t->stids_in_use) { in alloc_stid()
149 t->stids_in_use += n; in alloc_stid()
181 KASSERT(t->stids_in_use >= sr->used, in free_stid()
183 t->stids_in_use, sr->used)); in free_stid()
184 t->stids_in_use -= sr->used; in free_stid()
Dt4_tom.c667 t->stids_in_use = 0; in alloc_tid_tabs()
683 KASSERT(t->stids_in_use == 0, in free_tid_tabs()
684 ("%s: %d tids still in use.", __func__, t->stids_in_use)); in free_tid_tabs()