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 395 of file xhci.h.

Field Documentation

◆ data

uint64_t xhci_trb_data::data

Data buffer.

Definition at line 397 of file xhci.h.

◆ len

uint32_t xhci_trb_data::len

Length.

Definition at line 399 of file xhci.h.

◆ flags

uint8_t xhci_trb_data::flags

Flags.

Definition at line 401 of file xhci.h.

◆ type

uint8_t xhci_trb_data::type

Type.

Definition at line 403 of file xhci.h.

◆ direction

uint8_t xhci_trb_data::direction

Transfer direction.

Definition at line 405 of file xhci.h.

◆ reserved

uint8_t xhci_trb_data::reserved

Reserved.

Definition at line 407 of file xhci.h.


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