Searched defs:usbatm_channel (Results 1 – 1 of 1) sorted by relevance
119 struct usbatm_channel { struct120 int endpoint; /* usb pipe */121 unsigned int stride; /* ATM cell size + padding */122 unsigned int buf_size; /* urb buffer size */123 unsigned int packet_size; /* endpoint maxpacket */124 spinlock_t lock;125 struct list_head list;126 struct tasklet_struct tasklet;127 struct timer_list delay;128 struct usbatm_data *usbatm;