iPXE
Data Fields
uhci_queue_head Struct Reference

A queue head. More...

#include <uhci.h>

Data Fields

uint32_t link
 Horizontal link pointer. More...
 
uint32_t current
 Current transfer descriptor. More...
 

Detailed Description

A queue head.

Definition at line 192 of file uhci.h.

Field Documentation

◆ link

uint32_t uhci_queue_head::link

Horizontal link pointer.

Definition at line 194 of file uhci.h.

Referenced by uhci_async_schedule().

◆ current

uint32_t uhci_queue_head::current

Current transfer descriptor.

Definition at line 196 of file uhci.h.

Referenced by uhci_bus_open(), uhci_endpoint_poll(), uhci_enqueue(), uhci_restart(), and uhci_ring_alloc().


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