Searched refs:bcmdresp (Results 1 – 1 of 1) sorted by relevance
467 struct bootcmdresp bcmdresp; in if_usb_receive_fwload() local496 memcpy(&bcmdresp, skb->data, sizeof(bcmdresp)); in if_usb_receive_fwload()508 if (bcmdresp.magic != cpu_to_le32(BOOT_CMD_MAGIC_NUMBER)) { in if_usb_receive_fwload()509 if (bcmdresp.magic == cpu_to_le32(CMD_TYPE_REQUEST) || in if_usb_receive_fwload()510 bcmdresp.magic == cpu_to_le32(CMD_TYPE_DATA) || in if_usb_receive_fwload()511 bcmdresp.magic == cpu_to_le32(CMD_TYPE_INDICATION)) { in if_usb_receive_fwload()517 le32_to_cpu(bcmdresp.magic)); in if_usb_receive_fwload()519 } else if (bcmdresp.cmd != BOOT_CMD_FW_BY_USB) { in if_usb_receive_fwload()521 bcmdresp.cmd); in if_usb_receive_fwload()522 } else if (bcmdresp.result != BOOT_CMD_RESP_OK) { in if_usb_receive_fwload()[all …]