iPXE
Data Fields
xhci_trb_stop_endpoint Struct Reference

A stop endpoint transfer request block. More...

#include <xhci.h>

Data Fields

uint64_t reserved_a
 Reserved. More...
 
uint32_t reserved_b
 Reserved. More...
 
uint8_t flags
 Flags. More...
 
uint8_t type
 Type. More...
 
uint8_t endpoint
 Endpoint ID. More...
 
uint8_t slot
 Slot ID. More...
 

Detailed Description

A stop endpoint transfer request block.

Definition at line 548 of file xhci.h.

Field Documentation

◆ reserved_a

uint64_t xhci_trb_stop_endpoint::reserved_a

Reserved.

Definition at line 550 of file xhci.h.

◆ reserved_b

uint32_t xhci_trb_stop_endpoint::reserved_b

Reserved.

Definition at line 552 of file xhci.h.

◆ flags

uint8_t xhci_trb_stop_endpoint::flags

Flags.

Definition at line 554 of file xhci.h.

◆ type

uint8_t xhci_trb_stop_endpoint::type

Type.

Definition at line 556 of file xhci.h.

Referenced by xhci_stop_endpoint().

◆ endpoint

uint8_t xhci_trb_stop_endpoint::endpoint

Endpoint ID.

Definition at line 558 of file xhci.h.

Referenced by xhci_stop_endpoint().

◆ slot

uint8_t xhci_trb_stop_endpoint::slot

Slot ID.

Definition at line 560 of file xhci.h.

Referenced by xhci_stop_endpoint().


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