iPXE
Data Fields
xhci_trb_data Struct Reference

A data stage transfer request block. More...

#include <xhci.h>

Data Fields

uint64_t data
 Data buffer. More...
 
uint32_t len
 Length. More...
 
uint8_t flags
 Flags. More...
 
uint8_t type
 Type. More...
 
uint8_t direction
 Transfer direction. More...
 
uint8_t reserved
 Reserved. More...
 

Detailed Description

A data stage transfer request block.

Definition at line 396 of file xhci.h.

Field Documentation

◆ data

uint64_t xhci_trb_data::data

Data buffer.

Definition at line 398 of file xhci.h.

◆ len

uint32_t xhci_trb_data::len

Length.

Definition at line 400 of file xhci.h.

◆ flags

uint8_t xhci_trb_data::flags

Flags.

Definition at line 402 of file xhci.h.

◆ type

uint8_t xhci_trb_data::type

Type.

Definition at line 404 of file xhci.h.

◆ direction

uint8_t xhci_trb_data::direction

Transfer direction.

Definition at line 406 of file xhci.h.

◆ reserved

uint8_t xhci_trb_data::reserved

Reserved.

Definition at line 408 of file xhci.h.


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