Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/atm/
Dusbatm.c150 #define UDSL_SKB(x) ((struct usbatm_control *)(x)->cb) macro
458 struct usbatm_control *ctrl = UDSL_SKB(skb); in usbatm_write_cells()
597 if (!UDSL_SKB(skb)->len) { in usbatm_tx_process()
598 struct atm_vcc *vcc = UDSL_SKB(skb)->atm.vcc; in usbatm_tx_process()
625 if (UDSL_SKB(skb)->atm.vcc == vcc) { in usbatm_cancel_send()
634 if ((skb = instance->current_skb) && (UDSL_SKB(skb)->atm.vcc == vcc)) { in usbatm_cancel_send()
645 struct usbatm_control *ctrl = UDSL_SKB(skb); in usbatm_atm_send()