|
iPXE
|
A slot context. More...
#include <xhci.h>
Data Fields | |
| uint32_t | info |
| Device info. | |
| uint16_t | latency |
| Maximum exit latency. | |
| uint8_t | port |
| Root hub port number. | |
| uint8_t | ports |
| Number of downstream ports. | |
| uint8_t | tt_id |
| TT hub slot ID. | |
| uint8_t | tt_port |
| TT port number. | |
| uint16_t | intr |
| Interrupter target. | |
| uint8_t | address |
| USB address. | |
| uint16_t | reserved_a |
| Reserved. | |
| uint8_t | state |
| Slot state. | |
| uint32_t | reserved_b [4] |
| Reserved. | |
| uint32_t xhci_slot_context::info |
Device info.
Definition at line 741 of file xhci.h.
Referenced by xhci_address_device_input(), xhci_configure_endpoint_input(), xhci_deconfigure_endpoint_input(), and xhci_evaluate_context_input().
| uint8_t xhci_slot_context::port |
Root hub port number.
Definition at line 745 of file xhci.h.
Referenced by xhci_address_device_input().
| uint8_t xhci_slot_context::ports |
Number of downstream ports.
Definition at line 747 of file xhci.h.
Referenced by xhci_configure_endpoint_input().
| uint8_t xhci_slot_context::tt_id |
| uint8_t xhci_slot_context::tt_port |
| uint8_t xhci_slot_context::address |