Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_ioctl.h83 u32 InformationBufferLength,
90 u32 InformationBufferLength,
/openbmc/linux/drivers/usb/gadget/function/
H A Drndis.h58 __le32 InformationBufferLength; member
68 __le32 InformationBufferLength; member
77 __le32 InformationBufferLength; member
H A Drndis.c478 resp->InformationBufferLength = cpu_to_le32(length); in gen_ndis_query_resp()
619 le32_to_cpu(buf->InformationBufferLength), in rndis_query_response()
624 resp->InformationBufferLength = cpu_to_le32(0); in rndis_query_response()
640 BufLength = le32_to_cpu(buf->InformationBufferLength); in rndis_set_response()
/openbmc/u-boot/drivers/usb/gadget/
H A Drndis.h112 __le32 InformationBufferLength; member
122 __le32 InformationBufferLength; member
131 __le32 InformationBufferLength; member
H A Drndis.c639 resp->InformationBufferLength = cpu_to_le32(length); in gen_ndis_query_resp()
834 get_unaligned_le32(&buf->InformationBufferLength), in rndis_query_response()
840 resp->InformationBufferLength = __constant_cpu_to_le32(0); in rndis_query_response()
862 BufLength = get_unaligned_le32(&buf->InformationBufferLength); in rndis_set_response()
/openbmc/qemu/hw/usb/
H A Ddev-network.c399 le32 InformationBufferLength; member
409 le32 InformationBufferLength; member
418 le32 InformationBufferLength; member
928 buflen = le32_to_cpu(buf->InformationBufferLength); in rndis_query_response()
949 resp->InformationBufferLength = cpu_to_le32(0); in rndis_query_response()
957 resp->InformationBufferLength = cpu_to_le32(infobuflen); in rndis_query_response()
975 buflen = le32_to_cpu(buf->InformationBufferLength); in rndis_set_response()