bootcmd          4060 drivers/net/ethernet/cavium/liquidio/lio_main.c 	char bootcmd[] = "\n";
bootcmd          4290 drivers/net/ethernet/cavium/liquidio/lio_main.c 		ret = octeon_console_send_cmd(octeon_dev, bootcmd, 50);
bootcmd            47 drivers/net/ethernet/cavium/liquidio/liquidio_image.h 	char bootcmd[LIO_MAX_BOOTCMD_LEN];
bootcmd           909 drivers/net/ethernet/cavium/liquidio/octeon_console.c 	if ((sizeof(h->bootcmd) - strnlen(h->bootcmd, sizeof(h->bootcmd))) <
bootcmd           914 drivers/net/ethernet/cavium/liquidio/octeon_console.c 	strncat(h->bootcmd, boottime,
bootcmd           915 drivers/net/ethernet/cavium/liquidio/octeon_console.c 		sizeof(h->bootcmd) - strnlen(h->bootcmd, sizeof(h->bootcmd)));
bootcmd           918 drivers/net/ethernet/cavium/liquidio/octeon_console.c 		 h->bootcmd);
bootcmd           921 drivers/net/ethernet/cavium/liquidio/octeon_console.c 	ret = octeon_console_send_cmd(oct, h->bootcmd, 50);
bootcmd           755 drivers/net/wireless/marvell/libertas/if_usb.c 	struct bootcmd *bootcmd = cardp->ep_out_buf;
bootcmd           758 drivers/net/wireless/marvell/libertas/if_usb.c 	bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER);
bootcmd           759 drivers/net/wireless/marvell/libertas/if_usb.c 	bootcmd->cmd = ivalue;
bootcmd           760 drivers/net/wireless/marvell/libertas/if_usb.c 	memset(bootcmd->pad, 0, sizeof(bootcmd->pad));
bootcmd           763 drivers/net/wireless/marvell/libertas/if_usb.c 	usb_tx_block(cardp, cardp->ep_out_buf, sizeof(*bootcmd));
bootcmd           743 drivers/net/wireless/marvell/libertas_tf/if_usb.c 	struct bootcmd *bootcmd = cardp->ep_out_buf;
bootcmd           746 drivers/net/wireless/marvell/libertas_tf/if_usb.c 	bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER);
bootcmd           747 drivers/net/wireless/marvell/libertas_tf/if_usb.c 	bootcmd->cmd = ivalue;
bootcmd           748 drivers/net/wireless/marvell/libertas_tf/if_usb.c 	memset(bootcmd->pad, 0, sizeof(bootcmd->pad));
bootcmd           751 drivers/net/wireless/marvell/libertas_tf/if_usb.c 	usb_tx_block(cardp, cardp->ep_out_buf, sizeof(*bootcmd), 0);