iPXE
xhci_trb_transfer Struct Reference

A transfer event transfer request block. More...

#include <xhci.h>

Data Fields

uint64_t transfer
 Transfer TRB pointer.
uint32_t cmplt
 Completion status.
uint8_t flags
 Flags.
uint8_t type
 Type.
uint8_t endpoint
 Endpoint ID.
uint8_t slot
 Slot ID.

Detailed Description

A transfer event transfer request block.

Definition at line 589 of file xhci.h.

Field Documentation

◆ transfer

uint64_t xhci_trb_transfer::transfer

Transfer TRB pointer.

Definition at line 591 of file xhci.h.

Referenced by xhci_transfer().

◆ cmplt

uint32_t xhci_trb_transfer::cmplt

Completion status.

Definition at line 593 of file xhci.h.

Referenced by xhci_transfer().

◆ flags

uint8_t xhci_trb_transfer::flags

Flags.

Definition at line 595 of file xhci.h.

◆ type

uint8_t xhci_trb_transfer::type

Type.

Definition at line 597 of file xhci.h.

◆ endpoint

uint8_t xhci_trb_transfer::endpoint

Endpoint ID.

Definition at line 599 of file xhci.h.

Referenced by xhci_transfer().

◆ slot

uint8_t xhci_trb_transfer::slot

Slot ID.

Definition at line 601 of file xhci.h.

Referenced by xhci_transfer().


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