iPXE
Data Fields
usbblk_command_wrapper Struct Reference

Command block wrapper. More...

#include <usbblk.h>

Data Fields

uint32_t signature
 Signature. More...
 
uint32_t tag
 Tag. More...
 
uint32_t len
 Data transfer length. More...
 
uint8_t flags
 Flags. More...
 
uint8_t lun
 LUN. More...
 
uint8_t cblen
 Command block length. More...
 
uint8_t cb [16]
 Command block. More...
 

Detailed Description

Command block wrapper.

Definition at line 31 of file usbblk.h.

Field Documentation

◆ signature

uint32_t usbblk_command_wrapper::signature

Signature.

Definition at line 33 of file usbblk.h.

Referenced by usbblk_out_command().

◆ tag

uint32_t usbblk_command_wrapper::tag

Tag.

Definition at line 35 of file usbblk.h.

Referenced by usbblk_out_command().

◆ len

uint32_t usbblk_command_wrapper::len

Data transfer length.

Definition at line 37 of file usbblk.h.

Referenced by usbblk_out_command().

◆ flags

uint8_t usbblk_command_wrapper::flags

Flags.

Definition at line 39 of file usbblk.h.

Referenced by usbblk_out_command().

◆ lun

uint8_t usbblk_command_wrapper::lun

LUN.

Definition at line 41 of file usbblk.h.

Referenced by usbblk_out_command().

◆ cblen

uint8_t usbblk_command_wrapper::cblen

Command block length.

Definition at line 43 of file usbblk.h.

Referenced by usbblk_out_command().

◆ cb

uint8_t usbblk_command_wrapper::cb[16]

Command block.

Definition at line 45 of file usbblk.h.

Referenced by usbblk_out_command().


The documentation for this struct was generated from the following file: