Searched defs:usbatm_channel (Results 1 – 1 of 1) sorted by relevance
105 struct usbatm_channel { struct106 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;