Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgbe/
HDoffload.h146 u_int stids_in_use; member
HDt4_main.c1942 if (atomic_load_int(&t->stids_in_use) > 0) in ok_to_reset()
10617 t->stid_base + t->nstids - 1, t->stids_in_use); in sysctl_tids()
/freebsd-13-stable/sys/dev/cxgbe/tom/
HDt4_listen.c110 if (n > t->nstids - t->stids_in_use) { in alloc_stid()
153 t->stids_in_use += n; in alloc_stid()
185 KASSERT(t->stids_in_use >= sr->used, in free_stid()
187 t->stids_in_use, sr->used)); in free_stid()
188 t->stids_in_use -= sr->used; in free_stid()
HDt4_tom.c1388 t->stids_in_use = 0; in alloc_stid_tab()
1399 KASSERT(t->stids_in_use == 0, in free_stid_tab()
1400 ("%s: %d tids still in use.", __func__, t->stids_in_use)); in free_stid_tab()