FreeBSD kernel usb device Code
ure_softc Struct Reference

#include <if_urereg.h>

Collaboration diagram for ure_softc:

Data Fields

struct usb_ether sc_ue
 
struct ifmedia sc_ifmedia
 
struct mtx sc_mtx
 
struct usb_xfersc_rx_xfer [URE_MAX_RX]
 
struct usb_xfersc_tx_xfer [URE_MAX_TX]
 
int sc_rxbufsz
 
int sc_rxstarted
 
int sc_phyno
 
u_int sc_flags
 
u_int sc_chip
 
u_int sc_ver
 

Detailed Description

Definition at line 582 of file if_urereg.h.

Field Documentation

◆ sc_chip

u_int ure_softc::sc_chip

◆ sc_flags

◆ sc_ifmedia

struct ifmedia ure_softc::sc_ifmedia

Definition at line 584 of file if_urereg.h.

Referenced by ure_add_media_types(), ure_attach_post_sub(), ure_ifmedia_upd(), and ure_ioctl().

◆ sc_mtx

struct mtx ure_softc::sc_mtx

◆ sc_phyno

int ure_softc::sc_phyno

Definition at line 592 of file if_urereg.h.

Referenced by ure_attach_post(), ure_attach_post_sub(), and ure_miibus_writereg().

◆ sc_rx_xfer

struct usb_xfer* ure_softc::sc_rx_xfer[URE_MAX_RX]

Definition at line 586 of file if_urereg.h.

Referenced by ure_attach(), ure_detach(), ure_start(), ure_stop(), and ure_tick().

◆ sc_rxbufsz

int ure_softc::sc_rxbufsz

Definition at line 589 of file if_urereg.h.

Referenced by ure_attach().

◆ sc_rxstarted

int ure_softc::sc_rxstarted

Definition at line 590 of file if_urereg.h.

Referenced by ure_attach_post(), ure_miibus_statchg(), ure_start(), ure_stop(), and ure_tick().

◆ sc_tx_xfer

struct usb_xfer* ure_softc::sc_tx_xfer[URE_MAX_TX]

Definition at line 587 of file if_urereg.h.

Referenced by ure_attach(), ure_detach(), ure_init(), ure_start(), ure_stop(), and ure_tick().

◆ sc_ue

◆ sc_ver

u_int ure_softc::sc_ver

Definition at line 603 of file if_urereg.h.

Referenced by ure_read_chipver(), and ure_sysctl_chipver().


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