Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
usbatm_data Struct Reference

#include <usbatm.h>

Data Fields

struct usbatm_driverdriver
 
voiddriver_data
 
char driver_name [16]
 
unsigned int flags
 
struct usb_device * usb_dev
 
struct usb_interfaceusb_intf
 
char description [64]
 
struct atm_devatm_dev
 
struct kref refcount
 
struct mutex serialize
 
int disconnected
 
struct task_structthread
 
struct completion thread_started
 
struct completion thread_exited
 
struct list_head vcc_list
 
struct usbatm_channel rx_channel
 
struct usbatm_channel tx_channel
 
struct sk_buff_head sndqueue
 
struct sk_buffcurrent_skb
 
struct usbatm_vcc_datacached_vcc
 
int cached_vci
 
short cached_vpi
 
unsigned charcell_buf
 
unsigned int buf_usage
 
struct urburbs [0]
 

Detailed Description

Definition at line 156 of file usbatm.h.

Field Documentation

Definition at line 173 of file usbatm.h.

unsigned int buf_usage

Definition at line 202 of file usbatm.h.

struct usbatm_vcc_data* cached_vcc

Definition at line 197 of file usbatm.h.

int cached_vci

Definition at line 198 of file usbatm.h.

short cached_vpi

Definition at line 199 of file usbatm.h.

unsigned char* cell_buf

Definition at line 201 of file usbatm.h.

struct sk_buff* current_skb

Definition at line 195 of file usbatm.h.

char description[64]

Definition at line 170 of file usbatm.h.

int disconnected

Definition at line 181 of file usbatm.h.

Definition at line 162 of file usbatm.h.

Definition at line 163 of file usbatm.h.

char driver_name[16]

Definition at line 164 of file usbatm.h.

unsigned int flags

Definition at line 165 of file usbatm.h.

struct kref refcount

Definition at line 179 of file usbatm.h.

struct usbatm_channel rx_channel

Definition at line 191 of file usbatm.h.

struct mutex serialize

Definition at line 180 of file usbatm.h.

struct sk_buff_head sndqueue

Definition at line 194 of file usbatm.h.

Definition at line 184 of file usbatm.h.

struct completion thread_exited

Definition at line 186 of file usbatm.h.

struct completion thread_started

Definition at line 185 of file usbatm.h.

struct usbatm_channel tx_channel

Definition at line 192 of file usbatm.h.

struct urb* urbs[0]

Definition at line 204 of file usbatm.h.

struct usb_device* usb_dev

Definition at line 168 of file usbatm.h.

struct usb_interface* usb_intf

Definition at line 169 of file usbatm.h.

struct list_head vcc_list

Definition at line 189 of file usbatm.h.


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