Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Doffload.h163 u_int tids_in_use; member
H A Dt4_filter.c147 if (t->tids_in_use > 0) { in free_hftid_hash()
167 MPASS(t->tids_in_use == n); in free_hftid_hash()
168 t->tids_in_use = 0; in free_hftid_hash()
195 atomic_add_int(&t->tids_in_use, f->fs.type ? 2 : 1); in insert_hf()
310 atomic_subtract_int(&t->tids_in_use, f->fs.type ? 2 : 1); in remove_hf()
530 sc->tids.tids_in_use > 0) { /* TOE or hashfilters active */ in set_filter_mode()
579 if (sc->tids.tids_in_use > 0) { /* TOE or hashfilters active */ in set_filter_mask()
1475 if (ti->tids_in_use == 0 || ti->hftid_hash_tid == NULL || in get_hashfilter()
H A Dt4_main.c10637 atomic_load_acq_int(&t->tids_in_use)); in sysctl_tids()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1032 atomic_add_int(&t->tids_in_use, ntids); in insert_tid()
1057 atomic_subtract_int(&t->tids_in_use, ntids); in remove_tid()
1460 atomic_store_rel_int(&t->tids_in_use, 0); in alloc_tid_tab()
1470 KASSERT(t->tids_in_use == 0, in free_tid_tab()
1471 ("%s: %d tids still in use.", __func__, t->tids_in_use)); in free_tid_tab()
2096 MPASS(atomic_load_int(&t->tids_in_use) == 0); in stop_tids()
2153 if (atomic_load_int(&t->tids_in_use) > 0) in t4_tom_stop()