Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/
HDcxgb_main.c197 static struct mtx t3_uld_list_lock; variable
3428 mtx_lock(&t3_uld_list_lock); in t3_register_uld()
3439 mtx_unlock(&t3_uld_list_lock); in t3_register_uld()
3449 mtx_lock(&t3_uld_list_lock); in t3_unregister_uld()
3464 mtx_unlock(&t3_uld_list_lock); in t3_unregister_uld()
3474 mtx_lock(&t3_uld_list_lock); in t3_activate_uld()
3485 mtx_unlock(&t3_uld_list_lock); in t3_activate_uld()
3496 mtx_lock(&t3_uld_list_lock); in t3_deactivate_uld()
3507 mtx_unlock(&t3_uld_list_lock); in t3_deactivate_uld()
3546 mtx_init(&t3_uld_list_lock, "T3 ULDs", 0, MTX_DEF); in cxgbc_mod_event()
[all …]