iPXE
Data Fields
xhci_trb_enable_slot Struct Reference

An enable slot 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 slot
 Slot type. More...
 
uint8_t reserved_c
 Reserved. More...
 

Detailed Description

An enable slot transfer request block.

Definition at line 466 of file xhci.h.

Field Documentation

◆ reserved_a

uint64_t xhci_trb_enable_slot::reserved_a

Reserved.

Definition at line 468 of file xhci.h.

◆ reserved_b

uint32_t xhci_trb_enable_slot::reserved_b

Reserved.

Definition at line 470 of file xhci.h.

◆ flags

uint8_t xhci_trb_enable_slot::flags

Flags.

Definition at line 472 of file xhci.h.

◆ type

uint8_t xhci_trb_enable_slot::type

Type.

Definition at line 474 of file xhci.h.

Referenced by xhci_enable_slot().

◆ slot

uint8_t xhci_trb_enable_slot::slot

Slot type.

Definition at line 476 of file xhci.h.

Referenced by xhci_enable_slot().

◆ reserved_c

uint8_t xhci_trb_enable_slot::reserved_c

Reserved.

Definition at line 478 of file xhci.h.


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