Home
last modified time | relevance | path

Searched refs:bootcmdresp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c508 struct bootcmdresp bootcmdresp; in if_usb_receive_fwload() local
532 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 …]
/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.h33 struct bootcmdresp { struct
51 int8_t bootcmdresp; argument