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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dif_usb.h35 struct bootcmdresp struct
54 /* bootcmdresp == 0 means command is pending
55 * bootcmdresp < 0 means error
56 * bootcmdresp > 0 is a BOOT_CMD_RESP_* from firmware
58 int8_t bootcmdresp; member in struct:if_usb_card
H A Dif_usb.c554 struct bootcmdresp bootcmdresp; local
578 if (cardp->bootcmdresp <= 0) {
579 memcpy (&bootcmdresp, skb->data + IPFIELD_ALIGN_OFFSET,
580 sizeof(bootcmdresp));
585 cardp->bootcmdresp = BOOT_CMD_RESP_OK;
590 if (bootcmdresp.magic != cpu_to_le32(BOOT_CMD_MAGIC_NUMBER)) {
591 if (bootcmdresp.magic == cpu_to_le32(CMD_TYPE_REQUEST) ||
592 bootcmdresp.magic == cpu_to_le32(CMD_TYPE_DATA) ||
593 bootcmdresp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas_tf/
H A Dif_usb.h37 struct bootcmdresp { struct
55 int8_t bootcmdresp; member in struct:if_usb_card
H A Dif_usb.c471 struct bootcmdresp bcmdresp;
499 if (cardp->bootcmdresp <= 0) {
505 cardp->bootcmdresp = 1;
516 if (!cardp->bootcmdresp)
518 cardp->bootcmdresp = -1;
530 cardp->bootcmdresp = 1;
834 cardp->bootcmdresp = 0;
844 } while (cardp->bootcmdresp == 0 && j < 10);
845 } while (cardp->bootcmdresp == 0 && i < 5);
847 if (cardp->bootcmdresp <
[all...]

Completed in 63 milliseconds