Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/atm/
H A Dusbatm.h105 struct usbatm_channel { struct
106 int endpoint; /* usb pipe */
107 unsigned int stride; /* ATM cell size + padding */
108 unsigned int buf_size; /* urb buffer size */
109 unsigned int packet_size; /* endpoint maxpacket */
110 spinlock_t lock;
111 struct list_head list;
112 struct tasklet_struct tasklet;
113 struct timer_list delay;
114 struct usbatm_data *usbatm;