Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Ddev-network.c326 RNDIS_PACKET_MSG = 1, enumerator
1230 if (le32_to_cpu(msg->MessageType) == RNDIS_PACKET_MSG) { in usb_net_handle_dataout()
1315 msg->MessageType = cpu_to_le32(RNDIS_PACKET_MSG); in usbnet_receive()