Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_net_adapter.c236 if (!(usbNet->usbnetInfo.usbFlags & FLAG_RX_ASSEMBLE)) { in UsbnetAdapterRxProcess()
246 if (usbNet->usbnetInfo.usbFlags & FLAG_MULTI_PACKET) { in UsbnetAdapterRxProcess()
470 if (!(usbNet->usbnetInfo.usbFlags & FLAG_AVOID_UNLINK_URBS)) { in UsbnetAdapterStop()
585 if (usbNet->usbnetInfo.usbFlags & FLAG_MULTI_PACKET) { in UsbnetAdapterStartXmit()
987 usbNet->usbnetInfo.usbFlags, usbNet->usbnetInfo.mtu, in UsbnetAdapterSetUsbNet()
1044 if ((usbNet->usbnetInfo.usbFlags & HDF_FLAG_ETHER) != 0 && in UsbnetAdapterSetNetDevice()
1045 ((usbNet->usbnetInfo.usbFlags & HDF_FLAG_POINTTOPOINT) == 0 || in UsbnetAdapterSetNetDevice()
1052 if ((usbNet->usbnetInfo.usbFlags & FLAG_WLAN) != 0) { in UsbnetAdapterSetNetDevice()
1057 if ((usbNet->usbnetInfo.usbFlags & FLAG_WWAN) != 0) { in UsbnetAdapterSetNetDevice()
1063 if ((usbNet->usbnetInfo.usbFlags & FLAG_NOARP) != 0) { in UsbnetAdapterSetNetDevice()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/usb/include/
H A Dhdf_usb_net_manager.h65 uint32_t usbFlags; /**< usb device match flags */ member
/ohos5.0/drivers/peripheral/usb/hdf_usb/include/
H A Dhdf_usb_net_manager.h65 uint32_t usbFlags; /**< usb device match flags */ member
/ohos5.0/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c945 usbNet->net.usbFlags = usbNet->driverInfo->flags; in UsbnetHostInitObject()