bootcmdresp       494 drivers/net/wireless/marvell/libertas/if_usb.c 	struct bootcmdresp bootcmdresp;
bootcmdresp       518 drivers/net/wireless/marvell/libertas/if_usb.c 	if (cardp->bootcmdresp <= 0) {
bootcmdresp       519 drivers/net/wireless/marvell/libertas/if_usb.c 		memcpy (&bootcmdresp, skb->data + IPFIELD_ALIGN_OFFSET,
bootcmdresp       520 drivers/net/wireless/marvell/libertas/if_usb.c 			sizeof(bootcmdresp));
bootcmdresp       525 drivers/net/wireless/marvell/libertas/if_usb.c 			cardp->bootcmdresp = BOOT_CMD_RESP_OK;
bootcmdresp       530 drivers/net/wireless/marvell/libertas/if_usb.c 		if (bootcmdresp.magic != cpu_to_le32(BOOT_CMD_MAGIC_NUMBER)) {
bootcmdresp       531 drivers/net/wireless/marvell/libertas/if_usb.c 			if (bootcmdresp.magic == cpu_to_le32(CMD_TYPE_REQUEST) ||
bootcmdresp       532 drivers/net/wireless/marvell/libertas/if_usb.c 			    bootcmdresp.magic == cpu_to_le32(CMD_TYPE_DATA) ||
bootcmdresp       533 drivers/net/wireless/marvell/libertas/if_usb.c 			    bootcmdresp.magic == cpu_to_le32(CMD_TYPE_INDICATION)) {
bootcmdresp       534 drivers/net/wireless/marvell/libertas/if_usb.c 				if (!cardp->bootcmdresp)
bootcmdresp       536 drivers/net/wireless/marvell/libertas/if_usb.c 				cardp->bootcmdresp = -1;
bootcmdresp       539 drivers/net/wireless/marvell/libertas/if_usb.c 					    le32_to_cpu(bootcmdresp.magic));
bootcmdresp       541 drivers/net/wireless/marvell/libertas/if_usb.c 		} else if ((bootcmdresp.cmd != BOOT_CMD_FW_BY_USB) &&
bootcmdresp       542 drivers/net/wireless/marvell/libertas/if_usb.c 			   (bootcmdresp.cmd != BOOT_CMD_UPDATE_FW) &&
bootcmdresp       543 drivers/net/wireless/marvell/libertas/if_usb.c 			   (bootcmdresp.cmd != BOOT_CMD_UPDATE_BOOT2)) {
bootcmdresp       545 drivers/net/wireless/marvell/libertas/if_usb.c 				bootcmdresp.cmd);
bootcmdresp       546 drivers/net/wireless/marvell/libertas/if_usb.c 		} else if (bootcmdresp.result != BOOT_CMD_RESP_OK) {
bootcmdresp       548 drivers/net/wireless/marvell/libertas/if_usb.c 				bootcmdresp.result);
bootcmdresp       550 drivers/net/wireless/marvell/libertas/if_usb.c 			cardp->bootcmdresp = 1;
bootcmdresp       843 drivers/net/wireless/marvell/libertas/if_usb.c 	cardp->bootcmdresp = 0;
bootcmdresp       852 drivers/net/wireless/marvell/libertas/if_usb.c 	cardp->bootcmdresp = 0;
bootcmdresp       861 drivers/net/wireless/marvell/libertas/if_usb.c 		} while (cardp->bootcmdresp == 0 && j < 10);
bootcmdresp       862 drivers/net/wireless/marvell/libertas/if_usb.c 	} while (cardp->bootcmdresp == 0 && i < 5);
bootcmdresp       864 drivers/net/wireless/marvell/libertas/if_usb.c 	if (cardp->bootcmdresp == BOOT_CMD_RESP_NOT_SUPPORTED) {
bootcmdresp       872 drivers/net/wireless/marvell/libertas/if_usb.c 	} else if (cardp->bootcmdresp <= 0) {
bootcmdresp        60 drivers/net/wireless/marvell/libertas/if_usb.h 	int8_t bootcmdresp;
bootcmdresp       465 drivers/net/wireless/marvell/libertas_tf/if_usb.c 	struct bootcmdresp bcmdresp;
bootcmdresp       493 drivers/net/wireless/marvell/libertas_tf/if_usb.c 	if (cardp->bootcmdresp <= 0) {
bootcmdresp       499 drivers/net/wireless/marvell/libertas_tf/if_usb.c 			cardp->bootcmdresp = 1;
bootcmdresp       510 drivers/net/wireless/marvell/libertas_tf/if_usb.c 				if (!cardp->bootcmdresp)
bootcmdresp       512 drivers/net/wireless/marvell/libertas_tf/if_usb.c 				cardp->bootcmdresp = -1;
bootcmdresp       524 drivers/net/wireless/marvell/libertas_tf/if_usb.c 			cardp->bootcmdresp = 1;
bootcmdresp       837 drivers/net/wireless/marvell/libertas_tf/if_usb.c 	cardp->bootcmdresp = 0;
bootcmdresp       847 drivers/net/wireless/marvell/libertas_tf/if_usb.c 		} while (cardp->bootcmdresp == 0 && j < 10);
bootcmdresp       848 drivers/net/wireless/marvell/libertas_tf/if_usb.c 	} while (cardp->bootcmdresp == 0 && i < 5);
bootcmdresp       850 drivers/net/wireless/marvell/libertas_tf/if_usb.c 	if (cardp->bootcmdresp <= 0) {
bootcmdresp        51 drivers/net/wireless/marvell/libertas_tf/if_usb.h 	int8_t bootcmdresp;