Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Drndis.h59 __le32 InformationBufferOffset; member
69 __le32 InformationBufferOffset; member
78 __le32 InformationBufferOffset; member
H A Drndis.c201 resp->InformationBufferOffset = cpu_to_le32(16); in gen_ndis_query_resp()
619 le32_to_cpu(buf->InformationBufferOffset) in rndis_query_response()
627 resp->InformationBufferOffset = cpu_to_le32(0); in rndis_query_response()
643 BufOffset = le32_to_cpu(buf->InformationBufferOffset); in rndis_set_response()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Drndis.h114 __le32 InformationBufferOffset; member
124 __le32 InformationBufferOffset; member
133 __le32 InformationBufferOffset; member
H A Drndis.c182 resp->InformationBufferOffset = __constant_cpu_to_le32(16); in gen_ndis_query_resp()
839 get_unaligned_le32(&buf->InformationBufferOffset) in rndis_query_response()
848 resp->InformationBufferOffset = __constant_cpu_to_le32(0); in rndis_query_response()
870 BufOffset = get_unaligned_le32(&buf->InformationBufferOffset); in rndis_set_response()