Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Doffload.h150 struct cv ftid_cv; member
H A Dt4_filter.c933 if (cv_wait_sig(&sc->tids.ftid_cv, &sc->tids.ftid_lock) != 0) { in set_filter()
1209 cv_init(&ti->ftid_cv, "t4fcv"); in set_tcb_field()
1224 cv_init(&ti->ftid_cv, "t4fcv"); in t4_filter_rpl()
1335 if (cv_wait_sig(&sc->tids.ftid_cv, &sc->tids.ftid_lock) != 0) { in t4_hashfilter_ao_rpl()
1493 cv_broadcast(&sc->tids.ftid_cv); in get_hashfilter()
H A Dt4_main.c2000 cv_destroy(&sc->tids.ftid_cv); in t4_detach_common()