Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c113 t->stids_in_use = 0; in alloc_stid_tab()
123 KASSERT(t->stids_in_use == 0, in free_stid_tab()
124 ("%s: %d tids still in use.", __func__, t->stids_in_use)); in free_stid_tab()
212 MPASS(t->stids_in_use <= t->nstids); in alloc_stid()
213 if (n > t->nstids - t->stids_in_use || t->stid_tab_stopped) { in alloc_stid()
279 t->stids_in_use += n; in alloc_stid()
311 MPASS(t->stids_in_use <= t->nstids); in free_stid()
312 MPASS(t->stids_in_use >= n); in free_stid()
323 t->stids_in_use -= n; in free_stid()
H A Dt4_tom.c2188 if (atomic_load_int(&t->stids_in_use) > 0) in t4_tom_stop()
/freebsd/sys/dev/cxgbe/
H A Doffload.h139 u_int stids_in_use; member
H A Dt4_main.c11648 t->stid_base + t->nstids - 1, t->stids_in_use); in sysctl_tids()