Searched refs:SetupMsg (Results 1 – 2 of 2) sorted by relevance
88 USB_DEVICE_REQUEST SetupMsg; in Ax88772MacAddressGet() local94 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() local137 SetupMsg.RequestType = USB_REQ_TYPE_VENDOR in Ax88772MacAddressSet()139 SetupMsg.Request = CMD_MAC_ADDRESS_WRITE; in Ax88772MacAddressSet()[all …]
94 USB_DEVICE_REQUEST SetupMsg; in Ax88772MacAddressGet() local102 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() local152 SetupMsg.RequestType = USB_REQ_TYPE_VENDOR in Ax88772MacAddressSet()154 SetupMsg.Request = CMD_MAC_ADDRESS_WRITE; in Ax88772MacAddressSet()[all …]