Lines Matching refs:bcmdresp
476 struct bootcmdresp bcmdresp; in if_usb_receive_fwload() local
505 memcpy(&bcmdresp, skb->data, sizeof(bcmdresp)); in if_usb_receive_fwload()
517 if (bcmdresp.magic != cpu_to_le32(BOOT_CMD_MAGIC_NUMBER)) { in if_usb_receive_fwload()
518 if (bcmdresp.magic == cpu_to_le32(CMD_TYPE_REQUEST) || in if_usb_receive_fwload()
519 bcmdresp.magic == cpu_to_le32(CMD_TYPE_DATA) || in if_usb_receive_fwload()
520 bcmdresp.magic == cpu_to_le32(CMD_TYPE_INDICATION)) { in if_usb_receive_fwload()
526 le32_to_cpu(bcmdresp.magic)); in if_usb_receive_fwload()
528 } else if (bcmdresp.cmd != BOOT_CMD_FW_BY_USB) { in if_usb_receive_fwload()
530 bcmdresp.cmd); in if_usb_receive_fwload()
531 } else if (bcmdresp.result != BOOT_CMD_RESP_OK) { in if_usb_receive_fwload()
533 bcmdresp.result); in if_usb_receive_fwload()