iPXE
Data Fields
xhci_trb_disable_slot Struct Reference

A disable 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 reserved_c
 Reserved. More...
 
uint8_t slot
 Slot ID. More...
 

Detailed Description

A disable slot transfer request block.

Definition at line 484 of file xhci.h.

Field Documentation

◆ reserved_a

uint64_t xhci_trb_disable_slot::reserved_a

Reserved.

Definition at line 486 of file xhci.h.

◆ reserved_b

uint32_t xhci_trb_disable_slot::reserved_b

Reserved.

Definition at line 488 of file xhci.h.

◆ flags

uint8_t xhci_trb_disable_slot::flags

Flags.

Definition at line 490 of file xhci.h.

◆ type

uint8_t xhci_trb_disable_slot::type

Type.

Definition at line 492 of file xhci.h.

Referenced by xhci_disable_slot().

◆ reserved_c

uint8_t xhci_trb_disable_slot::reserved_c

Reserved.

Definition at line 494 of file xhci.h.

◆ slot

uint8_t xhci_trb_disable_slot::slot

Slot ID.

Definition at line 496 of file xhci.h.

Referenced by xhci_disable_slot().


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