Home
last modified time | relevance | path

Searched defs:usbatm_channel (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/atm/
Dusbatm.h119 struct usbatm_channel { struct
120 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;