FreeBSD kernel usb device Code
aue_softc Struct Reference

#include <if_auereg.h>

Collaboration diagram for aue_softc:

Data Fields

struct usb_ether sc_ue
 
struct mtx sc_mtx
 
struct usb_xfersc_xfer [AUE_N_TRANSFER]
 
int sc_flags
 

Detailed Description

Definition at line 206 of file if_auereg.h.

Field Documentation

◆ sc_flags

◆ sc_mtx

struct mtx aue_softc::sc_mtx

◆ sc_ue

◆ sc_xfer

struct usb_xfer* aue_softc::sc_xfer[AUE_N_TRANSFER]

Definition at line 209 of file if_auereg.h.

Referenced by aue_attach(), aue_detach(), aue_init(), aue_start(), and aue_stop().


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