Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Doffload.h146 bool atid_alloc_stopped; member
H A Dt4_main.c4259 t->atid_alloc_stopped = false; in t4_init_atid_table()
4289 t->atid_alloc_stopped = true; in stop_atid_allocator()
4303 t->atid_alloc_stopped = false; in restart_atid_allocator()
4314 if (t->afree && !t->atid_alloc_stopped) { in alloc_atid()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c2057 MPASS(t->atid_alloc_stopped == true); in stop_atids()