Searched refs:bootcmd (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_console.c | 909 if ((sizeof(h->bootcmd) - strnlen(h->bootcmd, sizeof(h->bootcmd))) < in octeon_download_firmware() 914 strncat(h->bootcmd, boottime, in octeon_download_firmware() 915 sizeof(h->bootcmd) - strnlen(h->bootcmd, sizeof(h->bootcmd))); in octeon_download_firmware() 918 h->bootcmd); in octeon_download_firmware() 921 ret = octeon_console_send_cmd(oct, h->bootcmd, 50); in octeon_download_firmware()
|
D | liquidio_image.h | 47 char bootcmd[LIO_MAX_BOOTCMD_LEN]; member
|
D | lio_main.c | 4008 char bootcmd[] = "\n"; in octeon_device_init() local 4238 ret = octeon_console_send_cmd(octeon_dev, bootcmd, 50); in octeon_device_init()
|
/Linux-v4.19/drivers/net/wireless/marvell/libertas_tf/ |
D | if_usb.c | 747 struct bootcmd *bootcmd = cardp->ep_out_buf; in if_usb_issue_boot_command() local 750 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER); in if_usb_issue_boot_command() 751 bootcmd->cmd = ivalue; in if_usb_issue_boot_command() 752 memset(bootcmd->pad, 0, sizeof(bootcmd->pad)); in if_usb_issue_boot_command() 755 usb_tx_block(cardp, cardp->ep_out_buf, sizeof(*bootcmd), 0); in if_usb_issue_boot_command()
|
D | if_usb.h | 28 struct bootcmd { struct
|
/Linux-v4.19/drivers/net/wireless/marvell/libertas/ |
D | if_usb.c | 752 struct bootcmd *bootcmd = cardp->ep_out_buf; in if_usb_issue_boot_command() local 755 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER); in if_usb_issue_boot_command() 756 bootcmd->cmd = ivalue; in if_usb_issue_boot_command() 757 memset(bootcmd->pad, 0, sizeof(bootcmd->pad)); in if_usb_issue_boot_command() 760 usb_tx_block(cardp, cardp->ep_out_buf, sizeof(*bootcmd)); in if_usb_issue_boot_command()
|
D | if_usb.h | 25 struct bootcmd struct
|