Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/atm/
Dusbatm.c165 #define UDSL_SKB(x) ((struct usbatm_control *)(x)->cb) macro
473 struct usbatm_control *ctrl = UDSL_SKB(skb); in usbatm_write_cells()
612 if (!UDSL_SKB(skb)->len) { in usbatm_tx_process()
613 struct atm_vcc *vcc = UDSL_SKB(skb)->atm.vcc; in usbatm_tx_process()
640 if (UDSL_SKB(skb)->atm.vcc == vcc) { in usbatm_cancel_send()
649 if ((skb = instance->current_skb) && (UDSL_SKB(skb)->atm.vcc == vcc)) { in usbatm_cancel_send()
660 struct usbatm_control *ctrl = UDSL_SKB(skb); in usbatm_atm_send()