Home
last modified time | relevance | path

Searched refs:atid_alloc_stopped (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/cxgbe/
H A Doffload.h155 bool atid_alloc_stopped; member
H A Dt4_main.c3998 t->atid_alloc_stopped = false; in t4_init_atid_table()
4026 t->atid_alloc_stopped = true; in stop_atid_allocator()
4038 t->atid_alloc_stopped = false; in restart_atid_allocator()
4049 if (t->afree && !t->atid_alloc_stopped) { in alloc_atid()
/freebsd-14.2/sys/dev/cxgbe/tom/
H A Dt4_tom.c2020 MPASS(t->atid_alloc_stopped == true); in stop_atids()