Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_cdc_rndis.c73 message->informationBufferLength = informationLength; in USB_HostRndisQueryMsg()
84 message->informationBufferLength = (messageBufferLength - RNDIS_QUERY_MSG_SIZE); in USB_HostRndisQueryMsg()
88 (void)memcpy(temp, (void *)OIDInputBuffer, message->informationBufferLength); in USB_HostRndisQueryMsg()
129 message->informationBufferLength = informationLength; in USB_HostRndisSetMsg()
139 message->informationBufferLength = messageBufferLength - RNDIS_SET_MSG_SIZE; in USB_HostRndisSetMsg()
143 (void)memcpy((temp), (void *)OIDInputBuffer, message->informationBufferLength); in USB_HostRndisSetMsg()
Dusb_host_cdc_rndis.h183 uint32_t informationBufferLength; member
194 uint32_t informationBufferLength; member
251 uint32_t informationBufferLength; member
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_cdc_rndis.h427 uint32_t informationBufferLength; member
439 uint32_t informationBufferLength; member
450 uint32_t informationBufferLength; member
Dusb_device_cdc_rndis.c362 ((rndis_set_msg_struct_t *)((void *)handle->rndisCommand))->informationBufferLength = in USB_DeviceCdcRndisMessageGet()
364 … ((rndis_set_msg_struct_t *)((void *)handle->rndisCommand))->informationBufferLength); in USB_DeviceCdcRndisMessageGet()
910 rndisQueryCmplt->informationBufferLength = USB_LONG_TO_LITTLE_ENDIAN(infoBufLen); in USB_DeviceCdcRndisQueryCommand()
955 if (rndisSetMsg->informationBufferLength != 4U) in USB_DeviceCdcRndisSetCommand()
998 if (rndisSetMsg->informationBufferLength != RNDIS_ETHER_ADDR_SIZE) in USB_DeviceCdcRndisSetCommand()