Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dusbnet.c67 kmutex_t unp_txlock; member
420 mutex_enter(&unp->unp_txlock); in usbnet_txeof()
422 mutex_exit(&unp->unp_txlock); in usbnet_txeof()
451 mutex_exit(&unp->unp_txlock); in usbnet_txeof()
597 mutex_enter(&unp->unp_txlock); in usbnet_if_start()
600 mutex_exit(&unp->unp_txlock); in usbnet_if_start()
880 mutex_enter(&unp->unp_txlock); in usbnet_init_rx_tx()
883 mutex_exit(&unp->unp_txlock); in usbnet_init_rx_tx()
1162 mutex_enter(&unp->unp_txlock); in usbnet_stop()
1165 mutex_exit(&unp->unp_txlock); in usbnet_stop()
[all …]