FreeBSD kernel usb device Code
uhci_mem_layout Struct Reference
Collaboration diagram for uhci_mem_layout:

Data Fields

struct usb_page_search buf_res
 
struct usb_page_search fix_res
 
struct usb_page_cachebuf_pc
 
struct usb_page_cachefix_pc
 
uint32_t buf_offset
 
uint16_t max_frame_size
 

Detailed Description

Definition at line 126 of file uhci.c.

Field Documentation

◆ buf_offset

uint32_t uhci_mem_layout::buf_offset

◆ buf_pc

struct usb_page_cache* uhci_mem_layout::buf_pc

Definition at line 130 of file uhci.c.

Referenced by uhci_mem_layout_fixup(), uhci_mem_layout_init(), and uhci_setup_standard_chain().

◆ buf_res

struct usb_page_search uhci_mem_layout::buf_res

Definition at line 127 of file uhci.c.

Referenced by uhci_mem_layout_fixup().

◆ fix_pc

struct usb_page_cache* uhci_mem_layout::fix_pc

Definition at line 131 of file uhci.c.

Referenced by uhci_mem_layout_fixup(), and uhci_mem_layout_init().

◆ fix_res

struct usb_page_search uhci_mem_layout::fix_res

Definition at line 128 of file uhci.c.

Referenced by uhci_mem_layout_fixup().

◆ max_frame_size

uint16_t uhci_mem_layout::max_frame_size

Definition at line 135 of file uhci.c.

Referenced by uhci_mem_layout_init().


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