Home
last modified time | relevance | path

Searched refs:UDSL_SKB (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/usb/atm/
Dusbatm.c165 #define UDSL_SKB(x) ((struct usbatm_control *)(x)->cb) macro
472 struct usbatm_control *ctrl = UDSL_SKB(skb); in usbatm_write_cells()
611 if (!UDSL_SKB(skb)->len) { in usbatm_tx_process()
612 struct atm_vcc *vcc = UDSL_SKB(skb)->atm.vcc; in usbatm_tx_process()
639 if (UDSL_SKB(skb)->atm.vcc == vcc) { in usbatm_cancel_send()
648 if ((skb = instance->current_skb) && (UDSL_SKB(skb)->atm.vcc == vcc)) { in usbatm_cancel_send()
659 struct usbatm_control *ctrl = UDSL_SKB(skb); in usbatm_atm_send()