iPXE
Data Fields
usbblk_command Struct Reference

A USB mass storage command. More...

#include <usbblk.h>

Data Fields

struct scsi_cmd scsi
 SCSI command. More...
 
uint32_t tag
 Command tag (0 for no command in progress) More...
 
size_t offset
 Offset within data buffer. More...
 

Detailed Description

A USB mass storage command.

Definition at line 67 of file usbblk.h.

Field Documentation

◆ scsi

struct scsi_cmd usbblk_command::scsi

SCSI command.

Definition at line 69 of file usbblk.h.

◆ tag

uint32_t usbblk_command::tag

Command tag (0 for no command in progress)

Definition at line 71 of file usbblk.h.

◆ offset

size_t usbblk_command::offset

Offset within data buffer.

Definition at line 73 of file usbblk.h.


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