Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Drndis.h112 __le32 InformationBufferLength; member
122 __le32 InformationBufferLength; member
131 __le32 InformationBufferLength; member
Drndis.c645 resp->InformationBufferLength = cpu_to_le32(length); in gen_ndis_query_resp()
840 get_unaligned_le32(&buf->InformationBufferLength), in rndis_query_response()
846 resp->InformationBufferLength = __constant_cpu_to_le32(0); in rndis_query_response()
868 BufLength = get_unaligned_le32(&buf->InformationBufferLength); in rndis_set_response()