Searched defs:bootcmdresp (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/libertas/
H A Dif_usb.h35 struct bootcmdresp struct
55 /* bootcmdresp == 0 means command is pending
56 * bootcmdresp < 0 means error
57 * bootcmdresp > 0 is a BOOT_CMD_RESP_* from firmware
59 int8_t bootcmdresp; member in struct:if_usb_card
H A Dif_usb.c502 struct bootcmdresp bootcmdresp; local
526 if (cardp->bootcmdresp <= 0) {
527 memcpy (&bootcmdresp, skb->data + IPFIELD_ALIGN_OFFSET,
528 sizeof(bootcmdresp));
533 cardp->bootcmdresp = BOOT_CMD_RESP_OK;
538 if (bootcmdresp.magic != cpu_to_le32(BOOT_CMD_MAGIC_NUMBER)) {
539 if (bootcmdresp.magic == cpu_to_le32(CMD_TYPE_REQUEST) ||
540 bootcmdresp.magic == cpu_to_le32(CMD_TYPE_DATA) ||
541 bootcmdresp
[all...]
/drivers/net/wireless/libertas_tf/
H A Dif_usb.h37 struct bootcmdresp { struct
55 int8_t bootcmdresp; member in struct:if_usb_card

Completed in 104 milliseconds