Home
last modified time | relevance | path

Searched refs:bcmdresp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c467 struct bootcmdresp bcmdresp; in if_usb_receive_fwload() local
496 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 in if_usb_receive_fwload()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c467 struct bootcmdresp bcmdresp; in if_usb_receive_fwload() local
496 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 in if_usb_receive_fwload()
[all...]

Completed in 2 milliseconds