#include <if_cdcereg.h>

Data Fields | |
| struct usb2_ether | sc_ue |
| struct mtx | sc_mtx |
| struct usb2_xfer * | sc_xfer [CDCE_N_TRANSFER] |
| struct mbuf * | sc_rx_buf [CDCE_FRAMES_MAX] |
| struct mbuf * | sc_tx_buf [CDCE_FRAMES_MAX] |
| int | sc_flags |
| uint8_t | sc_eaddr_str_index |
| uint8_t | sc_data_iface_no |
| uint8_t | sc_ifaces_index [2] |
Definition at line 48 of file if_cdcereg.h.
| uint8_t cdce_softc::sc_data_iface_no |
| uint8_t cdce_softc::sc_eaddr_str_index |
Definition at line 60 of file if_cdcereg.h.
Definition at line 55 of file if_cdcereg.h.
Referenced by cdce_attach(), cdce_bulk_read_callback(), and cdce_bulk_write_callback().
| uint8_t cdce_softc::sc_ifaces_index[2] |
struct mtx cdce_softc::sc_mtx [read] |
struct mbuf* cdce_softc::sc_rx_buf[CDCE_FRAMES_MAX] [read] |
struct mbuf* cdce_softc::sc_tx_buf[CDCE_FRAMES_MAX] [read] |
struct usb2_ether cdce_softc::sc_ue [read] |
Definition at line 49 of file if_cdcereg.h.
Referenced by cdce_attach(), cdce_bulk_read_callback(), cdce_bulk_write_callback(), cdce_detach(), cdce_init(), and cdce_shutdown().
struct usb2_xfer* cdce_softc::sc_xfer[CDCE_N_TRANSFER] [read] |
Definition at line 51 of file if_cdcereg.h.
Referenced by cdce_attach(), cdce_detach(), cdce_init(), cdce_start(), and cdce_stop().
1.5.8