Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/net/
Dusb_ethernet.c83 UE_LOCK_ASSERT(ue, MA_OWNED); in ue_queue_command()
426 UE_LOCK_ASSERT(ue, MA_OWNED); in ue_start_task()
444 UE_LOCK_ASSERT(ue, MA_OWNED); in ue_stop_task()
578 UE_LOCK_ASSERT(ue, MA_OWNED); in uether_rxmbuf()
597 UE_LOCK_ASSERT(ue, MA_OWNED); in uether_rxflush()
625 UE_LOCK_ASSERT(ue, MA_OWNED); in uether_rxflush()
Dusb_ethernet.h56 #define UE_LOCK_ASSERT(_ue, t) mtx_assert((_ue)->ue_mtx, t) macro