Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DAx88772.c88 USB_DEVICE_REQUEST SetupMsg; in Ax88772MacAddressGet() local
94 SetupMsg.RequestType = USB_ENDPOINT_DIR_IN in Ax88772MacAddressGet()
97 SetupMsg.Request = CMD_MAC_ADDRESS_READ; in Ax88772MacAddressGet()
98 SetupMsg.Value = 0; in Ax88772MacAddressGet()
99 SetupMsg.Index = 0; in Ax88772MacAddressGet()
100 SetupMsg.Length = PXE_HWADDR_LEN_ETHER; in Ax88772MacAddressGet()
106 &SetupMsg, in Ax88772MacAddressGet()
131 USB_DEVICE_REQUEST SetupMsg; in Ax88772MacAddressSet() local
137 SetupMsg.RequestType = USB_REQ_TYPE_VENDOR in Ax88772MacAddressSet()
139 SetupMsg.Request = CMD_MAC_ADDRESS_WRITE; in Ax88772MacAddressSet()
[all …]
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DAx88772.c94 USB_DEVICE_REQUEST SetupMsg; in Ax88772MacAddressGet() local
102 SetupMsg.RequestType = USB_ENDPOINT_DIR_IN in Ax88772MacAddressGet()
105 SetupMsg.Request = CMD_MAC_ADDRESS_READ; in Ax88772MacAddressGet()
106 SetupMsg.Value = 0; in Ax88772MacAddressGet()
107 SetupMsg.Index = 0; in Ax88772MacAddressGet()
108 SetupMsg.Length = PXE_HWADDR_LEN_ETHER; in Ax88772MacAddressGet()
114 &SetupMsg, in Ax88772MacAddressGet()
144 USB_DEVICE_REQUEST SetupMsg; in Ax88772MacAddressSet() local
152 SetupMsg.RequestType = USB_REQ_TYPE_VENDOR in Ax88772MacAddressSet()
154 SetupMsg.Request = CMD_MAC_ADDRESS_WRITE; in Ax88772MacAddressSet()
[all …]