Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/
Doffload.h149 u_int stids_in_use; member
Dt4_main.c9048 t->stid_base + t->nstids - 1, t->stids_in_use); in sysctl_tids()
/freebsd-12-stable/sys/dev/cxgbe/tom/
Dt4_listen.c111 if (n > t->nstids - t->stids_in_use) { in alloc_stid()
154 t->stids_in_use += n; in alloc_stid()
186 KASSERT(t->stids_in_use >= sr->used, in free_stid()
188 t->stids_in_use, sr->used)); in free_stid()
189 t->stids_in_use -= sr->used; in free_stid()
Dt4_tom.c1334 t->stids_in_use = 0; in alloc_stid_tab()
1345 KASSERT(t->stids_in_use == 0, in free_stid_tab()
1346 ("%s: %d tids still in use.", __func__, t->stids_in_use)); in free_stid_tab()