Searched refs:InformationBufferLength (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Drndis.h110 __le32 InformationBufferLength; member in struct:rndis_query_msg_type
121 __le32 InformationBufferLength; member in struct:rndis_query_cmplt_type
131 __le32 InformationBufferLength; member in struct:rndis_set_msg_type
H A Drndis.c473 resp->InformationBufferLength = cpu_to_le32 (length);
617 le32_to_cpu(buf->InformationBufferLength),
623 resp->InformationBufferLength = cpu_to_le32 (0);
644 BufLength = le32_to_cpu (buf->InformationBufferLength);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Drndis.h355 u32 InformationBufferLength; member in struct:rndis_query_request
364 u32 InformationBufferLength; member in struct:rndis_query_complete
372 u32 InformationBufferLength; member in struct:rndis_set_request
498 u32 InformationBufferLength; member in struct:rcondis_mp_query_request
508 u32 InformationBufferLength; member in struct:rcondis_mp_set_request
H A Drndis_filter.c206 RndisMessage->Message.QueryComplete.InformationBufferLength,
466 query->InformationBufferLength = 0;
478 if (queryComplete->InformationBufferLength > inresultSize) {
486 queryComplete->InformationBufferLength);
488 *ResultSize = queryComplete->InformationBufferLength;
538 set->InformationBufferLength = sizeof(u32);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2870/common/
H A Drtusb_io.c640 u32 InformationBufferLength)
663 InformationBufferLength);
670 InformationBufferLength);
671 cmdqelmt->bufferlength = InformationBufferLength;
720 u32 InformationBufferLength)
730 if (InformationBufferLength > 0) {
733 InformationBufferLength);
740 InformationBufferLength);
741 cmdqelmt->bufferlength = InformationBufferLength;
636 RTUSBEnqueueCmdFromNdis(struct rt_rtmp_adapter *pAd, IN NDIS_OID Oid, IN BOOLEAN SetInformation, void *pInformationBuffer, u32 InformationBufferLength) argument
717 RTUSBEnqueueInternalCmd(struct rt_rtmp_adapter *pAd, IN NDIS_OID Oid, void *pInformationBuffer, u32 InformationBufferLength) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h4065 u32 InformationBufferLength);
4070 u32 InformationBufferLength);

Completed in 78 milliseconds