Searched refs:bootcmdresp (Results 1 – 4 of 4) sorted by relevance
499 struct bootcmdresp bootcmdresp; in if_usb_receive_fwload() local523 if (cardp->bootcmdresp <= 0) { in if_usb_receive_fwload()524 memcpy (&bootcmdresp, skb->data + IPFIELD_ALIGN_OFFSET, in if_usb_receive_fwload()525 sizeof(bootcmdresp)); in if_usb_receive_fwload()530 cardp->bootcmdresp = BOOT_CMD_RESP_OK; in if_usb_receive_fwload()535 if (bootcmdresp.magic != cpu_to_le32(BOOT_CMD_MAGIC_NUMBER)) { in if_usb_receive_fwload()536 if (bootcmdresp.magic == cpu_to_le32(CMD_TYPE_REQUEST) || in if_usb_receive_fwload()537 bootcmdresp.magic == cpu_to_le32(CMD_TYPE_DATA) || in if_usb_receive_fwload()538 bootcmdresp.magic == cpu_to_le32(CMD_TYPE_INDICATION)) { in if_usb_receive_fwload()539 if (!cardp->bootcmdresp) in if_usb_receive_fwload()[all …]
36 struct bootcmdresp struct60 int8_t bootcmdresp; member
467 struct bootcmdresp bcmdresp; in if_usb_receive_fwload()495 if (cardp->bootcmdresp <= 0) { in if_usb_receive_fwload()501 cardp->bootcmdresp = 1; in if_usb_receive_fwload()512 if (!cardp->bootcmdresp) in if_usb_receive_fwload()514 cardp->bootcmdresp = -1; in if_usb_receive_fwload()526 cardp->bootcmdresp = 1; in if_usb_receive_fwload()840 cardp->bootcmdresp = 0; in if_usb_prog_firmware()850 } while (cardp->bootcmdresp == 0 && j < 10); in if_usb_prog_firmware()851 } while (cardp->bootcmdresp == 0 && i < 5); in if_usb_prog_firmware()853 if (cardp->bootcmdresp <= 0) { in if_usb_prog_firmware()
33 struct bootcmdresp { struct51 int8_t bootcmdresp; argument