Searched refs:usbatm_channel (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/usb/atm/
H A Dusbatm.h105 struct usbatm_channel { struct
154 struct usbatm_channel rx_channel;
155 struct usbatm_channel tx_channel;
H A Dusbatm.c196 static struct urb *usbatm_pop_urb(struct usbatm_channel *channel)
215 struct usbatm_channel *channel = urb->context;
245 struct usbatm_channel *channel = urb->context;
996 struct usbatm_channel *channel = from_timer(channel, t, delay);
1001 static void usbatm_init_channel(struct usbatm_channel *channel)
1113 struct usbatm_channel *channel = i ?
1124 struct usbatm_channel *channel = i < num_rcv_urbs ?

Completed in 362 milliseconds