Searched defs:usbatm_channel (Results 1 – 1 of 1) sorted by relevance
142 struct usbatm_channel { struct143 int endpoint; /* usb pipe */144 unsigned int stride; /* ATM cell size + padding */145 unsigned int buf_size; /* urb buffer size */146 unsigned int packet_size; /* endpoint maxpacket */147 spinlock_t lock;148 struct list_head list;149 struct tasklet_struct tasklet;150 struct timer_list delay;151 struct usbatm_data *usbatm;