Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Drndis.h59 __le32 InformationBufferOffset; member
69 __le32 InformationBufferOffset; member
78 __le32 InformationBufferOffset; member
H A Drndis.c199 resp->InformationBufferOffset = cpu_to_le32(16); in gen_ndis_query_resp()
617 le32_to_cpu(buf->InformationBufferOffset) in rndis_query_response()
625 resp->InformationBufferOffset = cpu_to_le32(0); in rndis_query_response()
641 BufOffset = le32_to_cpu(buf->InformationBufferOffset); in rndis_set_response()
/openbmc/u-boot/drivers/usb/gadget/
H A Drndis.h113 __le32 InformationBufferOffset; member
123 __le32 InformationBufferOffset; member
132 __le32 InformationBufferOffset; member
H A Drndis.c175 resp->InformationBufferOffset = __constant_cpu_to_le32(16); in gen_ndis_query_resp()
832 get_unaligned_le32(&buf->InformationBufferOffset) in rndis_query_response()
841 resp->InformationBufferOffset = __constant_cpu_to_le32(0); in rndis_query_response()
863 BufOffset = get_unaligned_le32(&buf->InformationBufferOffset); in rndis_set_response()
/openbmc/qemu/hw/usb/
H A Ddev-network.c400 le32 InformationBufferOffset; member
410 le32 InformationBufferOffset; member
419 le32 InformationBufferOffset; member
919 bufoffs = le32_to_cpu(buf->InformationBufferOffset) + 8; in rndis_query_response()
942 resp->InformationBufferOffset = cpu_to_le32(0); in rndis_query_response()
947 resp->InformationBufferOffset = in rndis_query_response()
966 bufoffs = le32_to_cpu(buf->InformationBufferOffset) + 8; in rndis_set_response()