Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_net_adapter.c391 OsalMutexLock(&usbNet->sendSkbClock); in UsbnetAdapterOpen()
399 OsalMutexUnlock(&usbNet->sendSkbClock); in UsbnetAdapterOpen()
480 OsalMutexLock(&usbNet->sendSkbClock); in UsbnetAdapterStop()
488 OsalMutexUnlock(&usbNet->sendSkbClock); in UsbnetAdapterStop()
668 OsalMutexLock(&usbNet->sendSkbClock); in UsbnetAdapterDeferKevent()
676 OsalMutexUnlock(&usbNet->sendSkbClock); in UsbnetAdapterDeferKevent()
699 OsalMutexLock(&usbNet->sendSkbClock); in UsbnetAdapterPauseRx()
707 OsalMutexUnlock(&usbNet->sendSkbClock); in UsbnetAdapterPauseRx()
738 OsalMutexLock(&usbNet->sendSkbClock); in UsbnetAdapterResumeRx()
808 OsalMutexLock(&usbNet->sendSkbClock); in UsbnetAdapterChangeMtu()
[all …]
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/
H A Dusb_net_adapter.h59 struct OsalMutex sendSkbClock; member