Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/marvell/libertas/
A Dif_usb.c497 struct bootcmdresp bootcmdresp; in if_usb_receive_fwload() local
521 if (cardp->bootcmdresp <= 0) { in if_usb_receive_fwload()
523 sizeof(bootcmdresp)); in if_usb_receive_fwload()
537 if (!cardp->bootcmdresp) in if_usb_receive_fwload()
539 cardp->bootcmdresp = -1; in if_usb_receive_fwload()
548 bootcmdresp.cmd); in if_usb_receive_fwload()
551 bootcmdresp.result); in if_usb_receive_fwload()
553 cardp->bootcmdresp = 1; in if_usb_receive_fwload()
846 cardp->bootcmdresp = 0; in if_usb_prog_firmware()
855 cardp->bootcmdresp = 0; in if_usb_prog_firmware()
[all …]
A Dif_usb.h36 struct bootcmdresp struct
60 int8_t bootcmdresp; member
/linux-6.3-rc2/drivers/net/wireless/marvell/libertas_tf/
A Dif_usb.c467 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()
A Dif_usb.h33 struct bootcmdresp { struct
51 int8_t bootcmdresp; argument

Completed in 7 milliseconds