Searched refs:bootcmdresp (Results 1 – 2 of 2) sorted by relevance
508 struct bootcmdresp bootcmdresp; in if_usb_receive_fwload() local532 if (cardp->bootcmdresp <= 0) { in if_usb_receive_fwload()533 memcpy (&bootcmdresp, skb->data + IPFIELD_ALIGN_OFFSET, in if_usb_receive_fwload()534 sizeof(bootcmdresp)); in if_usb_receive_fwload()539 cardp->bootcmdresp = BOOT_CMD_RESP_OK; in if_usb_receive_fwload()544 if (bootcmdresp.magic != cpu_to_le32(BOOT_CMD_MAGIC_NUMBER)) { in if_usb_receive_fwload()545 if (bootcmdresp.magic == cpu_to_le32(CMD_TYPE_REQUEST) || in if_usb_receive_fwload()546 bootcmdresp.magic == cpu_to_le32(CMD_TYPE_DATA) || in if_usb_receive_fwload()547 bootcmdresp.magic == cpu_to_le32(CMD_TYPE_INDICATION)) { in if_usb_receive_fwload()548 if (!cardp->bootcmdresp) in if_usb_receive_fwload()[all …]
33 struct bootcmdresp { struct51 int8_t bootcmdresp; argument