Home
last modified time | relevance | path

Searched refs:bootcmd (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/wireless/libertas_tf/
Dif_usb.c753 struct bootcmd *bootcmd = cardp->ep_out_buf; in if_usb_issue_boot_command() local
756 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER); in if_usb_issue_boot_command()
757 bootcmd->cmd = ivalue; in if_usb_issue_boot_command()
758 memset(bootcmd->pad, 0, sizeof(bootcmd->pad)); in if_usb_issue_boot_command()
761 usb_tx_block(cardp, cardp->ep_out_buf, sizeof(*bootcmd), 0); in if_usb_issue_boot_command()
Dif_usb.h28 struct bootcmd { struct
/linux-4.4.14/drivers/net/wireless/libertas/
Dif_usb.c768 struct bootcmd *bootcmd = cardp->ep_out_buf; in if_usb_issue_boot_command() local
771 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER); in if_usb_issue_boot_command()
772 bootcmd->cmd = ivalue; in if_usb_issue_boot_command()
773 memset(bootcmd->pad, 0, sizeof(bootcmd->pad)); in if_usb_issue_boot_command()
776 usb_tx_block(cardp, cardp->ep_out_buf, sizeof(*bootcmd)); in if_usb_issue_boot_command()
Dif_usb.h24 struct bootcmd struct
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dliquidio_image.h50 char bootcmd[LIO_MAX_BOOTCMD_LEN]; member
Docteon_device.c639 ret = octeon_console_send_cmd(oct, h->bootcmd, 50); in octeon_download_firmware()