FreeBSD kernel usb device Code
xhci_dev_ctx Struct Reference

#include <xhci.h>

Collaboration diagram for xhci_dev_ctx:

Data Fields

struct xhci_slot_ctx ctx_slot
 
struct xhci_endp_ctx ctx_ep [XHCI_MAX_ENDPOINTS - 1]
 

Detailed Description

Definition at line 200 of file xhci.h.

Field Documentation

◆ ctx_ep

struct xhci_endp_ctx xhci_dev_ctx::ctx_ep[XHCI_MAX_ENDPOINTS - 1]

Definition at line 202 of file xhci.h.

◆ ctx_slot

struct xhci_slot_ctx xhci_dev_ctx::ctx_slot

Definition at line 201 of file xhci.h.


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