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 485 of file xhci.h.

Field Documentation

◆ reserved_a

uint64_t xhci_trb_disable_slot::reserved_a

Reserved.

Definition at line 487 of file xhci.h.

◆ reserved_b

uint32_t xhci_trb_disable_slot::reserved_b

Reserved.

Definition at line 489 of file xhci.h.

◆ flags

uint8_t xhci_trb_disable_slot::flags

Flags.

Definition at line 491 of file xhci.h.

◆ type

uint8_t xhci_trb_disable_slot::type

Type.

Definition at line 493 of file xhci.h.

Referenced by xhci_disable_slot().

◆ reserved_c

uint8_t xhci_trb_disable_slot::reserved_c

Reserved.

Definition at line 495 of file xhci.h.

◆ slot

uint8_t xhci_trb_disable_slot::slot

Slot ID.

Definition at line 497 of file xhci.h.

Referenced by xhci_disable_slot().


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