iPXE
Data Fields
xhci_trb_link Struct Reference

A link transfer request block. More...

#include <xhci.h>

Data Fields

uint64_t next
 Next ring segment. More...
 
uint32_t reserved_a
 Reserved. More...
 
uint8_t flags
 Flags. More...
 
uint8_t type
 Type. More...
 
uint16_t reserved_c
 Reserved. More...
 

Detailed Description

A link transfer request block.

Definition at line 446 of file xhci.h.

Field Documentation

◆ next

uint64_t xhci_trb_link::next

Next ring segment.

Definition at line 448 of file xhci.h.

◆ reserved_a

uint32_t xhci_trb_link::reserved_a

Reserved.

Definition at line 450 of file xhci.h.

◆ flags

uint8_t xhci_trb_link::flags

Flags.

Definition at line 452 of file xhci.h.

Referenced by xhci_enqueue().

◆ type

uint8_t xhci_trb_link::type

Type.

Definition at line 454 of file xhci.h.

◆ reserved_c

uint16_t xhci_trb_link::reserved_c

Reserved.

Definition at line 456 of file xhci.h.


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