Searched refs:atm (Results 1 – 12 of 12) sorted by relevance
51 obj-$(CONFIG_USB_ATM) += atm/52 obj-$(CONFIG_USB_SPEEDTOUCH) += atm/
180 source "drivers/usb/atm/Kconfig"
9 obj-$(CONFIG_USB_UEAGLEATM) += ueagle-atm.o
160 struct atm_skb_data atm; member473 struct atm_vcc *vcc = ctrl->atm.vcc; in usbatm_write_cells()615 struct atm_vcc *vcc = UDSL_SKB(skb)->atm.vcc; in usbatm_tx_process()643 if (UDSL_SKB(skb)->atm.vcc == vcc) { in usbatm_cancel_send()652 if ((skb = instance->current_skb) && (UDSL_SKB(skb)->atm.vcc == vcc)) { in usbatm_cancel_send()694 ctrl->atm.vcc = vcc; in usbatm_atm_send()
54 module will be called ueagle-atm.
22 * (skb->atm.iovcnt != 0) for Rx skb's passed to vcc->push.33 * 1) skb->destructor / skb->atm.recycle_buffer
226 module argument. See the file <file:drivers/atm/idt77252.h> for264 <file:drivers/atm/ambassador.h> for the meanings of the bits in the288 <file:drivers/atm/horizon.h> for the meanings of the bits in the319 <ftp://ftp.iphase.com/pub/atm/pci/>).321 See the file <file:drivers/atm/iphase.h> for the meanings of the
2992 be32_to_cpu(fore200e->stats->atm.cells_transmitted), in fore200e_proc_read()2993 be32_to_cpu(fore200e->stats->atm.cells_received), in fore200e_proc_read()2994 be32_to_cpu(fore200e->stats->atm.vpi_bad_range), in fore200e_proc_read()2995 be32_to_cpu(fore200e->stats->atm.vpi_no_conn), in fore200e_proc_read()2996 be32_to_cpu(fore200e->stats->atm.vci_bad_range), in fore200e_proc_read()2997 be32_to_cpu(fore200e->stats->atm.vci_no_conn)); in fore200e_proc_read()
443 struct stats_atm atm; /* ATM statistics */ member
113 #define ATM_SKB(s) (&(s)->atm)
58 obj-$(CONFIG_ATM) += atm/
242 source "drivers/atm/Kconfig"