Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/net/include/
H A Dusb_net_host.h27 #define USBNET_NW 16 macro
114 struct UsbHostWb wb[USBNET_NW];
/ohos5.0/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c194 int32_t n = USBNET_NW; in UsbHostWbIsAvail()
197 for (i = 0; i < USBNET_NW; i++) { in UsbHostWbIsAvail()
210 for (i = 0; i < USBNET_NW; i++) { in UsbHostWbAlloc()
236 if (wbn < 0 || wbn >= USBNET_NW) { in UsbnetHostSnedbufToUrb()
282 for (i = 0; i < USBNET_NW; i++, wb++) { in UsbnetHostWriteBufAlloc()
300 for (i = 0; i < USBNET_NW; i++) { in UsbnetHostAllocWriteRequests()
316 for (i = 0; i < USBNET_NW; i++) { in UsbnetHostFreeWriteRequests()
331 for (i = 0; i < USBNET_NW; i++, wb++) { in UsbnetHostWriteBufFree()