iPXE
Data Fields
xhci_trb_port_status Struct Reference

A port status change transfer request block. More...

#include <xhci.h>

Data Fields

uint8_t reserved_a [3]
 Reserved. More...
 
uint8_t port
 Port ID. More...
 
uint8_t reserved_b [7]
 Reserved. More...
 
uint8_t code
 Completion code. More...
 
uint8_t flags
 Flags. More...
 
uint8_t type
 Type. More...
 
uint16_t reserved_c
 Reserved. More...
 

Detailed Description

A port status change transfer request block.

Definition at line 643 of file xhci.h.

Field Documentation

◆ reserved_a

uint8_t xhci_trb_port_status::reserved_a[3]

Reserved.

Definition at line 645 of file xhci.h.

◆ port

uint8_t xhci_trb_port_status::port

Port ID.

Definition at line 647 of file xhci.h.

Referenced by xhci_port_status().

◆ reserved_b

uint8_t xhci_trb_port_status::reserved_b[7]

Reserved.

Definition at line 649 of file xhci.h.

◆ code

uint8_t xhci_trb_port_status::code

Completion code.

Definition at line 651 of file xhci.h.

◆ flags

uint8_t xhci_trb_port_status::flags

Flags.

Definition at line 653 of file xhci.h.

◆ type

uint8_t xhci_trb_port_status::type

Type.

Definition at line 655 of file xhci.h.

◆ reserved_c

uint16_t xhci_trb_port_status::reserved_c

Reserved.

Definition at line 657 of file xhci.h.


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