Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Drndis.h113 __le32 InformationBufferLength; member
123 __le32 InformationBufferLength; member
132 __le32 InformationBufferLength; member
H A Drndis.c646 resp->InformationBufferLength = cpu_to_le32(length); in gen_ndis_query_resp()
841 get_unaligned_le32(&buf->InformationBufferLength), in rndis_query_response()
847 resp->InformationBufferLength = __constant_cpu_to_le32(0); in rndis_query_response()
869 BufLength = get_unaligned_le32(&buf->InformationBufferLength); in rndis_set_response()