|
iPXE
|
USB mass storage driver. More...
Go to the source code of this file.
Data Structures | |
| struct | usbblk_command_wrapper |
| Command block wrapper. More... | |
| struct | usbblk_status_wrapper |
| Command status wrapper. More... | |
| struct | usbblk_command |
| A USB mass storage command. More... | |
| struct | usbblk_device |
| A USB mass storage device. More... | |
Macros | |
| #define | USB_CLASS_MSC 0x08 |
| Mass storage class code. More... | |
| #define | USB_SUBCLASS_MSC_SCSI 0x06 |
| SCSI command set subclass code. More... | |
| #define | USB_PROTOCOL_MSC_BULK 0x50 |
| Bulk-only transport protocol. More... | |
| #define | USBBLK_RESET |
| Mass storage reset command. More... | |
| #define | USBBLK_COMMAND_SIGNATURE 0x43425355UL |
| Command block wrapper signature. More... | |
| #define | USBBLK_STATUS_SIGNATURE 0x53425355UL |
| Command status wrapper signature. More... | |
| #define | USBBLK_TAG_MAGIC 0x18ae0000 |
| Command tag magic. More... | |
| #define | USBBLK_MAX_LEN 2048 |
| Maximum length of USB data block. More... | |
| #define | USBBLK_MAX_FILL 4 |
| Maximum endpoint fill level. More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
USB mass storage driver.
Definition in file usbblk.h.
| #define USB_SUBCLASS_MSC_SCSI 0x06 |
| #define USB_PROTOCOL_MSC_BULK 0x50 |
| #define USBBLK_RESET |
Mass storage reset command.
| #define USBBLK_COMMAND_SIGNATURE 0x43425355UL |
| #define USBBLK_STATUS_SIGNATURE 0x53425355UL |
| #define USBBLK_TAG_MAGIC 0x18ae0000 |
| #define USBBLK_MAX_LEN 2048 |
| #define USBBLK_MAX_FILL 4 |
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
1.8.15