Home
last modified time | relevance | path

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

/freebsd/sys/dev/otus/
H A Dif_otus.c463 OTUS_LOCK(sc); in otus_transmit()
526 OTUS_LOCK(sc); in otus_tx_task()
541 OTUS_LOCK(sc); in otus_raw_xmit()
583 OTUS_LOCK(sc); in otus_set_channel()
645 OTUS_LOCK(sc); in otus_attachhook()
818 OTUS_LOCK(sc); in otus_load_firmware()
879 OTUS_LOCK(sc); in otus_open_pipes()
893 OTUS_LOCK(sc); in otus_close_pipes()
1196 OTUS_LOCK(sc); in otus_newstate()
1748 OTUS_LOCK(sc); in otus_sub_rxeof()
[all …]
H A Dif_otusreg.h990 #define OTUS_LOCK(sc) mtx_lock(&(sc)->sc_mtx) macro