Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drndis.h12 #define RNDIS_DF_CONNECTIONLESS 0x00000001U macro
/openbmc/u-boot/drivers/usb/gadget/
H A Drndis.h62 #define RNDIS_DF_CONNECTIONLESS 0x00000001U macro
H A Drndis.c788 resp->DeviceFlags = __constant_cpu_to_le32(RNDIS_DF_CONNECTIONLESS); in rndis_init_response()
/openbmc/qemu/hw/usb/
H A Ddev-network.c347 RNDIS_DF_CONNECTIONLESS = 1, enumerator
898 resp->DeviceFlags = cpu_to_le32(RNDIS_DF_CONNECTIONLESS); in rndis_init_response()
/openbmc/linux/drivers/usb/gadget/function/
H A Drndis.c575 resp->DeviceFlags = cpu_to_le32(RNDIS_DF_CONNECTIONLESS); in rndis_init_response()