Home
last modified time | relevance | path

Searched refs:maxpacket (Results 1 - 4 of 4) sorted by relevance

/drivers/hdf_core/framework/model/usb/include/
H A Dhdf_usb_net_manager.h68 uint32_t maxpacket; member
/drivers/peripheral/usb/hdf_usb/include/
H A Dhdf_usb_net_manager.h68 uint32_t maxpacket; member
/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c407 (*ppUsbNet)->net.maxpacket = (*ppUsbNet)->dataOutEp->maxPacketSize; in HostRndisInitUsbnet()
409 HARCH_INFO_PRINT("maxpacket = %{public}d\n", (*ppUsbNet)->net.maxpacket); in HostRndisInitUsbnet()
410 if ((*ppUsbNet)->net.maxpacket == 0) { in HostRndisInitUsbnet()
411 HDF_LOGE("usbNet->maxpacket can't be 0"); in HostRndisInitUsbnet()
416 (*ppUsbNet)->net.rxUrbSize = (*ppUsbNet)->net.hardMtu + ((*ppUsbNet)->net.maxpacket + 1); in HostRndisInitUsbnet()
417 (*ppUsbNet)->net.rxUrbSize &= ~((*ppUsbNet)->net.maxpacket - 1); in HostRndisInitUsbnet()
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_net_adapter.c780 if ((llMtu % usbNet->usbnetInfo.maxpacket) == 0) { in UsbnetAdapterChangeMtu()
801 link = %d needReset = %d, hardMtu = %d, rxUrbSize = %d, maxpacket =%d", in UsbnetAdapterChangeMtu()
805 usbNet->usbnetInfo.maxpacket); in UsbnetAdapterChangeMtu()
985 hardMtu = %d, rxUrbSize = %d, maxpacket = %d", in UsbnetAdapterSetUsbNet()
990 usbNet->usbnetInfo.rxUrbSize, usbNet->usbnetInfo.maxpacket); in UsbnetAdapterSetUsbNet()

Completed in 5 milliseconds