iPXE
Data Fields
xhci_trb_normal Struct Reference

A normal 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...
 
uint16_t reserved
 Reserved. More...
 

Detailed Description

A normal transfer request block.

Definition at line 350 of file xhci.h.

Field Documentation

◆ data

uint64_t xhci_trb_normal::data

Data buffer.

Definition at line 352 of file xhci.h.

◆ len

uint32_t xhci_trb_normal::len

Length.

Definition at line 354 of file xhci.h.

◆ flags

uint8_t xhci_trb_normal::flags

Flags.

Definition at line 356 of file xhci.h.

Referenced by xhci_endpoint_stream().

◆ type

uint8_t xhci_trb_normal::type

Type.

Definition at line 358 of file xhci.h.

◆ reserved

uint16_t xhci_trb_normal::reserved

Reserved.

Definition at line 360 of file xhci.h.


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