Home
last modified time | relevance | path

Searched refs:stid_lock (Results 1 – 6 of 6) sorted by relevance

/trueos/sys/dev/cxgb/ulp/tom/
HDcxgb_tom.c118 mtx_init(&t->stid_lock, "stid", NULL, MTX_DEF); in alloc_tid_tabs()
140 if (mtx_initialized(&t->stid_lock)) in free_tid_tabs()
141 mtx_destroy(&t->stid_lock); in free_tid_tabs()
HDcxgb_listen.c62 mtx_lock(&t->stid_lock); in alloc_stid()
71 mtx_unlock(&t->stid_lock); in alloc_stid()
80 mtx_lock(&t->stid_lock); in free_stid()
84 mtx_unlock(&t->stid_lock); in free_stid()
HDcxgb_tom.h73 struct mtx stid_lock; member
/trueos/sys/dev/cxgbe/
HDoffload.h85 struct mtx stid_lock __aligned(CACHE_LINE_SIZE);
/trueos/sys/dev/cxgbe/tom/
HDt4_listen.c105 mtx_lock(&t->stid_lock); in alloc_stid()
107 mtx_unlock(&t->stid_lock); in alloc_stid()
142 mtx_unlock(&t->stid_lock); in alloc_stid()
151 mtx_unlock(&t->stid_lock); in alloc_stid()
175 mtx_lock(&t->stid_lock); in free_stid()
186 mtx_unlock(&t->stid_lock); in free_stid()
HDt4_tom.c620 mtx_init(&t->stid_lock, "stid lock", NULL, MTX_DEF); in alloc_tid_tabs()
646 if (mtx_initialized(&t->stid_lock)) in free_tid_tabs()
647 mtx_destroy(&t->stid_lock); in free_tid_tabs()