Home
last modified time | relevance | path

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

/Linux-v6.1/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()
599 if (!UDSL_SKB(skb)->len) { in usbatm_tx_process()
600 struct atm_vcc *vcc = UDSL_SKB(skb)->atm.vcc; in usbatm_tx_process()
627 if (UDSL_SKB(skb)->atm.vcc == vcc) { in usbatm_cancel_send()
636 if ((skb = instance->current_skb) && (UDSL_SKB(skb)->atm.vcc == vcc)) { in usbatm_cancel_send()
647 struct usbatm_control *ctrl = UDSL_SKB(skb); in usbatm_atm_send()